Email header bug in Pan 0.146
Christopher Conforti <[email protected]> Wed, 31 Mar 2021 00:09:54 -0400
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
I've been experiencing an error in Pan 0.146 where the program is trying (and failing) to post messages with a malformed email header field. The culprit appears to be in data.h on line 116 where the program places double quotes around the sender's name in the profile; I've attached with this message a patch, although admittedly I am currently unable to test it as I can't get Pan to build on my (broken) Debian install (grrr, gmime-2.6!). -- Christopher Conforti _______________________________________________ Pan-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-devel
data.patch
(text/x-patch, 111 B)
116c116 < s = "\"" + username + "\" <" + address + ">"; --- > s = username + " <" + address + ">";
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEe6gemMyRQEFZ2nyI6DHQzi5XemcFAmBj9hIACgkQ6DHQzi5X emeLHQ//XV2oZ+Tt14jLeLht+fFFwGqGdpXwfr6A5cSTm85HlsfdXP8ONIEdvSiy GLS+aDVA+rs7yhY/ezE2CBleUj0UphGcR9C6bv+o/FNdPMK5x/r9k2FoIE6hGP1x rHSehxqh9iqwklWFhhCXEifGjxBe+ffTKEimrR/CvE5xDqJDiaEuIzCWknBi/Jgm sREdeAa7Jbxcszz5K/AiYlGnEtZ4ffZKNdRfiBSU+9K0AuDPB1StF7xiTremoJiL GAnFUaBGG42z7EoDbt8J4mY638D76kVBh6KPDtGbGKb30eeWPaD7pvVxpWUQkxMy vhw8DIwCP2IkUesw8DGALToyKjRSMb0zL5ACBdKv+lOqZy6bC4bJCE6emZtx4czw D8vf7Pv2URUq1BUakN0o72vacLC8q5RnEC6YCqeKODazzoeH8NlG3eIDQ0l25iwp 05FNP0ix8qo/o4qfJgN5d9hPfTxmUW8oM5BR2g+hQ4/Vvm9ty87jbdytrOm2cD4W T4OihmPVqzmR+Sf6v9eWWHvbaRIbyBwm015MJTf/l6EWsWWBtwfXiu1rdXAo5xAQ uoay9uqGRSxk/BQ+YTQ5htDg6h/HuV1x0ZJFnxwsw7dRn9zYzypdZ2JDf9KSRGdK UvbviBvMWBd6VzyWsfZn9/XpHDAJ/I5REfJQTXCSQvm15JmqLkM= =ZDM/ -----END PGP SIGNATURE-----