* [PATCH] emacs: Allow customizing :excluded in notmuch-saved-searches
[not found] <87sezyjqfm.fsf@tethera.net>
@ 2024-04-19 18:25 ` mohkale
2024-05-29 10:56 ` David Bremner
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [PATCH] emacs: Allow customizing :excluded in notmuch-saved-searches
2024-04-19 18:25 ` [PATCH] emacs: Allow customizing :excluded in notmuch-saved-searches mohkale
@ 2024-05-29 10:56 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2024-05-29 10:56 UTC (permalink / raw)
To: mohkale, notmuch; +Cc: Mohsin Kaleem
mohkale@kisara.moe writes:
> From: Mohsin Kaleem <mohkale@kisara.moe>
>
applied to master, with a slightly expanded commit message.
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-29 10:56 UTC | newest]
Thread overview: 2+ messages (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
2024-05-29 10:56 ` David Bremner
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).