From 4dc35247d159e6569c1187388bacc401d309d88e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 28 Dec 2019 11:29:24 +0200 Subject: [PATCH] bump version to 1.3.6 A new development version. --- NEWS.org | 17 ++++++++++++++--- configure.ac | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index 4a55977a..0ae02961 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,9 +11,11 @@ - mu now defaults to the [[https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html][XDG Base Directory Specification]] for the default locations for various files. E.g. on Unix the mu database now lives under ~~/.cache/mu/~ rather than ~~/.mu~. You can still use the old location by - passing --muhome=~/.mu to various mu commands, or setting ~(setq - mu4e-mu-home "~/.mu")~ for mu. Otherwise, after upgrading, you may wish to - delete the old location. + passing ~--muhome=~/.mu~ to various ~mu~ commands, or setting ~(setq + mu4e-mu-home "~/.mu")~ for mu4e. + + Otherwise, after upgrading, you may wish to delete the old location to recover + some diskspace. - The ~--xbatchsize~ and ~--autoupgrade~ options for indexing are gone now; both are determined implicitly now. @@ -27,6 +29,9 @@ note that an updated value only applies to the messages indexed /after/ the change. + - There is a new sub-command ~mfind~, which works just like ~find~, but uses + some mu4e-defaults ~--skip-dups~ and ~--include-related~. + *** mu4e - In many cases, ~mu4e~ used to receive /all/ contacts after each indexing @@ -52,6 +57,12 @@ - When the mu store (database) is not present or not up to date, mu4e will attempt to re-index it automatically. + - ~org-mode~ support is enabled by default now. ~speedbar~ support is disabled + by default. + + - Add message-id's to messages when saving drafts, so we can find them even + with ~mu4e-headers-skip-duplicates~. + *** toys - Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy diff --git a/configure.ac b/configure.ac index 999767c7..449c9bfd 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.5],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.3.6],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2019 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc])