]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Allow customizing :excluded in notmuch-saved-searches master
authorMohsin Kaleem <mohkale@kisara.moe>
Fri, 19 Apr 2024 18:25:06 +0000 (19:25 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 29 May 2024 10:54:50 +0000 (07:54 -0300)
Provide customize support for the new feature introduced in
cd89065d.

Commit message expanded by: db

emacs/notmuch-hello.el

index b6d1e2aefa67d40c03268e8294716846942c2dc0..b3228d43a72c4a2c0c37458f1552a8f996340ab4 100644 (file)
@@ -116,6 +116,12 @@ searches so they still work in customize."
                                    (const :tag "Default" nil)
                                    (const :tag "Oldest-first" oldest-first)
                                    (const :tag "Newest-first" newest-first)))
+                    (group :format "%v" :inline t
+                           (const :format "" :excluded)
+                           (choice :tag " Hide Excluded"
+                                   (const :tag "Default" nil)
+                                   (const :tag "Hide" hide)
+                                   (const :tag "Show" show)))
                     (group :format "%v" :inline t
                            (const :format "" :search-type)
                            (choice :tag " Search Type"