]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: Allow custom tags formatting
[notmuch] / emacs / notmuch-hello.el
index 71d37b8b9396260bf20e0c228752e7218d757e17..684bedcb51960c6f2a779b7e66f90aa261fbc2ed 100644 (file)
@@ -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)