NEWS.org: Update

This commit is contained in:
Dirk-Jan C. Binnema 2020-02-27 18:57:25 +02:00
parent 4226a6e47f
commit 3e272ba82f
1 changed files with 18 additions and 14 deletions

View File

@ -66,21 +66,25 @@
- Add message-id's to messages when saving drafts, so we can find them even - Add message-id's to messages when saving drafts, so we can find them even
with ~mu4e-headers-skip-duplicates~. with ~mu4e-headers-skip-duplicates~.
- Improved handling of replies to mailing-lists.
- Bookmarks (as in ~mu4e-bookmarks~) are now simple plists (instead of cl - Bookmarks (as in ~mu4e-bookmarks~) are now simple plists (instead of cl
structs). ~make-mu4e-bookmark~ has been updated to produce such plists (for structs). ~make-mu4e-bookmark~ has been updated to produce such plists (for
backward compatibility). A bookmark now looks like a list of e.g. backward compatibility). A bookmark now looks like a list of e.g. ~(:name
~(:name "My bookmark" :query "banana OR pear" :key ?f)~ "My bookmark" :query "banana OR pear" :key ?f)~ this format is a bit easier
this format is a bit easier extensible. extensible.
- Improved handling of replies to mailing-lists.
- For instance, we now recognize an attribute ~:hide t~, which will hide the - For instance, we now recognize an attribute ~:hide t~, which will hide the
bookmark item from the main-screen (and speedbar), but keep it avilable bookmark item from the main-screen (and speedbar), but keep it avilable
through the completion UI. through the completion UI.
- Furthermore, mu4e now shows unread/all counts for bookmarks in - Furthermore, mu4e now shows unread/all counts for bookmarks in the main
the main screen. This is on by default, but can be disabled by setting screen. This is on by default, but can be disabled by setting ~:hide-unread~
~:hide-unread~ in the bookmark ~plist~ to ~t~. in the bookmark ~plist~ to ~t~.
- The mu4e <-> mu has been rewritten to communicate using s-expressions,
with a repl for testing. If you have readline installed, you also get
history etc.
*** toys *** toys