diff options
| author | David Bremner <david@tethera.net> | 2018-06-13 06:37:27 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-13 06:37:27 -0300 |
| commit | b0b1fde0cbeb93209a135d2c6627edd70362999d (patch) | |
| tree | 8d8b46ecba2c3c128365f16ece54377b987dbe58 | |
| parent | e00e235e65a404315d06f70ec6066d259f8ee802 (diff) | |
| parent | 079826f124823f134e5877173e9380edc2eeb3dc (diff) | |
Merge tag '0.27'
notmuch 0.27 release
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 18 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.27 (UNRELEASED) +Notmuch 0.27 (2018-06-13) ========================= General @@ -17,6 +17,12 @@ Add the --full-scan option to `notmuch new` This option disables mtime based optimization of scanning for new mail. +Add new --decrypt=stash option for `notmuch show` + + This facilitates a workflow for encrypted messages where message + cleartext are indexed on first read, but the user's decryption key + does not have to be available during message receipt. + Documentation ------------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index c4e8a2d9..fbb282e3 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.27~rc1' +__VERSION__ = '0.27' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index d3724958..8bac8a3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.27-1) unstable; urgency=medium + + * New upstream feature release + - thread subqueries (match terms in different messages of same thread) + - notmuch new --full-scan (ignore mtimes) + - notmuch show --decrypt=stash (decrypt and stash on first read) + + -- David Bremner <bremner@debian.org> Tue, 12 Jun 2018 22:39:33 -0300 + notmuch (0.27~rc1-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.27~rc1 +0.27 |
