X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=698f3cb7fd2bd09d6500b6cd8063565074091691;hb=2f7f259d6282bc9f91f4d46067a5313aba039f7f;hp=f892ff736a74a5c7864d87f9e4f984e9343ec3d7;hpb=4e2fe89520c165a8ed77465eeecb175bba7e52c3;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index f892ff73..698f3cb7 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -86,8 +86,9 @@ Finally this can be a function that will be called for each tag and should return a filter for that tag, or nil to hide the tag." :type '(choice (const :tag "All messages" nil) (const :tag "Unread messages" "tag:unread") - (const :tag "Custom filter" string) - (const :tag "Custom filter function" function)) + (string :tag "Custom filter" + :value "tag:unread") + (function :tag "Custom filter function")) :group 'notmuch) (defcustom notmuch-hello-hide-tags nil