mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
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:
parent
c6bbb67070
commit
e8e2d5247e
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue