summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-13 08:12:31 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-13 08:12:31 +0100
commitbcf6dbf721c99e950c67885524c78435c85b7435 (patch)
tree01687d001b3c4c9a2a95e3171a82bbcb1bb2efb8 /.muttrc
parent9c88184732d75def3ef0a5edb28a134dccc1899e (diff)
downloaddotfiles-bcf6dbf721c99e950c67885524c78435c85b7435.tar.gz
disable filtering when opening mutt
More annoying than useful, I think.
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index a8aa0c83..4793f4f4 100644
--- a/.muttrc
+++ b/.muttrc
@@ -147,7 +147,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...
-folder-hook inbox 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>"