build: bump version 1.9.16, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-17 21:51:02 +02:00
parent 190ace5574
commit 66e332fcf2
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
## Copyright (C) 2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2022-2023 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## 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 : [