From: Jani Nikula Date: Thu, 6 Sep 2012 15:32:38 +0000 (+0300) Subject: emacs: fix notmuch-message-replied-tags defcustom type X-Git-Tag: 0.15_rc1~244 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5a48340bf19c42ccdec9b1777a42a79f6884f49f;ds=sidebyside emacs: fix notmuch-message-replied-tags defcustom type --- 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 ()