emacs: Allow customizing :excluded in notmuch-saved-searches

Provide customize support for the new feature introduced in
cd89065d.

Commit message expanded by: db
This commit is contained in:
Mohsin Kaleem 2024-04-19 19:25:06 +01:00 committed by David Bremner
parent c6bbb67070
commit e8e2d5247e

View file

@ -116,6 +116,12 @@ searches so they still work in customize."
(const :tag "Default" nil) (const :tag "Default" nil)
(const :tag "Oldest-first" oldest-first) (const :tag "Oldest-first" oldest-first)
(const :tag "Newest-first" newest-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 (group :format "%v" :inline t
(const :format "" :search-type) (const :format "" :search-type)
(choice :tag " Search Type" (choice :tag " Search Type"