contrib: pick: remove reference to inbox in docstring

Copy the recent changes in show to use just notmuch-archive-tags (as a
link) rather than saying '(defaults to "inbox")'.
This commit is contained in:
Mark Walters 2013-06-03 23:06:09 +01:00 committed by David Bremner
parent 8222af3ecc
commit b7df509fb5

View file

@ -443,10 +443,9 @@ Does NOT change the database."
"Archive the current message. "Archive the current message.
Archive the current message by applying the tag changes in Archive the current message by applying the tag changes in
`notmuch-archive-tags' to it (remove the \"inbox\" tag by `notmuch-archive-tags' to it. If a prefix argument is given, the
default). If a prefix argument is given, the message will be message will be \"unarchived\", i.e. the tag changes in
\"unarchived\", i.e. the tag changes in `notmuch-archive-tags' `notmuch-archive-tags' will be reversed."
will be reversed."
(interactive "P") (interactive "P")
(when notmuch-archive-tags (when notmuch-archive-tags
(apply 'notmuch-pick-tag (apply 'notmuch-pick-tag