bump version to 1.3.6

A new development version.
This commit is contained in:
Dirk-Jan C. Binnema 2019-12-28 11:29:24 +02:00
parent a39668e00b
commit 4dc35247d1
2 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -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])