summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-11 10:22:28 -0700
committerLuke <luke@lukesmith.xyz>2018-02-11 10:22:28 -0700
commit0524f255484c325a25b9a3f2cd312c3697b2e4ef (patch)
tree7bf43408985ca538563feb7e3085faf523b00565 /muttrc
parent60e14e19d792684a6a219b289437f97bb61afb58 (diff)
personal additions fixed
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index 9370f4e..06628f0 100644
--- a/muttrc
+++ b/muttrc
@@ -1,6 +1,7 @@
# vim: filetype=muttrc
# This is the general mutt config which has the settings that all accounts use.
source etc/muttcol
+source personal.muttrc
set sleep_time = 0
set sort = 'reverse-date'
set editor = vim
@@ -44,4 +45,3 @@ macro index,pager \Cu |urlview\n
bind index \Cf noop
macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
macro index A "<limit>all\n" "show all messages (undo limit)"
-macro index,pager i1 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/luke.muttrc<enter><change-folder>!<enter>'