From: David Bremner Date: Sun, 10 Apr 2016 23:57:55 +0000 (+2100) Subject: Re: [PATCH] emacs: make use of `message-make-from' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54f55e20ef7435995cd03e57c4ce3c556fdad075;p=notmuch-archives.git Re: [PATCH] emacs: make use of `message-make-from' --- diff --git a/2c/e597ad8af0a20f2e46a8ea6cde01442f615707 b/2c/e597ad8af0a20f2e46a8ea6cde01442f615707 new file mode 100644 index 000000000..2d2051cc7 --- /dev/null +++ b/2c/e597ad8af0a20f2e46a8ea6cde01442f615707 @@ -0,0 +1,64 @@ +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 9D7F06DE0317 + for ; Sun, 10 Apr 2016 16:58:06 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.018 +X-Spam-Level: +X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5 + tests=[AWL=-0.007, 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 s1RrDmHI-Xis for ; + Sun, 10 Apr 2016 16:57:59 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id D68A26DE02DD + for ; Sun, 10 Apr 2016 16:57:58 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1apPEz-0001m8-V7; Sun, 10 Apr 2016 19:58:05 -0400 +Received: (nullmailer pid 4578 invoked by uid 1000); + Sun, 10 Apr 2016 23:57:55 -0000 +From: David Bremner +To: aeuii@posteo.de, notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: make use of `message-make-from' +In-Reply-To: <86h9fbwzcw.fsf@posteo.de> +References: <86h9fbwzcw.fsf@posteo.de> +User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 10 Apr 2016 20:57:55 -0300 +Message-ID: <87twj96mpo.fsf@zancas.localnet> +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: Sun, 10 Apr 2016 23:58:06 -0000 + +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