X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=684bedcb51960c6f2a779b7e66f90aa261fbc2ed;hb=c3119c45e1b93a9d5a3925e9ecad70c886ca5064;hp=71d37b8b9396260bf20e0c228752e7218d757e17;hpb=6409a27b2c835223806e4b14cc219c927856c256;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 71d37b8b..684bedcb 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -187,7 +187,7 @@ This should only be set by `notmuch-hello-insert-search'.") :tag "Customized queries section (see docstring for details)" :type `(list :tag "" - (const :tag "" notmuch-hello-insert-query-list) + (const :tag "" notmuch-hello-insert-searches) (string :tag "Title for this section") (repeat :tag "Queries" (cons (string :tag "Name") (string :tag "Query"))) @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages displayed next to the buttons can be generated by applying a different filter to the tag query. These filters are also supported for \"Customized queries section\" items." - :group 'notmuch + :group 'notmuch-hello :type '(repeat (choice (function-item notmuch-hello-insert-header)