From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 913DE431FBC for ; Fri, 31 Oct 2014 10:24:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] 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 Xxe4OeY2o9WU for ; Fri, 31 Oct 2014 10:24:49 -0700 (PDT) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9F6BD431FAF for ; Fri, 31 Oct 2014 10:24:49 -0700 (PDT) Received: by mail-wg0-f44.google.com with SMTP id x12so6440164wgg.17 for ; Fri, 31 Oct 2014 10:24:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:user-agent:from:to:subject:date:message-id :in-reply-to:references; bh=ujWzkDlXhxvR+XJeF5xvQuwVZaeioWk2MV0MvasJPc4=; b=a0ZaNqhXDPig5c/5tnhkxeDpyEvkUoCBCOiUGCorVPmRvTaxWhW1C7zT+LOkbPufts Ji3s8g2MUt3kTWdqR4bfr83qpOSQnPWKrLxD7djswfpx9VscQZuw4Fcnrv9WuoSA435y ZMGaR63lFSVe75Q1mMZv0+XOBD1PsP8IbWYKLcq8t5bUfbVRH2DvTdVhNmpJ8CFft2fa sY5QH1UM7LRgX3OkFeQBEYUY4eb5YEzW38mN/Bhf55RW27yy/IztaYilNMQysP3BjoYc Xt/WyO8Z0vcNfrU4ecFIdnsbkT7ZTpwIEaXg8y6C83fEQPF4YYYnOuygC9mLzbwyDLni lW3w== X-Gm-Message-State: ALoCoQnSM3f89Uo45FKnHbFFwNaYBy7xSP7ultJiRPxYBl8fszeb1q40bfK6EWVusVJ8rwqOdbsn X-Received: by 10.180.93.37 with SMTP id cr5mr5426540wib.76.1414776287963; Fri, 31 Oct 2014 10:24:47 -0700 (PDT) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by mx.google.com with ESMTPSA id ex6sm12768243wjb.20.2014.10.31.10.24.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Oct 2014 10:24:47 -0700 (PDT) Received: from localhost (30000@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id a0297c1b; for ; Fri, 31 Oct 2014 17:24:45 +0000 (UTC) User-Agent: OpenSMTPD enqueuer (Demoostik) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1] NEWS: Improved `q` binding. Date: Fri, 31 Oct 2014 17:24:47 +0000 Message-Id: <1414776287-29942-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.9.3 (Apple Git-50) In-Reply-To: <8761f0mb48.fsf@maritornes.cs.unb.ca> References: <8761f0mb48.fsf@maritornes.cs.unb.ca> 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: Fri, 31 Oct 2014 17:24:54 -0000 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4718838..723bca0 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,12 @@ Expanded default saved search settings The default saved searches now include several more common searches, as well as shortcut keys for `notmuch-jump`. +Improved `q` binding in notmuch buffers + + `q` will now bury rather than kill a notmuch search, show or tree + buffer if there are multiple windows showing the buffer. If only a + single window is showing the buffer, it is killed. + Library changes --------------- -- 1.9.3 (Apple Git-50)