Re: [PATCH] emacs: address completion, allow sender/recipient and filters
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 19 May 2016 14:45:07 +0000 (17:45 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:51 +0000 (16:21 -0700)
05/91a6fa388758818287fc481d6245b60ff49783 [new file with mode: 0644]

diff --git a/05/91a6fa388758818287fc481d6245b60ff49783 b/05/91a6fa388758818287fc481d6245b60ff49783
new file mode 100644 (file)
index 0000000..bb8028e
--- /dev/null
@@ -0,0 +1,89 @@
+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 5A07A6DE01F9\r
+ for <notmuch@notmuchmail.org>; Thu, 19 May 2016 07:45:34 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.59\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.59 tagged_above=-999 required=5 tests=[AWL=-0.062, \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 JNeVRksPlT7u for <notmuch@notmuchmail.org>;\r
+ Thu, 19 May 2016 07:45:26 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id CFF1E6DE00F5\r
+ for <notmuch@notmuchmail.org>; Thu, 19 May 2016 07:45:24 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id F09401000B3\r
+ for <notmuch@notmuchmail.org>; Thu, 19 May 2016 17:45:07 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: address completion,\r
+ allow sender/recipient and filters\r
+In-Reply-To: <87r3czo8g9.fsf@steelpick.2x.cz>\r
+References: <8737pg99zz.fsf@steelpick.2x.cz>\r
+ <1463558813-23603-1-git-send-email-markwalters1009@gmail.com>\r
+ <87r3czo8g9.fsf@steelpick.2x.cz>\r
+User-Agent: Notmuch/0.22+26~g2adc7d1 (http://notmuchmail.org) Emacs/24.5.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: Thu, 19 May 2016 17:45:07 +0300\r
+Message-ID: <m2posihzt8.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: Thu, 19 May 2016 14:45:34 -0000\r
+\r
+On Wed, May 18 2016, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
+\r
+> On Wed, May 18 2016, Mark Walters wrote:\r
+>> This commit lets the user customize the address completion. It makes\r
+>> two changes.\r
+>\r
+> Thanks Mark, now it LGTM.\r
+>\r
+> I configured my address completion to be based on received emails and\r
+> I'm surprised how many variations of my email address is used by\r
+> spammers :)\r
+\r
+I tried this and it seems to work. LGTM +1.\r
+\r
+Thanks to David's latest pushes I grabbed a little time from my temporarily\r
+busy time and attempted to test this internal address completion...\r
+\r
+... for anyone who might be interested, the address harvesting command options\r
+from emacs (without extra filtering) now are.\r
+\r
+notmuch 'address' '--format=sexp' '--format-version=2' \\r
+'--output=recipients' '--deduplicate=address' 'from:me@example.org'\r
+\r
+notmuch 'address' '--format=sexp' '--format-version=2' \\r
+'--output=sender' '--deduplicate=address' 'to:me@example.org'\r
+\r
+... I had text here wondering whether this from:/to: is too restrictive\r
+but perhaps it is not. I don't know. Therefore I shut up now :D\r
+\r
+\r
+Tomi\r
+\r
+\r
+\r
+> Cheers\r
+> -Michal\r