update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2020-01-25 12:50:26 +02:00
parent 7d83a1c5d6
commit 61b511dc08
1 changed files with 4 additions and 5 deletions

View File

@ -63,6 +63,8 @@
- 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.
@ -72,14 +74,11 @@
- 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.
- As an example of this, mu4e now shows unread/all counts for bookmarks in
- Furthermore, mu4e now shows unread/all counts for bookmarks in
the main screen. This is on by default, but can be disabled by setting the main screen. This is on by default, but can be disabled by setting
~:hide-unread~ in the bookmark ~plist~ to ~t~. ~:hide-unread~ in the bookmark ~plist~ to ~t~.
- Also, we now recognize an attribute ~:hide t~, which will
hide the bookmark item from the main-screen (and speedbar), but keep it
available through the completion UI.
*** toys *** toys
- Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy - Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy