X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=7c4c0beadecf4b842284bf93121b1764c146ad72;hb=743d3bcdd8e84bc35051778c42b402ffb747e599;hp=dd1fb8313604c8720e8d48ca610893e2dc420d74;hpb=17a06ab990217fe3f8d71d9fd2520bcfbb79d9ed;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index dd1fb831..7c4c0bea 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1114,7 +1114,7 @@ function is used." (run-hooks 'notmuch-show-hook)) - ;; Set the header line to the subject of the first open message. + ;; Set the header line to the subject of the first message. (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject))))) (defun notmuch-show-capture-state () @@ -1672,7 +1672,7 @@ TAG-CHANGES is a list of tag operations for `notmuch-tag'." (apply 'notmuch-show-tag-message tag-changes))) (defun notmuch-show-tag-all (&rest tag-changes) - "Change tags for all messages in the current thread. + "Change tags for all messages in the current buffer. TAG-CHANGES is a list of tag operations for `notmuch-tag'." (interactive (notmuch-read-tag-changes nil notmuch-show-thread-id)) @@ -1765,13 +1765,13 @@ buffer." (notmuch-show-tag-all (concat op "inbox")))) (defun notmuch-show-archive-thread-then-next () - "Archive each message in thread, then show next thread from search." + "Archive all messages in the current buffer, then show next thread from search." (interactive) (notmuch-show-archive-thread) (notmuch-show-next-thread t)) (defun notmuch-show-archive-thread-then-exit () - "Archive each message in thread, then exit back to search results." + "Archive all messages in the current buffer, then exit back to search results." (interactive) (notmuch-show-archive-thread) (notmuch-show-next-thread))