summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-04-06 21:57:58 +0000
committerMike Crute <mike@crute.us>2018-04-06 21:57:58 +0000
commit76f74ffbc96a098a00f90cc3ffb601a473db05e6 (patch)
tree6ae1de05493e7cd70395bfa0c991d3c218055635 /.mutt
parent9a2eabd5da60b91d8c82af529fe9b54fab156335 (diff)
downloaddotfiles-76f74ffbc96a098a00f90cc3ffb601a473db05e6.tar.bz2
dotfiles-76f74ffbc96a098a00f90cc3ffb601a473db05e6.tar.xz
dotfiles-76f74ffbc96a098a00f90cc3ffb601a473db05e6.zip
Simple mutt query command
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/muttrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc
index c4e94b3..e87abbc 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -31,6 +31,8 @@ alternative_order text/plain text/enriched text/html text/*
31auto_view text/html 31auto_view text/html
32auto_view text/calendar 32auto_view text/calendar
33 33
34#set query_command = "grep -i '%s' ~/contacts.txt"
35
34bind index G imap-fetch-mail 36bind index G imap-fetch-mail
35bind index \# noop 37bind index \# noop
36bind index \& noop 38bind index \& noop