]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: fix notmuch-message-replied-tags defcustom type
authorJani Nikula <jani@nikula.org>
Thu, 6 Sep 2012 15:32:38 +0000 (18:32 +0300)
committerDavid Bremner <bremner@debian.org>
Wed, 19 Sep 2012 11:02:48 +0000 (08:02 -0300)
emacs/notmuch-message.el

index d3738bf44e785193beb015fb12423829763b470e..3798046eb7c84c5ecedc204a984a4cb43fc72e5f 100644 (file)
@@ -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\"\)"
 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 ()
   :group 'notmuch-send)
 
 (defun notmuch-message-mark-replied ()