From: David Bremner Date: Sat, 1 Aug 2015 09:44:54 +0000 (+0200) Subject: Stop stomping on global fcc related variables X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d832351e4af465da1cdb8c50d2915bfabc483b06;p=notmuch-archives.git Stop stomping on global fcc related variables --- diff --git a/2b/2138c40c829ff1d2d3c878a3ce34cad45db008 b/2b/2138c40c829ff1d2d3c878a3ce34cad45db008 new file mode 100644 index 000000000..f88c58cca --- /dev/null +++ b/2b/2138c40c829ff1d2d3c878a3ce34cad45db008 @@ -0,0 +1,50 @@ +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 6681D6DE1761 + for ; Sat, 1 Aug 2015 02:46:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.154 +X-Spam-Level: +X-Spam-Status: No, score=0.154 tagged_above=-999 required=5 tests=[AWL=0.144, + T_HEADER_FROM_DIFFERENT_DOMAINS=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 1qVvBfm-c4mQ for ; + Sat, 1 Aug 2015 02:46:26 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0A2046DE1607 + for ; Sat, 1 Aug 2015 02:46:25 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZLTLt-0004tP-OI; Sat, 01 Aug 2015 09:45:13 +0000 +Received: (nullmailer pid 29347 invoked by uid 1000); Sat, 01 Aug 2015 + 09:44:59 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Stop stomping on global fcc related variables +Date: Sat, 1 Aug 2015 11:44:54 +0200 +Message-Id: <1438422296-29087-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <87vbdrysd7.fsf@qmul.ac.uk> +References: <87vbdrysd7.fsf@qmul.ac.uk> +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: Sat, 01 Aug 2015 09:46:35 -0000 + +After several attempts [1] this is the best replacement for +notmuch-fcc-initialization I could come up with. + +[1]: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21174