]> git.notmuchmail.org Git - notmuch/commit
Make addresses case insensitive for the purpose of constructing replies.
authorJed Brown <jed@59A2.org>
Mon, 23 Nov 2009 18:29:52 +0000 (19:29 +0100)
committerCarl Worth <cworth@cworth.org>
Tue, 24 Nov 2009 02:35:01 +0000 (18:35 -0800)
commit1e75f5f3a7c0090e706794a3b9d4c03b9e0b8a21
treee08a0665932d72ddb9f21b749e18175ea4ab426d
parentf667bad7a5530b3a53caa191d14b9f41781750cc
Make addresses case insensitive for the purpose of constructing replies.

The domain is alway case insensitive, but in principle the username is
case sensitive.  Few systems actually enforce this so I think a good
default is to treat the entire address as case insensitive, it will
eliminate a lot of superfluous self-addressed messages and reply from
the correct address in these cases.

Signed-off-by: Jed Brown <jed@59A2.org>
notmuch-reply.c