From 441f0053166f07647a8de0fc265de19154fa3357 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 15 Mar 2020 14:56:37 +0200 Subject: [PATCH] bump to 1.3.10, update NEWS.org --- NEWS.org | 22 ++++++++++++---------- configure.ac | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/NEWS.org b/NEWS.org index 7f757dab..d8017984 100644 --- a/NEWS.org +++ b/NEWS.org @@ -72,22 +72,24 @@ "My bookmark" :query "banana OR pear" :key ?f)~ this format is a bit easier extensible. - - Same is true for ~mu4e-maildir-shortcuts~. The older format is still + - mu4e recognizes an attribute ~:hide t~, which will hide the bookmark + item from the main-screen (and speedbar), but keep it avilable through the + completion UI. + + - ~mu4e-maildir-shortcuts~ have also become plists. The older format is still recognized. - - Improved handling of replies to mailing-lists. + - Replying to mailing-lists has been improved, allowing for choosing for + replying to all, sender, list-only. - - 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. - - - 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~. + - 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~. For speed-reasons, these counts do _not_ filter out duplicates + or messages that have been removed from the filesystem behind mu4e's back. - 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. + history. *** toys diff --git a/configure.ac b/configure.ac index 5ab501a6..57e8d0d2 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ([2.68]) -AC_INIT([mu],[1.3.9],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.3.10],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2020 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc])