summaryrefslogtreecommitdiff
path: root/NEWS.org
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 /NEWS.org
parenta39668e00b46333aeb06b5eae4dcc4b8f9c94b63 (diff)
bump version to 1.3.61.3.6
A new development version.
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org17
1 files changed, 14 insertions, 3 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