[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnmail-fancy-split failing
From: |
Ted Zlatanov |
Subject: |
Re: nnmail-fancy-split failing |
Date: |
Thu, 12 Nov 2009 13:27:56 -0600 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Mon, 26 Oct 2009 09:25:27 -0500 Seb <spluque@gmail.com> wrote:
S> On Mon, 26 Oct 2009 16:26:16 +0900,
S> Katsumi Yamaoka <yamaoka@jpl.org> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: nnmail-fancy-split failing,
Ted Zlatanov <=