mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
8222af3ecc
commit
b7df509fb5
1 changed files with 3 additions and 4 deletions
|
@ -443,10 +443,9 @@ Does NOT change the database."
|
|||
"Archive the current message.
|
||||
|
||||
Archive the current message by applying the tag changes in
|
||||
`notmuch-archive-tags' to it (remove the \"inbox\" tag by
|
||||
default). If a prefix argument is given, the message will be
|
||||
\"unarchived\", i.e. the tag changes in `notmuch-archive-tags'
|
||||
will be reversed."
|
||||
`notmuch-archive-tags' to it. If a prefix argument is given, the
|
||||
message will be \"unarchived\", i.e. the tag changes in
|
||||
`notmuch-archive-tags' will be reversed."
|
||||
(interactive "P")
|
||||
(when notmuch-archive-tags
|
||||
(apply 'notmuch-pick-tag
|
||||
|
|
Loading…
Reference in a new issue