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 38632431FD0 for ; Mon, 22 Aug 2011 10:03:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 uCjLvIplWTRi for ; Mon, 22 Aug 2011 10:03:41 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 58C6B431FB6 for ; Mon, 22 Aug 2011 10:03:41 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id CF0622E510C9; Mon, 22 Aug 2011 10:03:38 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (m17.ligo.caltech.edu [131.215.115.117]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 1A5A22E50E44; Mon, 22 Aug 2011 10:03:36 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id EA08C2DD; Mon, 22 Aug 2011 10:03:35 -0700 (PDT) From: Jameson Graef Rollins To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH] Do not query on notmuch-search exit In-Reply-To: <1314020961-10172-1-git-send-email-sojkam1@fel.cvut.cz> References: <1314020961-10172-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 22 Aug 2011 10:03:35 -0700 Message-ID: <8739gtgyzc.fsf@servo.factory.finestructure.net> 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 17:03:42 -0000 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. jamie.