On 12 February 2010 16:09, Karl Wiberg <kha@xxxxxxxxxxx> wrote: > On Fri, Feb 12, 2010 at 4:39 PM, Catalin Marinas > <catalin.marinas@xxxxxxx> wrote: > >> The default Python implementation (at least 2.5 and earlier) fold long >> e-mail header lines by inserting "\n\t". This causes issues with some >> e-mail clients that remove both "\n\t". The RFC2822 shows that folding >> should be done with "\n ". The Python workaround is to use a Header >> object instead of a string when setting the message headers. > > Aha. If this works like I think it does, it'll eliminate the problem > where patches with long subject lines pick up tab characters when > imported from e-mails. But that's not the motivation you're > describing, is it? My main motivation is only for sending e-mails as I have an Exchange server here which removes the tab completely sticking two words together. If you import an e-mail sent by the patched StGit, yes, it will solve this as well. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html