aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-message.el
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-09-06 18:32:38 +0300
committerGravatar David Bremner <bremner@debian.org>2012-09-19 08:02:48 -0300
commit5a48340bf19c42ccdec9b1777a42a79f6884f49f (patch)
tree426fd9749ef80447c3478ab39f35d6c7a4801d0b /emacs/notmuch-message.el
parent1dc7e66ee7186679e7669f045a4d787f36d26860 (diff)
emacs: fix notmuch-message-replied-tags defcustom type
Diffstat (limited to 'emacs/notmuch-message.el')
-rw-r--r--emacs/notmuch-message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el
index d3738bf4..3798046e 100644
--- a/emacs/notmuch-message.el
+++ b/emacs/notmuch-message.el
@@ -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 ()