diff options
| author | David Bremner <david@tethera.net> | 2020-09-05 22:27:32 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-09-05 22:27:32 -0300 |
| commit | d127b16afe2e5c0f245400bc74d96208372075a2 (patch) | |
| tree | 904169c10188abbf2434c75d09de71cde93f22ee | |
| parent | 85b580386905ca1fdb168edc64fca66ffb9620a7 (diff) | |
| parent | 4175d5cb914416dc0e159a00457b1c2a82f3905f (diff) | |
Merge tag '0.31' into master
notmuch 0.31 release
| -rw-r--r-- | NEWS | 21 | ||||
| -rw-r--r-- | bindings/python-cffi/version | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | version | 2 |
5 files changed, 30 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.31 (UNRELEASED) +Notmuch 0.31 (2020-09-05) ========================= Emacs @@ -12,6 +12,25 @@ The minimum supported major version of GNU Emacs is now 25.1. Add support for moving between threads after notmuch-tree-from-search-thread. +New `notmuch-unthreaded` mode (added in Notmuch 0.30) + + Unthreaded view is a mode where each matching message is shown on a + separate line. + + The main key entries to unthreaded view are + + 'u' enter a query to view in unthreaded mode (works in hello, + search, show and tree mode) + + 'U' view the current query in unthreaded mode (works from search, + show and tree) + + Saved searches can also specify that they should open in unthreaded + view. + + Currently it is not possible to specify the sort order: it will + always be newest first. + Notmuch-Mutt ------------ diff --git a/bindings/python-cffi/version b/bindings/python-cffi/version index badb1e81..48b9990e 100644 --- a/bindings/python-cffi/version +++ b/bindings/python-cffi/version @@ -1 +1 @@ -0.31~rc2 +0.31 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 36212aa5..e94942f5 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.31~rc2' +__VERSION__ = '0.31' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index b800e361..fd0dddef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.31-1) unstable; urgency=medium + + * New upstream release + * Compatibility fixes for Emacs 27.1 + + -- David Bremner <bremner@debian.org> Sat, 05 Sep 2020 21:47:42 -0300 + notmuch (0.31~rc2-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.31~rc2 +0.31 |
