unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: Allow customizing :excluded in notmuch-saved-searches
       [not found] <87sezyjqfm.fsf@tethera.net>
@ 2024-04-19 18:25 ` mohkale
  0 siblings, 0 replies; only message in thread
From: mohkale @ 2024-04-19 18:25 UTC (permalink / raw)
  To: notmuch; +Cc: Mohsin Kaleem

From: Mohsin Kaleem <mohkale@kisara.moe>

---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-19 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87sezyjqfm.fsf@tethera.net>
2024-04-19 18:25 ` [PATCH] emacs: Allow customizing :excluded in notmuch-saved-searches mohkale

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).