patch: Remove quotes from user profile email address

Christopher Conforti <[email protected]> Tue, 3 Aug 2021 12:59:11 -0400
Newsgroups gmane.comp.gnome.apps.pan.devel
Message-ID <[email protected]>
Hi all,
As I mentioned in a previous mail, I was having an issue submitting
articles using Pan, as my provider (XSusenet) was returning a 441 due to
an improperly formatted email address. This patch is my attempt to fix
the issue; it compiles, however I can't properly test it because I
don't yet have premium.

I've attached a patch, and also I've made the change available on my
repo in the 'fix-email-quotes' branch at [1]; if someone out there uses
the same provider and happens to have a premium subscription, would you
be kind enough to help me test it?

[1] git://conforti.xyz/pan.git

-- 
Christopher Conforti

_______________________________________________
Pan-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/pan-devel
data.h.patch (text/x-patch, 111 B)
116c116
<       s = "\"" + username + "\" <" + address + ">";
---
>       s = username + " <" + address + ">";
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEe6gemMyRQEFZ2nyI6DHQzi5XemcFAmEJdd8ACgkQ6DHQzi5X
emdsIQ/7BytvWpCwe046umzVbuEIUVdWAiJ0gejtItmq/qw3z/GzLNNYPiw5khH4
kyPKNFMR9fU8FO4znD7N1C7QiuJF1pVVFg3dBGz6Ci8uBCm+B5nkUAndBWRT682I
HHOyQ6MSKoZSNNEjlBSO7Hhjm0yFgd2J7yipZISufJ4ERyEI7dWn553hVYxjFYic
SbxzD8GnCh0pVtoey7goaXLtxFNyOMJkDAhqWVsV3WJGQA06un7nnqqTFxO7OW68
M5H/Lp+QshfXAuz6SrWFg+TpWX0mAwTmUiSzXWLeQDRANaPcElk/MFeS/DueRHWq
onGNbWom2d9yRoNG2+JQT0fOEBPrl+xkB4AeJZ6xMHVbunrJnskbfD5SuzhClKWU
hqLdJRvO6Gm9ko8Ltk13wSUelIPBFGg1w7lzNyQUPVrLDj2txpLNPuSxAxsxGWYL
KHF9Sj8Hu64FCiEbJ126dFhk76Zohp0bc5VEaxzdXZVELmSSJ8EVTgq+U3OPQJjR
RD3PKWbnmc1F5xhLDwdLShFSdziUVSihoeIo083h2ZtA18LW+kuMb5EjVy7gdvG4
8sET9O8lBs3Sv4OAiA/VS6u7Fuz+8linXysg9xhxYGH1XhXQfVmtiZG6mWxdpOma
wPz/Ll7zbTPXOp+dB5+cVagGg2VbKbJyJB+JaGqtT6Hd73GtoMM=
=yLQv
-----END PGP SIGNATURE-----