NEWS.org: update

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-10 08:29:43 +03:00
parent 2e9666af0b
commit 72c623145e
1 changed files with 68 additions and 62 deletions

View File

@ -24,7 +24,7 @@
- After that, either =ninja -C build= or =make= should be enough to rebuild
- Before installing, it is recommended that you *remove* any older versions of
~mu~ and especiall ~mu4e~, since they may conflict with the newere ones.
~mu~ and especiall ~mu4e~, since they may conflict with the newer ones.
- =mu= now requires C++17 support for building
@ -43,15 +43,21 @@
much of this is not immediately visible but is an enabler for some new
features.
- the ~info~ command now includes information about the last indexing operation
and the last database change that took place; note that the information may
be slightly delayed due to database caching.
- the ~verify~ command for checking signatures has been updated, and is more
informative
- a new command ~mu fields~ provides information about the message fields and
- a new command ~fields~ provides information about the message fields and
flags for use in queries. The information is the same information that ~mu~
uses and so stays up to date.
- a new message field ~changed~, which refers to the time/date of the last time
a message was changed (the file ~ctime~).
a message was changed (the file ~ctime~) and a new flag ~personal~ to search
for "personal" messages, which are defined as a message with at least one
personal contact.
- message sexps are now cached in the store, which makes delivering
sexp-based search results (as used by ~mu4e~) much faster.