Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 61F7F431FC0; Wed, 25 Nov 2009 19:25:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XHk4n4EKtVnW; Wed, 25 Nov 2009 19:25:09 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9B5C9431FAE; Wed, 25 Nov 2009 19:25:09 -0800 (PST) From: Carl Worth To: Jameson Graef Rollins , notmuch@notmuchmail.org In-Reply-To: <1258927116-528-2-git-send-email-jrollins@finestructure.net> References: <1258927116-528-1-git-send-email-jrollins@finestructure.net> <1258927116-528-2-git-send-email-jrollins@finestructure.net> Date: Wed, 25 Nov 2009 19:24:55 -0800 Message-ID: <87hbsirmrc.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 2/3] modify notmuch_setup_command to return 1 if config file write fails. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Thu, 26 Nov 2009 03:25:10 -0000 On Sun, 22 Nov 2009 16:58:35 -0500, Jameson Graef Rollins wrote: > This fixes a small bug in notmuch_setup_command such that it returned > OK and output the setup message footer even if the config file write > step failed. Thanks for the fix. This is pushed. -Carl