Re: [notmuch] [PATCH] Make addresses case insensitive for the purpose of constructing...
authorCarl Worth <cworth@cworth.org>
Tue, 24 Nov 2009 02:35:31 +0000 (18:35 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:41 +0000 (09:35 -0800)
a5/a48d57a6225982161c10023b58e1daf1e693b7 [new file with mode: 0644]

diff --git a/a5/a48d57a6225982161c10023b58e1daf1e693b7 b/a5/a48d57a6225982161c10023b58e1daf1e693b7
new file mode 100644 (file)
index 0000000..0b71b58
--- /dev/null
@@ -0,0 +1,47 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 74119431FBC;\r
+       Mon, 23 Nov 2009 18:35:47 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id K6uteMPXBnhb; Mon, 23 Nov 2009 18:35:46 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 74E74431FAE;\r
+       Mon, 23 Nov 2009 18:35:45 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
+In-Reply-To: <1259000992-31796-1-git-send-email-jed@59A2.org>\r
+References: <1259000992-31796-1-git-send-email-jed@59A2.org>\r
+Date: Mon, 23 Nov 2009 18:35:31 -0800\r
+Message-ID: <87ljhw645o.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Make addresses case insensitive for the\r
+ purpose of constructing replies.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 24 Nov 2009 02:35:47 -0000\r
+\r
+On Mon, 23 Nov 2009 19:29:52 +0100, Jed Brown <jed@59A2.org> wrote:\r
+> The domain is alway case insensitive, but in principle the username is\r
+> case sensitive.  Few systems actually enforce this so I think a good\r
+> default is to treat the entire address as case insensitive, it will\r
+> eliminate a lot of superfluous self-addressed messages and reply from\r
+> the correct address in these cases.\r
+\r
+Good call. I've pushed this out now.\r
+\r
+-Carl\r