diff options
| author | markwalters1009@gmail.com <markwalters1009@gmail.com> | 2014-11-13 17:25:21 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-13 21:42:04 +0100 |
| commit | 0dfcb7f9bb09f41785ae0b02ef95814382ebd87c (patch) | |
| tree | 019e32e2637773039f5bba87867f74f7016c4f57 | |
| parent | 9710f0886ab48b12d2401b3d68504b586b6a7309 (diff) | |
News for mark read handling
amended by db: capitalized notmuch.
| -rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -53,6 +53,16 @@ Use the `j` key to access saved searches from anywhere in notmuch with the default saved searches `j i` from anywhere in notmuch will bring up the inbox. +Improved handling of the unread tag + + Notmuch now marks an open message read (i.e., removes the unread + tag) if point enters the message at any time in a show buffer + regardless of how point got there (mouse click, cursor command, page + up/down, notmuch commands such as n,N etc). This fixes various + anomalies or bugs in the previous handling. Additionally it is + possible to customize the mark read handling by setting + `notmuch-show-mark-read-function` to a custom function. + Expanded default saved search settings The default saved searches now include several more common searches, |
