summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
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