diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-02-21 10:14:17 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-21 10:14:17 -0500 |
commit | 03279ea318805b3fa7545f01385485e8053daea5 (patch) | |
tree | b015842b634f78d2f0f3a275ef561a75c153dab8 /muttrc | |
parent | f2dcd92c30d4d595a3daa4f8e977ffb967839b69 (diff) |
rewrite underway
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -10,7 +10,7 @@ set editor = $EDITOR #set copy = no set timeout = "5" set mail_check = "10" -set mailcap_path = ~/.config/mutt/etc/mailcap +set mailcap_path = ~/.config/mutt/bin/mailcap set date_format="%y/%m/%d %I:%M" set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" set markers = no @@ -65,10 +65,6 @@ macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "ma macro index O "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh<enter>" "run offlineimap to sync all mail" macro index o "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh -qf INBOX<enter>" "run offlineimap to sync inbox" -#copy/move dialogs -macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" -macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox" - # Notmuch searching 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)" |