aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-01-17 10:43:16 -0800
committerGravatar David Bremner <bremner@debian.org>2012-04-29 15:54:13 -0300
commitf5102f71eae28d544c6e5c815cd8e0275ca9a153 (patch)
tree2930065928aaadef604e2fa49fcaa2482106dd33 /emacs
parentaf59d61a4c295a42038889a333fb39a8c05b6a91 (diff)
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-show.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index e0dce210..c11af66c 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1741,13 +1741,10 @@ argument, hide all of the messages."
(defun notmuch-show-archive-thread (&optional unarchive)
"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\"
-tag from each. Then kill this buffer and show the next thread
-from the search from which this thread was originally shown.
+tag from each. If a prefix argument is given, the messages will
+be \"unarchived\" (ie. the \"inbox\" tag will be added instead of
+removed).
Note: This command is safe from any race condition of new messages
being delivered to the same thread. It does not archive the
@@ -1770,7 +1767,7 @@ buffer."
(notmuch-show-next-thread))
(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
\"unarchived\" (ie. the \"inbox\" tag will be added instead of