diff --git a/NEWS.org b/NEWS.org index 23cec46c..3f90dd57 100644 --- a/NEWS.org +++ b/NEWS.org @@ -63,6 +63,8 @@ - Add message-id's to messages when saving drafts, so we can find them even with ~mu4e-headers-skip-duplicates~. + - Improved handling of replies to mailing-lists. + - Bookmarks (as in ~mu4e-bookmarks~) are now simple plists (instead of cl structs). ~make-mu4e-bookmark~ has been updated to produce such plists (for 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 bookmark item from the main-screen (and speedbar), but keep it avilable 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 ~: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 - Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy