summaryrefslogtreecommitdiff
path: root/.emacs.d/notmuch-config.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-22 15:49:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-22 15:49:34 -0700
commitbaf6fe8fbc04d524b1aa5ff99d32a7a13d98c3ee (patch)
tree12358c555c6630122f41754a740c3295799edaa0 /.emacs.d/notmuch-config.el
parent367f45b6cac6222b7820bf582c5f3e47763cdaec (diff)
downloaddotfiles-baf6fe8fbc04d524b1aa5ff99d32a7a13d98c3ee.tar.gz
maybe more readable
Diffstat (limited to '.emacs.d/notmuch-config.el')
-rw-r--r--.emacs.d/notmuch-config.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/notmuch-config.el b/.emacs.d/notmuch-config.el
index 738a9b81..8db72609 100644
--- a/.emacs.d/notmuch-config.el
+++ b/.emacs.d/notmuch-config.el
@@ -274,8 +274,7 @@ Two ways to read:
(let ((already-looking (boundp 'spw--more-unread-groups))
(queries (bound-and-true-p spw--more-unread-groups))
(remaining))
- (when already-looking
- (notmuch-tree-quit))
+ (when already-looking (notmuch-tree-quit))
(if (or (and already-looking (not queries))
(not (setq remaining (seq-drop-while
(lambda (q)