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 70A6E431FD0 for ; Mon, 22 Aug 2011 13:28:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 j+z2bUiswj0d for ; Mon, 22 Aug 2011 13:28:32 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id C96A8431FB6 for ; Mon, 22 Aug 2011 13:28:32 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 2612E3CFE73; Mon, 22 Aug 2011 22:28:32 +0200 (CEST) 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 37-nA1ddX0H1; Mon, 22 Aug 2011 22:28:31 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 0D7FF3CFE72; Mon, 22 Aug 2011 22:28:31 +0200 (CEST) Received: from steelpick.2x.cz (cable-86-56-4-108.cust.telecolumbus.net [86.56.4.108]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id D7794FA003; Mon, 22 Aug 2011 22:28:30 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.76) (envelope-from ) id 1Qvb6j-0000sy-Eh; Mon, 22 Aug 2011 22:28:29 +0200 From: Michal Sojka To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH] Do not query on notmuch-search exit In-Reply-To: <8739gtgyzc.fsf@servo.factory.finestructure.net> References: <1314020961-10172-1-git-send-email-sojkam1@fel.cvut.cz> <8739gtgyzc.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.6.1-91-g55c2c34 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 22 Aug 2011 22:28:29 +0200 Message-ID: <877h65dwcy.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 22 Aug 2011 20:28:33 -0000 On Mon, 22 Aug 2011, Jameson Graef Rollins wrote: > On Mon, 22 Aug 2011 15:49:21 +0200, Michal Sojka wrote: > > Emacs 23.2 queries by default about killing existing processes. This > > is annoying when one wants to interrupt long search with 'q' key. > > Disable this behavior for notmuch. > > Thanks for resubmitting this patch, Michal. I definitely prefer this > behavior. > > > -- > > fwiw, I think this separator needs to be three dashes long, ie. '---'. > Otherwise "git am" doesn't seem to recognize it as a separator and > includes the rest of the text below this in the log. Oh, sorry. Of course I know that, but I was in hurry when sending the patch and didn't notice. I'm sending a new version for that is easy to apply (for cworth). -Michal