aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohsin Kaleem <mohkale@kisara.moe>2024-04-19 19:25:06 +0100
committerDavid Bremner <david@tethera.net>2024-05-29 07:54:50 -0300
commite8e2d5247e44d9b402cbcc491b859cd9398f045d (patch)
tree7ade693d77caa5a801840ec64e1f52cc119b4e0e
parentc6bbb670700efb8d9119a1e2c2b4d432300233b6 (diff)
emacs: Allow customizing :excluded in notmuch-saved-searches
Provide customize support for the new feature introduced in cd89065d. Commit message expanded by: db
-rw-r--r--emacs/notmuch-hello.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index b6d1e2ae..b3228d43 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -117,6 +117,12 @@ searches so they still work in customize."
(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"
(const :tag "Search mode" nil)