From: Mohsin Kaleem <[email protected]>

---
 emacs/notmuch-hello.el | 6 ++++++
 1 file changed, 6 insertions(+)

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
@@ -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"
-- 
2.44.0

_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to