diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-11-22 21:04:59 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-11-22 21:41:02 +0200 |
| commit | 087d06c5d3e2eff6850f8bbe9c4510872d2aa219 (patch) | |
| tree | 9f6f1de853f23c9fe07ea6299e60b6800e3c7b07 /NEWS.org | |
| parent | e0826d10b1769ba80993f782dc360a1d54c4a4f6 (diff) | |
mu4e-compose: implement mu4e-compose-supersede
Hook up `message-supersede` which you can /supersede/ your own messages;
that is, send the message as kind-of reply to the same recipients. This
only works if you were the sender.
This should help for #2584.
Diffstat (limited to 'NEWS.org')
| -rw-r--r-- | NEWS.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ ~#'mu4e-personal-or-alternative-address-p~. This only works for [[info:(message) Wide Reply][wide-replies]]. + - Another new function is ~mu4e-compose-supersede~ (not bound to any key by + default), with which you can /supersede/ your own messages; that is, send + the message as a kind-of reply to the same recipients. This only works if + you were the sender. + - The special mailing list handling is gone; ~mu4e-compose-reply~ and ~mu4e-compose-wide-reply~ should take care of that. There's also ~message-reply-to-function~ for ultimate control; see [[info:(message) |
