From: Michal Sojka Date: Wed, 18 May 2016 12:29:42 +0000 (+0200) Subject: Re: [PATCH] emacs: address completion, allow sender/recipient and filters X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d28fabb824ef985f1c620ec96e2310b3841d775;p=notmuch-archives.git Re: [PATCH] emacs: address completion, allow sender/recipient and filters --- diff --git a/bd/80c8535cbc595d05a3b521127996281082eb63 b/bd/80c8535cbc595d05a3b521127996281082eb63 new file mode 100644 index 000000000..b118df8e9 --- /dev/null +++ b/bd/80c8535cbc595d05a3b521127996281082eb63 @@ -0,0 +1,71 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 3EDDA6DE01D0 + for ; Wed, 18 May 2016 05:29:56 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -1.663 +X-Spam-Level: +X-Spam-Status: No, score=-1.663 tagged_above=-999 required=5 tests=[AWL=0.647, + RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id V2eGYZXXGVeC for ; + Wed, 18 May 2016 05:29:47 -0700 (PDT) +Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) + by arlo.cworth.org (Postfix) with ESMTP id 1FE7D6DE00C9 + for ; Wed, 18 May 2016 05:29:47 -0700 (PDT) +Received: from localhost (unknown [192.168.200.7]) + by max.feld.cvut.cz (Postfix) with ESMTP id 8220619F39C2; + Wed, 18 May 2016 14:29:45 +0200 (CEST) +X-Virus-Scanned: IMAP STYX AMAVIS +Received: from max.feld.cvut.cz ([192.168.200.1]) + by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) + with ESMTP id C88jkq1MzAUq; Wed, 18 May 2016 14:29:44 +0200 (CEST) +Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) + by max.feld.cvut.cz (Postfix) with ESMTP id D17E319F35DB; + Wed, 18 May 2016 14:29:42 +0200 (CEST) +Received: from wsh by steelpick.2x.cz with local (Exim 4.87) + (envelope-from ) + id 1b30be-0000SC-E5; Wed, 18 May 2016 14:29:42 +0200 +From: Michal Sojka +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: address completion, + allow sender/recipient and filters +In-Reply-To: <1463558813-23603-1-git-send-email-markwalters1009@gmail.com> +References: <8737pg99zz.fsf@steelpick.2x.cz> + <1463558813-23603-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.22+17~g5bbee89 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 18 May 2016 14:29:42 +0200 +Message-ID: <87r3czo8g9.fsf@steelpick.2x.cz> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 18 May 2016 12:29:56 -0000 + +On Wed, May 18 2016, Mark Walters wrote: +> This commit lets the user customize the address completion. It makes +> two changes. + +Thanks Mark, now it LGTM. + +I configured my address completion to be based on received emails and +I'm surprised how many variations of my email address is used by +spammers :) + +Cheers +-Michal