mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: fix notmuch-message-replied-tags defcustom type
This commit is contained in:
parent
1dc7e66ee7
commit
5a48340bf1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if it is prefaced with a \"-\", removed.
|
|||
For example, if you wanted to add a \"replied\" tag and remove
|
||||
the \"inbox\" and \"todo\", you would set
|
||||
(\"replied\" \"-inbox\" \"-todo\"\)"
|
||||
:type 'list
|
||||
:type '(repeat string)
|
||||
:group 'notmuch-send)
|
||||
|
||||
(defun notmuch-message-mark-replied ()
|
||||
|
|
Loading…
Reference in a new issue