[PATCH] emacs: fix disabling notmuch-show-header-line via custom

Subject: [PATCH] emacs: fix disabling notmuch-show-header-line via custom

Date: Tue, 18 Mar 2025 05:23:40 +0000

To: notmuch@notmuchmail.org

Cc: Len Trigg

From: len@realtimegenomics.com


The defcustom had a typo that prevented it from working as intended.
---
 emacs/notmuch-show.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 8a8e6a7b..19b51753 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -104,7 +104,7 @@ notmuch-show functions such as

 Finally, if this variable is set to nil, no header is
 displayed."
-  :type '(choice (const :tag "No header" ni)
+  :type '(choice (const :tag "No header" nil)
                  (const :tag "Subject" t)
                  (string :tag "Format")
 		 (function :tag "Function"))
-- 
2.43.0
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: