summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-12-14 11:40:27 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-12-14 11:40:27 +0200
commitd7078ad09c47e8849a9c923e2ded5ee2f9feeee0 (patch)
tree378373f31edb3a4674f1b0e8d94c49f79d594229 /NEWS.org
parentbd6a862f209cfa42ac160aa720f5da79e0c5c5c7 (diff)
NEWS.org: update
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org21
1 files changed, 17 insertions, 4 deletions
diff --git a/NEWS.org b/NEWS.org
index 9c6d201..30cc5d6 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -13,6 +13,8 @@
- many documentation improvements
+*** mu
+
- you can now search for messages that have a given message-id in their
~References:~ or ~In-Reply-To:~ headers, e.g.
#+begin_example
@@ -27,10 +29,6 @@
for ~:date~ and ~:changed~ (~:date-unix~ and ~:changed-unix~, respectively) which
are a bit easier to manipulate than the emacs-style timestamps.
- - message composition has been completely reworked to avoid a number of
- problems that users reported. It is now directly uses the Gnus machinery,
- integrated with mu4e.
-
- with 1.12.7, ~mu~ indexing is single-threaded again, to avoid cases of
database-corruption. In *mu4e* that means you need to _wait_ until indexing is
ready before you can continue (*mu4e* will warn you).
@@ -43,6 +41,21 @@
in the mu4e version in its main-page; however, since this is optional no
longer, the suffix has been removed.
+*** mu4e
+
+ - message composition has been completely reworked to avoid a number of
+ problems that users reported. It is now directly uses the Gnus machinery,
+ integrated with mu4e.
+
+ - a new variable ~mu4e-trash-without-flag~, which, when set to non-nil makes
+ trashing _not_ add the the Maildir ~T~ flag. See its docstring for details.
+
+ - new variable ~mu4e-uniquify-save-file-name-function~ to influence the way ~mu4e~
+ creates unique file names when saving. See its docstring for details.
+
+ - new command ~mu4e-view-jump-to-mime-part~ for jumping to MIME-part by its
+ number.
+
* 1.12 (released on February 24, 2024)
** Some highlights