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 9D9F740DEF3 for ; Tue, 23 Nov 2010 09:26:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.346 X-Spam-Level: X-Spam-Status: No, score=-0.346 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no 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 Nz5yRYYHhDct for ; Tue, 23 Nov 2010 09:26:03 -0800 (PST) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by olra.theworths.org (Postfix) with ESMTP id 8C5EA40DEF9 for ; Tue, 23 Nov 2010 09:26:03 -0800 (PST) Received: by pwi2 with SMTP id 2so132711pwi.26 for ; Tue, 23 Nov 2010 09:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=yRsInWm1czeyuM07SDIkXjhAMQtZS6iY7jR3DGnhkik=; b=J4W0skNgw4wpojl2ZmU54DsoA+eRbZ8NN10nZZ44YAz0RNUYxJ9t2x9IM4XoQ6G136 PxV2Pl/40awNPKLabgWchGhIXzTQbUUtvCqsY2+jHeQJP9D+76az0+WLU5u9VhcYv0/w GUiGN7i2Mm3LIJiNb3vdpAgkA8FANzJFqMBpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=m2JRywNZXw2AUt+zyxNbNoim+rbih5/sAE78LyofvHc1G1Jt+TEKfa8lrZ+ZGhUqie 5rxxMN+uMBk6m60nuBZa/edpMhm01jp3rgbZxgo9zbxF0TeSGANUgpS7j6LOjM+2r6ex fkJ6WFQP+aShdBeKJFUqFlcSbV7juhkt1R+mU= Received: by 10.223.123.142 with SMTP id p14mr4659651far.122.1290533159968; Tue, 23 Nov 2010 09:25:59 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id r24sm1883442fax.27.2010.11.23.09.25.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Nov 2010 09:25:58 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Michal Sojka , Xavier Maillard , notmuch@notmuchmail.org Subject: Re: Handling PATCH from notmuchmail In-Reply-To: <87r5ecf3nv.fsf@steelpick.2x.cz> References: <87r5ecf3nv.fsf@steelpick.2x.cz> User-Agent: Notmuch/0.5-13-g9709516 (http://notmuchmail.org) Emacs/24.0.50.1 (x86_64-unknown-linux-gnu) Date: Tue, 23 Nov 2010 18:27:34 +0100 Message-ID: <87bp5gdk6x.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 23 Nov 2010 17:26:13 -0000 On Tue, 23 Nov 2010 16:41:40 +0100, Michal Sojka wrote: > On Mon, 22 Nov 2010, Xavier Maillard wrote: > M-x cd ~/src/notmuch > | git am An arguable refinement is | (cd ~/src/notmuch; git am -3) > Then I manually switch to *notmuch-pipe* buffer to see whether the > command failed or not. It would be nice if *notmuch-pipe* buffer is > shown automatically when the command exits with non-zero status. Agreed. Jed