summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 050aacb..f887916 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -1733,7 +1733,8 @@ Currently available key bindings:
(defun notmuch-folder-count (search)
(car (process-lines notmuch-command "count" search)))
-(setq notmuch-folder-show-empty t)
+(defvar notmuch-folder-show-empty t
+ "Whether `notmuch-folder-mode' should display empty folders.")
(defun notmuch-folder-show-empty-toggle ()
"Toggle the listing of empty folders"