]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
config: only exclude messages if 'search.exclude_tags' is explicitly set
[notmuch] / emacs / notmuch-hello.el
index 1a61768d50d4c6f4c07827c8bff4f34fdc0f133c..63f2e07ad29fd681d680c9315e3ae8a62a861bf3 100644 (file)
@@ -402,8 +402,8 @@ Complete list of currently available key bindings:
   "Run notmuch and display saved searches, known tags, etc."
   (interactive)
 
-  ; Jump through a hoop to get this value from the deprecated variable
-  ; name (`notmuch-folders') or from the default value.
+  ;; Jump through a hoop to get this value from the deprecated variable
+  ;; name (`notmuch-folders') or from the default value.
   (unless notmuch-saved-searches
     (setq notmuch-saved-searches (notmuch-saved-searches)))