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 26297431FB6 for ; Mon, 13 Aug 2012 08:27:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 KXIMTVh0w84P for ; Mon, 13 Aug 2012 08:27:26 -0700 (PDT) Received: from dmz-mailsec-scanner-3.mit.edu (DMZ-MAILSEC-SCANNER-3.MIT.EDU [18.9.25.14]) by olra.theworths.org (Postfix) with ESMTP id 97229431FAE for ; Mon, 13 Aug 2012 08:27:26 -0700 (PDT) X-AuditID: 1209190e-b7fb56d0000008b2-ed-50291cdeff65 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id F1.22.02226.EDC19205; Mon, 13 Aug 2012 11:27:26 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id q7DFRPTi003883; Mon, 13 Aug 2012 11:27:25 -0400 Received: from drake.dyndns.org (a069.catapulsion.net [70.36.81.69]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q7DFRO9C009550 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Mon, 13 Aug 2012 11:27:25 -0400 (EDT) Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1T0wY7-0004Td-S8; Mon, 13 Aug 2012 11:27:23 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] News for new 'previous' behavior Date: Mon, 13 Aug 2012 11:27:19 -0400 Message-Id: <1344871639-17165-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprFIsWRmVeSWpSXmKPExsUixG6nrntPRjPAoLWVw+L6zZnMDowez1bd Yg5gjOKySUnNySxLLdK3S+DK+LtqMmPBMbaKOV+mMjcwTmLtYuTkkBAwkXh86wgjhC0mceHe ejYQW0hgH6PE/BtANheQvYFRYur8dhYI5wCTxIpFe5ghnLmMEi+3ngEbxSagIbFt/3KwUSIC 0hI7784GinNwMAuoSfzpUgEJCwsYSiw9uoEFxGYRUJVYceIgE4jNK+AgcWv2X2aIK+Qlnt7v Y5vAyLuAkWEVo2xKbpVubmJmTnFqsm5xcmJeXmqRrrFebmaJXmpK6SZGUBBwSvLtYPx6UOkQ owAHoxIP7yU7jQAh1sSy4srcQ4ySHExKorzPJDUDhPiS8lMqMxKLM+KLSnNSiw8xSnAwK4nw SpwCKudNSaysSi3Kh0lJc7AoifNeSbnpLySQnliSmp2aWpBaBJOV4eBQkuBlBwa7kGBRanpq RVpmTglCmomDE2Q4D9BwLpAa3uKCxNzizHSI/ClGRSlx3tsgFwmAJDJK8+B6YVH6ilEc6BVh XnmQdh5ghMN1vwIazAQ0+DuHGsjgkkSElFQDozs37+fCLqZf+Wl6Gp0v7OPPLr26fXtztoHA qjvfVN//OMDeoM4fdu1Ch86bP3FqHpc193gW+75MP6L0NUu41DjabfXHlkORZU+N3v2LWdD7 w6Dj3OJkltmedt5XH356dn+u+uTqt6etL23kDQw93Pb/+MSelfZln5bmf/l2pfrAKyZH/k+L OpVYijMSDbWYi4oTAUT5SsStAgAA 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, 13 Aug 2012 15:27:27 -0000 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 9916c91..7c7b510 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,14 @@ Experimental support for multi-line search result formats `notmuch-search-result-format` to make individual search results span multiple lines. +Next/previous in search and show now move by boundaries + + All "next" and "previous" commands in the search and show modes now + move to the next/previous result or message boundary. This doesn't + change the behavior of "next", but "previous" commands will first + move to the beginning of the current result or message if point is + inside the result or message. + Search now uses the JSON format internally This should address problems with unusual characters in authors and -- 1.7.10