On Mon, 26 Oct 2009 09:25:27 -0500 Seb <[email protected]> wrote: S> On Mon, 26 Oct 2009 16:26:16 +0900, S> Katsumi Yamaoka <[email protected]> wrote: >> If the raw subject line in such a mail is encoded like this
>> Subject: =?iso-8859-1?b?c3RyaW5n?= >> what you look for is: >> (setq nnmail-mail-splitting-decodes t) S> Indeed, the subject was encoded like that (UTF-8 though), so that is S> exactly what I needed. Thanks for the suggestion Katsumi. S> Any danger in making that a default? I would like that too. I see little danger there, mail splitting is slow for other reasons (backend spooling, registry lookups, etc.) so an extra decode step would not be too bad, especially if it's optimized to happen only when necessary. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
