# vim: filetype=neomuttrc bind index \Cf noop bind index,pager i noop bind index,pager g noop # General rebindings bind index j next-entry bind index k previous-entry bind index G last-entry bind index U undelete-message bind index L limit bind index h noop bind index l display-message bind index gg first-entry bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel bind pager j next-line bind pager k previous-line bind pager l view-attachments bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel bind attach view-mailcap bind attach l view-mailcap bind editor noop bind editor complete-query bind browser l select-entry bind index,pager D delete-message bind index,pager H view-raw-message bind index,query tag-entry bind index,pager S sync-mailbox bind index,pager R group-reply bind pager,browser gg top-page bind pager,browser G bottom-page bind pager,attach h exit bind index,pager,browser d half-down bind index,pager,browser u half-up macro index \Cr "T~UN." "mark all messages as read" macro index O "mbsync -c ~/.config/isync/mbsyncrc -a" "run mbsync to sync all mail" macro index \Cf "unset wait_keyread -p 'Enter a search term to find with notmuch: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" macro index A "all\n" "show all messages (undo limit)" macro browser h '..' "Go to parent folder" macro index,pager 'source /home/deadguy/.config/neomutt/accounts/6-dgy@fuckup.club.muttrc!;' "switch to dgy@fuckup.club" # mw-autogenerated macro index,pager 'source ~/.config/neomutt/accounts/1-alex.muttrc!;' "switch to vidaar@gmail.com" macro index,pager 'source ~/.config/neomutt/accounts/2-alejo.muttrc!;' "switch to alejo.jardon@gmail.com" macro index,pager 'source ~/.config/neomutt/accounts/4-iamz@airmail.cc.muttrc!;' "switch to iamz@airmail.cc" macro index,pager 'source ~/.config/neomutt/accounts/3-git.muttrc!;' "switch to adeadgit@gmail.com" macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook"