diff options
| author | David Bremner <david@tethera.net> | 2017-03-05 19:44:33 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-05 19:49:31 -0400 |
| commit | ba1c934e5bd45173c47f35b1f3f8ec5ec5c49a84 (patch) | |
| tree | 9b73947ae6d53d60ce110ccfb46b3b86c6f87bb2 | |
| parent | 75363cf4efdce4ad53f2796f5c2bc02b237734c1 (diff) | |
NEWS: start NEWS for 0.24
| -rw-r--r-- | NEWS | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +Notmuch 0.24 (UNRELEASED) +========================= + +General +------- + +Regular expression searches supported for `from:` and `subject:`. + + This requires recent Xapian (1.4+) See notmuch-search-terms(7) for + details. + +Emacs Interface +--------------- + + Save and resume messages in `notmuch-message-mode` (composition). + +Library changes +--------------- + +`notmuch_query_count_messages` is now non-destructive. + + Internally the implementation of excludes has changed to make this + possible. + +Improved handling of DatabaseModifiedError + + Previously uncaught exceptions reading message metadata are now + handled. + Notmuch 0.23.7 (2017-02-28) =========================== |
