update docs

This commit is contained in:
Dirk-Jan C. Binnema
2025-02-07 23:43:06 +02:00
parent 8372be17dd
commit cd3cb64893
3 changed files with 46 additions and 12 deletions

View File

@ -32,11 +32,6 @@ future.
** mu4e
- Support automatic handling for List-Unsubscribe headers and more in general,
handle mailing-list commands https://github.com/djcb/mu/issues/2623 and
https://github.com/djcb/mu/issues/2724 This seems useful, but probably
requires a lot of testing to get right. Can we re-use the Gnus code for this?
- Allow for *muting* messages https://github.com/djcb/mu/issues/636 Useful;
probably need to do this by *remembering* the thread-id of muted messages; and
management (unmute etc.). Perhaps at the mu side, a list of thread-id to add
@ -61,12 +56,12 @@ future.
invisible unicode to fool crm-separator?
https://github.com/djcb/mu/issues/2768
- Org-link type for any message matching some reference
See: https://github.com/djcb/mu/issues/2787.
Some first steps implemented (searching for references).
- Org-link type for any message matching some reference See:
https://github.com/djcb/mu/issues/2787. Some first steps implemented
(searching for references).
- Reply/forward/... to multiple messages at once. This is sometimes useful, and
Gnus supports. Does not seem trivial to re-use the Gnus code... (see
Gnus supports it. Does not seem trivial to re-use the Gnus code... (see
~gnus-summary-work-articles~ etc.).
https://github.com/djcb/mu/issues/2799
@ -78,3 +73,12 @@ future.
- Support mu4e-mark-handle-when also for when leaving emacs
(kill-emacs-query-functions).
https://github.com/djcb/mu/issues/2649
- Support automatic handling for List-Unsubscribe headers and more in general,
handle mailing-list commands https://github.com/djcb/mu/issues/2623 and
https://github.com/djcb/mu/issues/2724 This seems useful, but probably
requires a lot of testing to get right. Can we re-use the Gnus code for this?
Yes: this is implemented now, in 1.12.9. Various Gnus' mailing list commands
are now available in the mu4e message view as well, such as
~gnus-mailing-list-subscribe~, ~gnus-mailing-list-unsubscribe~.