summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-15 16:24:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-15 16:24:48 -0700
commit2a3983fe9a63245c96ed705f91e30d18b6847e2d (patch)
treeda802f5a48805cd3c1d7e0be04eae2e84fbaf322 /.muttrc
parent73e0176528a13569115492ffc38711055c4d8062 (diff)
downloaddotfiles-2a3983fe9a63245c96ed705f91e30d18b6847e2d.tar.gz
only hide unread mail when opening inbox
Generally a confusing configuration setting so let's limit it.
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index 5a72dfc1..4ae1a458 100644
--- a/.muttrc
+++ b/.muttrc
@@ -145,7 +145,7 @@ bind index,pager <F7> next-unread-mailbox
# on startup, don't show new messages: distractions
# works when I type mutt into a terminal, but not if I use xmonad launcher shortcut...
-push "<limit>!~N!~O!~D<enter><last-entry>"
+folder-hook inbox push "<limit>!~N!~O!~D<enter><last-entry>"
# quickly save attachments, woo
macro attach S "<save-entry><kill-line>~/tmp/<enter>y<enter>"