summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2019-12-28 11:29:24 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2019-12-28 11:29:24 +0200
commit4dc35247d159e6569c1187388bacc401d309d88e (patch)
treef7a55ac505a0d96f4cc93994d05e3e33c2798626
parenta39668e00b46333aeb06b5eae4dcc4b8f9c94b63 (diff)
bump version to 1.3.61.3.6
A new development version.
-rw-r--r--NEWS.org17
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 4 deletions
diff --git a/NEWS.org b/NEWS.org
index 4a55977..0ae0296 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 999767c..449c9bf 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])