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 9903F431FAF for ; Wed, 18 Jan 2012 12:58:55 -0800 (PST) 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 s1DPUPW4k935 for ; Wed, 18 Jan 2012 12:58:53 -0800 (PST) Received: from dmz-mailsec-scanner-6.mit.edu (DMZ-MAILSEC-SCANNER-6.MIT.EDU [18.7.68.35]) by olra.theworths.org (Postfix) with ESMTP id 8B51C431FAE for ; Wed, 18 Jan 2012 12:58:53 -0800 (PST) X-AuditID: 12074423-b7f9c6d0000008c3-7d-4f17328df563 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id 2E.B0.02243.D82371F4; Wed, 18 Jan 2012 15:58:53 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id q0IKwqVM020332; Wed, 18 Jan 2012 15:58:52 -0500 Received: from drake.mit.edu (26-4-166.dynamic.csail.mit.edu [18.26.4.166]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0IKwpal002026 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 18 Jan 2012 15:58:52 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1Rncap-0008Cm-J0; Wed, 18 Jan 2012 15:58:51 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] News for tag exclusion Date: Wed, 18 Jan 2012 15:58:50 -0500 Message-Id: <1326920330-31496-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1326586654-16840-1-git-send-email-amdragon@mit.edu> References: <1326586654-16840-1-git-send-email-amdragon@mit.edu> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrAIsWRmVeSWpSXmKPExsUixG6nottrJO5v8Hg5l8X1mzOZHRg9nq26 xRzAGMVlk5Kak1mWWqRvl8CVsfHibtaC++wV0/5sY2pgbGXrYuTkkBAwkbjZ9JkVwhaTuHBv PVCci0NIYB+jxKvf01ggnA2MEjPmXgfrEBI4ziQx/YQ6RGI+o8Tek6uYQRJsAhoS2/YvZwSx RQSkJXbenQ00loODWUBN4k+XCkhYWEBdomnKZnaQMIuAqkTLSl0Qk1fAQeLaBz6IGxQkzq0+ xw5icwo4Ssw50MUIsdVB4tXXxSwTGPkXMDKsYpRNya3SzU3MzClOTdYtTk7My0st0jXTy80s 0UtNKd3ECA4YF+UdjH8OKh1iFOBgVOLhjRAR9xdiTSwrrsw9xCjJwaQkyjtTGyjEl5SfUpmR WJwRX1Sak1p8iFGCg1lJhPcLH1CONyWxsiq1KB8mJc3BoiTOq6H1zk9IID2xJDU7NbUgtQgm K8PBoSTB+9UQqFGwKDU9tSItM6cEIc3EwQkynAdoeAVIDW9xQWJucWY6RP4Uo6KUOC8HMCaF BEASGaV5cL2wiH7FKA70ijCvA0g7DzAZwHW/AhrMBDTYo0kMZHBJIkJKqoHxDP/1r6+a0+d4 BxhsfDWveOenqSuaO9ytfoir9F7+mvNF+NzCOw/OKyQX6LxomvBUyjgt+8sL34S1qZ429q8s VPUyNFOuPW1+Jyn92M5jbqjZplkbJqeo1v8Tsduz5/szUa3VLvO8tI59nSFSs//erHWTf4To Wu0+cSJaLS/iMtN/vax5KWZ+SizFGYmGWsxFxYkA8dR86cMCAAA= 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: Wed, 18 Jan 2012 20:58:55 -0000 --- NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 1e561a9..6afa912 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,13 @@ Reply to sender to all. The feature is available through the new command line option --reply-to=(all|sender). +Tag exclusion + + Tags can be automatically excluded from search results unless they + appear explicitly in a query. By default, notmuch excludes the tags + deleted and spam. This can be changed using the new config setting + search.auto_exclude_tags. + Emacs Interface --------------- @@ -21,6 +28,14 @@ Reply to sender and search modes, 'r' has been bound to reply to sender, replacing reply to all, which now has key binding 'R'. +Library changes +--------------- + +New functions + + notmuch_query_add_tag_exclude supports the new tag exclusion + feature. + Notmuch 0.11 (2012-01-13) ========================= -- 1.7.7.3