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 EAFEB41A557 for ; Tue, 23 Nov 2010 12:59:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.182 X-Spam-Level: X-Spam-Status: No, score=0.182 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.982, TO_NO_BRKTS_DYNIP=1] 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 9HaMGxv7zQdw for ; Tue, 23 Nov 2010 12:59:50 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id F1F0B41A555 for ; Tue, 23 Nov 2010 12:59:49 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 0BE422028E; Tue, 23 Nov 2010 21:59:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=RykhXlYZieAjD0vqd4T55i pNXdg=; b=RAzC+9p5fEFgV1TGV2UKh/MkluPrPnHMXtngAAw9Sj0e2amfjaTPPa fEeUg5cNH0Y6CVGJpLvMzYaCJAsXbbwCLKDFi9N5u1yDDpQtiXwoZrP7+Uwkcvub 6be/HEnTfyjwn1gw3basBIqHwx2dic672dOLAK36dFnFcHpQ/hCPo= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Tue, 23 Nov 2010 21:59:47 +0100 (CET) From: Xavier Maillard To: Jed Brown , Michal Sojka , notmuch@notmuchmail.org Subject: Re: Handling PATCH from notmuchmail In-Reply-To: <87bp5gdk6x.fsf@59A2.org> References: <87r5ecf3nv.fsf@steelpick.2x.cz> <87bp5gdk6x.fsf@59A2.org> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Tue, 23 Nov 2010 22:06:44 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard 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 20:59:51 -0000 Hi, Thank you all for your answers. On Tue, 23 Nov 2010 18:27:34 +0100, Jed Brown wrote: > 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) Sounds awesome ! /Xavier