From: David Bremner Date: Fri, 7 Aug 2015 19:38:44 +0000 (+0200) Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bca213f51bb818cc33b2f8754507e17e37127834;p=notmuch-archives.git Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local --- diff --git a/5d/89b19804c1760d4e6d99313b2e9d00bd055683 b/5d/89b19804c1760d4e6d99313b2e9d00bd055683 new file mode 100644 index 000000000..f261c788d --- /dev/null +++ b/5d/89b19804c1760d4e6d99313b2e9d00bd055683 @@ -0,0 +1,62 @@ +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 A347F6DE13ED + for ; Fri, 7 Aug 2015 12:40:53 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.51 +X-Spam-Level: +X-Spam-Status: No, score=0.51 tagged_above=-999 required=5 tests=[AWL=-0.234, + URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 saHS3Jbk3RPU for ; + Fri, 7 Aug 2015 12:40:52 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id C11876DE13E7 + for ; Fri, 7 Aug 2015 12:40:51 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZNnTn-00078H-9S; Fri, 07 Aug 2015 19:38:59 +0000 +Received: (nullmailer pid 28925 invoked by uid 1000); Fri, 07 Aug 2015 + 19:38:44 -0000 +From: David Bremner +To: Tomi Ollila , Mark Walters + , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars + buffer-local +In-Reply-To: <878u9mao9t.fsf@maritornes.cs.unb.ca> +References: <87fv4093sl.fsf@maritornes.cs.unb.ca> + <1438718659-11522-1-git-send-email-david@tethera.net> + <1438718659-11522-2-git-send-email-david@tethera.net> + <878u9mao9t.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 07 Aug 2015 21:38:44 +0200 +Message-ID: <87614qany3.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 07 Aug 2015 19:40:53 -0000 + +David Bremner writes: + +> +> Oops, missed that part. Pushed both with edited commit messages. + +And a whitespace cleanup patch. + +d