summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-12-08 19:37:52 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-12-08 19:37:52 +0200
commit08d701650251732fdd3430cc2ab78b052c3a503f (patch)
tree6aa87d88e601e6f6c6f243299afd65a4b5e30818 /NEWS.org
parent8e334bcd8fdb258729bac5192bffadcceb56033f (diff)
build: bump version to 1.9.4
And update NEWS.org
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS.org b/NEWS.org
index 11ee20d..7929dee 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -10,6 +10,14 @@
*** mu4e
+ - when moving messages (which includes changing flags), file-flags changes
+ are propagated to duplicates of the messages; that is, e.g. the /Seen/ or
+ /Replied/ status is propagated to all duplicates (earlier, this was only
+ done when marking a message as read). Note, /Draft/, /Flagged/ and /Trashed/
+ flags are deliberately *not* propagated.
+
+ - teach ~mu4e-copy-thing-at-point~ about shr links
+
- all the obsolete function and variable aliases have been moved to
~mu4e-obsolete.el~ so we can unclutter the non-obsolete code a bit.
@@ -23,8 +31,8 @@
in progress!
- The per-(week|day|year|year-month) script have been combined into a
- ~histogram~ script. If you have Guile-support enabled, and have ~gnuplot~ installed,
- you can do e.g.,
+ ~histogram~ script. If you have Guile-support enabled, and have ~gnuplot~
+ installed, you can do e.g.,
#+begin_example
mu histogram -- --time-unit=day --query="hello"
#+end_example
@@ -47,6 +55,7 @@
- reworked the internal s-expression parser
- new command-line argument parser (based on CLI11)
+ - message-move flag propagation moved from the mu4e-server to mu-store
* 1.8 (released on June 25, 2022)