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 4C485431FC3 for ; Mon, 1 Mar 2010 01:09:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.037 X-Spam-Level: X-Spam-Status: No, score=-1.037 tagged_above=-999 required=5 tests=[AWL=-0.852, BAYES_40=-0.185] autolearn=ham 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 DL4aeN1YZYF3 for ; Mon, 1 Mar 2010 01:09:51 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 50492431FAE for ; Mon, 1 Mar 2010 01:09:51 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 822FD19F3336; Mon, 1 Mar 2010 10:09:43 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id 97k-NOGwp2ZS; Mon, 1 Mar 2010 10:09:42 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 5CB0D19F331D; Mon, 1 Mar 2010 10:09:42 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 54E95FA003; Mon, 1 Mar 2010 10:09:42 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1Nm1dG-0003LI-6U; Mon, 01 Mar 2010 10:09:42 +0100 From: Michal Sojka To: racin@free.fr, Carl Worth In-Reply-To: <484265811.5160231267056003988.JavaMail.root@zimbra1-e1.priv.proxad.net> References: <484265811.5160231267056003988.JavaMail.root@zimbra1-e1.priv.proxad.net> Date: Mon, 01 Mar 2010 10:09:41 +0100 Message-ID: <87k4twmmqy.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] Support for deletion (patch included) 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: Mon, 01 Mar 2010 09:09:52 -0000 On Thu, 25 Feb 2010 01:00:04 +0100 (CET), racin@free.fr wrote: > Hi Carl, > > > Could you also write a commit message describing what the patch does? > > The easiest way for me to apply that would be if you would create a git > > commit, then run "git format-patch origin/master" and mail the resulting > > files, (the "git send-email" command can be used here, or you can insert > > the files into a mail-composition buffer and modify them as needed). > > > > OK, here it is (comments below). I had trouble splitting the patches into a patch series; I > found git add -p, but isn't there a better interface for selecting > patches? What about "git gui"? Michal