diff --git a/NEWS.org b/NEWS.org index cc2e6b88..507fc8e3 100644 --- a/NEWS.org +++ b/NEWS.org @@ -45,11 +45,13 @@ way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]] - ~mu4e~ now keeps track of 'baseline' query results and shows the difference - from that in the main view and modeline. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details. + from that in the main view and modeline (you'll might see something like + =1(+1)/2= for your bookmarks or in the modeline; that means that there is + one more unread message since baseline; see the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details. The idea is that you get a quick overview of where changes happened while - you were doing something else. This is a qsomewhat experimental feature, and - we're tweaking the details. + you were doing something else. This is a somewhat experimental feature + which is under active development - Related to that, you can now crown one of your bookmarks in =mu4e-bookmarks= with ~:favorite t~, causing it to be highlighted in the main view and used @@ -60,6 +62,10 @@ mail (on systems with DBus for now; see [[info:mu4e:#Desktop notifications][Desktop notifications]] in the manual. + - If your search query matches some bookmark, the modeline now shows the + bookmark's name rather than the query; this can be controlled through + =mu4e-modeline-prefer-bookmark-name= (default: =t=). + - when moving messages (which includes changing flags), file-flags changes are propagated to duplicates of the messages; that is, e.g. the /Seen/ or /Replied/ status is propagated to all duplicates (earlier, this was only diff --git a/meson.build b/meson.build index d600b95b..b448a51f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2022 Dirk-Jan C. Binnema +## Copyright (C) 2022-2023 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.15', + version: '1.9.16', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [