From: aeuii Date: Mon, 11 Apr 2016 06:29:25 +0000 (+0200) Subject: Re: [PATCH] emacs: make use of `message-make-from' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6680459b35fe7bf4a180c96573a1237d7fe059f4;p=notmuch-archives.git Re: [PATCH] emacs: make use of `message-make-from' --- diff --git a/d4/93ba6464fc3006696ae9ca28b3fbc562e7277c b/d4/93ba6464fc3006696ae9ca28b3fbc562e7277c new file mode 100644 index 000000000..8f24a412a --- /dev/null +++ b/d4/93ba6464fc3006696ae9ca28b3fbc562e7277c @@ -0,0 +1,69 @@ +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 1F9636DE0350 + for ; Sun, 10 Apr 2016 23:29:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.626 +X-Spam-Level: +X-Spam-Status: No, score=0.626 tagged_above=-999 required=5 tests=[AWL=-0.269, + HK_RANDOM_ENVFROM=0.626, HK_RANDOM_FROM=1, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, + 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 wNVZC3_1XIr4 for ; + Sun, 10 Apr 2016 23:29:27 -0700 (PDT) +Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) + by arlo.cworth.org (Postfix) with ESMTPS id 6B1136DE0317 + for ; Sun, 10 Apr 2016 23:29:27 -0700 (PDT) +Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) + by mout01.posteo.de (Postfix) with ESMTPS id 2C3D120B45 + for ; Mon, 11 Apr 2016 08:29:23 +0200 (CEST) +Received: from mail.posteo.de (localhost [127.0.0.1]) + by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qk0XK133tz5vN7; + Mon, 11 Apr 2016 08:29:21 +0200 (CEST) +From: aeuii@posteo.de +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: make use of `message-make-from' +In-Reply-To: <87twj96mpo.fsf@zancas.localnet> +References: <86h9fbwzcw.fsf@posteo.de> <87twj96mpo.fsf@zancas.localnet> +Date: Mon, 11 Apr 2016 08:29:25 +0200 +Message-ID: <86h9f8u08q.fsf@posteo.de> +MIME-Version: 1.0 +Content-Type: text/plain +X-Mailman-Approved-At: Sun, 10 Apr 2016 23:49:31 -0700 +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: Mon, 11 Apr 2016 06:29:36 -0000 + +2016-04-11 01:57 +0200, David Bremner : + +> aeuii@posteo.de writes: +> +>> Please put my address in CC when replying. Thanks! +>> +>> From 4b9ab261a0ea8a31065e310c5150f522be86d37b Mon Sep 17 00:00:00 2001 +>> From: stefan +>> Date: Fri, 8 Apr 2016 22:47:06 +0200 +>> Subject: [PATCH] emacs: make use of `message-make-from' +>> +>> Will respect `mail-from-style'. +> +> pushed to master, thanks for your contribution to notmuch +> +> d + +Thank you!