From 2a3983fe9a63245c96ed705f91e30d18b6847e2d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 15 Aug 2016 16:24:39 -0700 Subject: only hide unread mail when opening inbox Generally a confusing configuration setting so let's limit it. --- .muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.muttrc') diff --git a/.muttrc b/.muttrc index 5a72dfc1..4ae1a458 100644 --- a/.muttrc +++ b/.muttrc @@ -145,7 +145,7 @@ bind index,pager 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 "!~N!~O!~D" +folder-hook inbox push "!~N!~O!~D" # quickly save attachments, woo macro attach S "~/tmp/y" -- cgit v1.2.3