# vim: ft=muttrc bind editor delete-char # moving around bind pager J next-line bind pager K previous-line bind index,pager j next-undeleted bind index,pager k previous-undeleted bind index g noop bind index gg first-entry bind index G last-entry bind pager g noop bind pager gg top bind pager G bottom macro index,pager gi "=gmail/inbox" "go to inbox" macro index,pager gy "=gmail/youtube" "go to youtube" macro index,pager ga "=gmail/archive" "go to archive" macro index,pager gs "=gmail/spam" "go to spam" bind index q noop bind index,pager Q noop bind index,pager x noop # completion bind editor complete-query bind editor ^T complete macro index b "toggle sidebar_visible" "Toggle sidebar" macro pager b "toggle sidebar_visible" "Toggle sidebar" macro pager \Cu "|urlscan" "open urlscan" # flag without resolving bind index F flag-message bind pager F noop macro pager F "set my_resolve=\$resolve;set noresolveset resolve=\$my_resolve"\ "Flag message without resolving" # Remap bounce-message function to “B” bind index,pager B bounce-message bind index,pager R group-reply # limit when syncing macro index $ "=(=U|=F)" macro pager $ "=(=U|=F)" bind index collapse-thread # open mailcap in attach view bind attach view-mailcap # add sender to goobook macro index,pager a "goobook add" "add the sender address to goobook"