Re: [PATCH] emacs: address completion, allow sender/recipient and filters
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 May 2016 12:29:42 +0000 (14:29 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:51 +0000 (16:21 -0700)
bd/80c8535cbc595d05a3b521127996281082eb63 [new file with mode: 0644]

diff --git a/bd/80c8535cbc595d05a3b521127996281082eb63 b/bd/80c8535cbc595d05a3b521127996281082eb63
new file mode 100644 (file)
index 0000000..b118df8
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <sojkam1@fel.cvut.cz>\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 3EDDA6DE01D0\r
+ for <notmuch@notmuchmail.org>; Wed, 18 May 2016 05:29:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.663\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.663 tagged_above=-999 required=5 tests=[AWL=0.647,\r
+  RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] 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 V2eGYZXXGVeC for <notmuch@notmuchmail.org>;\r
+ Wed, 18 May 2016 05:29:47 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 1FE7D6DE00C9\r
+ for <notmuch@notmuchmail.org>; Wed, 18 May 2016 05:29:47 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.7])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id 8220619F39C2;\r
+ Wed, 18 May 2016 14:29:45 +0200 (CEST)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+ by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
+ with ESMTP id C88jkq1MzAUq; Wed, 18 May 2016 14:29:44 +0200 (CEST)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id D17E319F35DB;\r
+ Wed, 18 May 2016 14:29:42 +0200 (CEST)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.87)\r
+ (envelope-from <sojkam1@fel.cvut.cz>)\r
+ id 1b30be-0000SC-E5; Wed, 18 May 2016 14:29:42 +0200\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: address completion,\r
+ allow sender/recipient and filters\r
+In-Reply-To: <1463558813-23603-1-git-send-email-markwalters1009@gmail.com>\r
+References: <8737pg99zz.fsf@steelpick.2x.cz>\r
+ <1463558813-23603-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.22+17~g5bbee89 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 18 May 2016 14:29:42 +0200\r
+Message-ID: <87r3czo8g9.fsf@steelpick.2x.cz>\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, 18 May 2016 12:29:56 -0000\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
+Cheers\r
+-Michal\r