]> granicus.if.org Git - mutt/commit
Convert rfc2047_decode() to use buffers.
authorKevin McCarthy <kevin@8t8.us>
Sun, 25 Nov 2018 05:03:26 +0000 (21:03 -0800)
committerKevin McCarthy <kevin@8t8.us>
Mon, 3 Dec 2018 22:34:11 +0000 (14:34 -0800)
commit9426c7ddeb6b0ab314b23cb84413c30348a9d8a2
treede6ea6fc44a726480e09c174948bacec6b8386d5
parent56098c840037449ffc1b3a510fc8abf80846a509
Convert rfc2047_decode() to use buffers.

Rework the loop so it's centered on the find_encoded_word() call.

It appears only the last text chunk was run through character
conversion with AssumedCharset.  I've changed it to run for each text
chunk.
rfc2047.c