mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
emacs: fix archive thread/message function documentation.
This removes an inaccuracy in the thread archiving function, and adds a clarification to the message archiving function.
This commit is contained in:
parent
af59d61a4c
commit
f5102f71ea
1 changed files with 4 additions and 7 deletions
|
@ -1741,13 +1741,10 @@ argument, hide all of the messages."
|
||||||
(defun notmuch-show-archive-thread (&optional unarchive)
|
(defun notmuch-show-archive-thread (&optional unarchive)
|
||||||
"Archive each message in thread.
|
"Archive each message in thread.
|
||||||
|
|
||||||
If a prefix argument is given, the messages will be
|
|
||||||
\"unarchived\" (ie. the \"inbox\" tag will be added instead of
|
|
||||||
removed).
|
|
||||||
|
|
||||||
Archive each message currently shown by removing the \"inbox\"
|
Archive each message currently shown by removing the \"inbox\"
|
||||||
tag from each. Then kill this buffer and show the next thread
|
tag from each. If a prefix argument is given, the messages will
|
||||||
from the search from which this thread was originally shown.
|
be \"unarchived\" (ie. the \"inbox\" tag will be added instead of
|
||||||
|
removed).
|
||||||
|
|
||||||
Note: This command is safe from any race condition of new messages
|
Note: This command is safe from any race condition of new messages
|
||||||
being delivered to the same thread. It does not archive the
|
being delivered to the same thread. It does not archive the
|
||||||
|
@ -1770,7 +1767,7 @@ buffer."
|
||||||
(notmuch-show-next-thread))
|
(notmuch-show-next-thread))
|
||||||
|
|
||||||
(defun notmuch-show-archive-message (&optional unarchive)
|
(defun notmuch-show-archive-message (&optional unarchive)
|
||||||
"Archive the current message.
|
"Archive the current message (remove \"inbox\" tag).
|
||||||
|
|
||||||
If a prefix argument is given, the message will be
|
If a prefix argument is given, the message will be
|
||||||
\"unarchived\" (ie. the \"inbox\" tag will be added instead of
|
\"unarchived\" (ie. the \"inbox\" tag will be added instead of
|
||||||
|
|
Loading…
Add table
Reference in a new issue