[PATCH 2/6] emacs: fix notmuch-message-replied-tags defcustom type

2012-09-02 Thread Jani Nikula
---
 emacs/notmuch-message.el |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el
index d3738bf..3798046 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 ()
-- 
1.7.9.5



[PATCH 2/6] emacs: fix notmuch-message-replied-tags defcustom type

2012-09-02 Thread Jani Nikula
---
 emacs/notmuch-message.el |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el
index d3738bf..3798046 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 ()
-- 
1.7.9.5

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch