Re: [Gaudenz Steinlin] Bug#810784: should match email adress case insensitive when...
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 10 Feb 2016 08:28:24 +0000 (10:28 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:04 +0000 (16:21 -0700)
cc/47362c9a14d175321d860b9420bc2156a85513 [new file with mode: 0644]

diff --git a/cc/47362c9a14d175321d860b9420bc2156a85513 b/cc/47362c9a14d175321d860b9420bc2156a85513
new file mode 100644 (file)
index 0000000..d9ee49a
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 6EF306DE0231\r
+ for <notmuch@notmuchmail.org>; Wed, 10 Feb 2016 00:28:07 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.644\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.644 tagged_above=-999 required=5 tests=[AWL=-0.008,\r
+  SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 0R4vC9jRA6OH for <notmuch@notmuchmail.org>;\r
+ Wed, 10 Feb 2016 00:28:05 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 5A26A6DE021E\r
+ for <notmuch@notmuchmail.org>; Wed, 10 Feb 2016 00:28:05 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 5EE7C10007F;\r
+ Wed, 10 Feb 2016 10:28:24 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Edmondson <dme@dme.org>,\r
+ Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
+ David Bremner <david@tethera.net>, Gaudenz Steinlin <gaudenz@debian.org>,\r
+ notmuch@notmuchmail.org, 810784@bugs.debian.org\r
+Subject: Re: [Gaudenz Steinlin] Bug#810784: should match email adress case\r
+ insensitive when sending encrypted mail\r
+In-Reply-To: <m21t8l6glk.fsf@dme.org>\r
+References: <87egdm4ujh.fsf@tesseract.cs.unb.ca>\r
+ <874mee7k88.fsf@alice.fifthhorseman.net>\r
+ <m2io1y513m.fsf@heart-of-gold.hh.sledj.net>\r
+ <m2a8na4zze.fsf@heart-of-gold.hh.sledj.net> <m21t8l6glk.fsf@dme.org>\r
+User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 10 Feb 2016 10:28:24 +0200\r
+Message-ID: <m2y4atm0k7.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 10 Feb 2016 08:28:07 -0000\r
+\r
+On Tue, Feb 09 2016, David Edmondson <dme@dme.org> wrote:\r
+\r
+> On Mon, Feb 08 2016, David Edmondson wrote:\r
+>> On Mon, Feb 08 2016, David Edmondson wrote:\r
+>>> On Fri, Jan 15 2016, Daniel Kahn Gillmor wrote:\r
+>>>> So where is the case-insensitive lookup happening?  Is this a bug in\r
+>>>> mml-mode, or in notmuch-emacs?\r
+>>>\r
+>>> It's caused by behaviour in mml2015.el (hence upstream).\r
+>>>\r
+>>> `mml2015-epg-check-user-id' uses `equal' to compare the recipient from\r
+>>> the composition buffer with the addresses from the matching key.\r
+>>>\r
+>>> The simplest way to get the desired behaviour would be to `downcase'\r
+>>> both strings before comparing.\r
+>>\r
+>> Reported as bug#22603 in emacs.\r
+>\r
+> Fixed in the emacs-25 branch.\r
+\r
+We could perhaps add defadvice to **wiki** for those who want to \r
+do global change in their emacs environment, something like:\r
+\r
+(if (< emacs-major-version 25)\r
+  (defadvice mml2015-epg-check-user-id (around downcase activate)\r
+    (ad-set-arg 1 (downcase (ad-get-arg 1)))\r
+    (ad-set-arg 2 (downcase (ad-get-arg 2)))\r
+    ad-do-it))\r
+\r
+totally untested -- also now that I finished that 'before might also work.\r