Re: [notmuch] [PATCH 2/3] modify notmuch_setup_command to return 1 if config file...
authorCarl Worth <cworth@cworth.org>
Thu, 26 Nov 2009 03:24:55 +0000 (19:24 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:43 +0000 (09:35 -0800)
24/70735b62d02adb2b372ebbd57fb1f46aa5659a [new file with mode: 0644]

diff --git a/24/70735b62d02adb2b372ebbd57fb1f46aa5659a b/24/70735b62d02adb2b372ebbd57fb1f46aa5659a
new file mode 100644 (file)
index 0000000..980b1da
--- /dev/null
@@ -0,0 +1,47 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 61F7F431FC0;\r
+       Wed, 25 Nov 2009 19:25:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id XHk4n4EKtVnW; Wed, 25 Nov 2009 19:25:09 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9B5C9431FAE;\r
+       Wed, 25 Nov 2009 19:25:09 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+ notmuch@notmuchmail.org\r
+In-Reply-To: <1258927116-528-2-git-send-email-jrollins@finestructure.net>\r
+References: <1258927116-528-1-git-send-email-jrollins@finestructure.net>\r
+       <1258927116-528-2-git-send-email-jrollins@finestructure.net>\r
+Date: Wed, 25 Nov 2009 19:24:55 -0800\r
+Message-ID: <87hbsirmrc.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH 2/3] modify notmuch_setup_command to return 1\r
+ if config file write fails.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 26 Nov 2009 03:25:10 -0000\r
+\r
+On Sun, 22 Nov 2009 16:58:35 -0500, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+> This fixes a small bug in notmuch_setup_command such that it returned\r
+> OK and output the setup message footer even if the config file write\r
+> step failed.\r
+\r
+Thanks for the fix. This is pushed.\r
+\r
+-Carl\r