From edf36bb0d276d2cebe1e3b01dc953b508043a71f Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Thu, 28 Oct 2021 19:33:34 -0300 Subject: [PATCH] emacs: Two small clarifications for notmuch-show-mode's docstring - Prominently inform that `notmuch-show-advance-and-archive' can archive the current thread - Clarify that `notmuch-show-next-message' and `notmuch-show-previous-message' change the "unread" tag. Signed-off-by: Jorge P. de Morais Neto --- emacs/notmuch-show.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 4de3e423..b4afb076 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1532,13 +1532,14 @@ which \\[notmuch-show-next-button] and \\[notmuch-show-previous-button] are help Reading the thread sequentially is well-supported by pressing \\[notmuch-show-advance-and-archive]. This will scroll the current message (if necessary), advance -to the next message, or advance to the next thread (if already on -the last message of a thread). +to the next message, or archive current thread and advance to the next +(if already on the last message of a thread). Other commands are available to read or manipulate the thread more selectively, (such as '\\[notmuch-show-next-message]' and '\\[notmuch-show-previous-message]' to advance to messages -without removing any tags, and '\\[notmuch-show-archive-thread]' to archive an entire thread -without scrolling through with \\[notmuch-show-advance-and-archive]). +without removing any tags other than \"unread\", and +'\\[notmuch-show-archive-thread]' to archive an entire thread without +scrolling through with \\[notmuch-show-advance-and-archive]). You can add or remove arbitrary tags from the current message with '\\[notmuch-show-add-tag]' or '\\[notmuch-show-remove-tag]'. -- 2.33.1