bind index,pager | pipe-message bind index,pager ! flag-message bind index,pager \Cd delete-thread bind index,pager \ep print-message bind index,pager previous-entry bind index,pager next-entry bind index,pager p previous-undeleted bind index,pager n next-undeleted #bind pager previous-line #bind pager next-line #bind index,pager previous-undeleted #bind index,pager next-undeleted bind pager,index previous-unread #macro pager,index p ":" "do nothing" ##bind index p previous-undeleted ##bind index n next-undeleted ##macro index L "=store" macro index,pager S "=store" "save message to store" macro index,pager E "=tickle/" "save message to tickler" macro index,pager \eS "=store" "go to store folder" macro index,pager \eR ":source $my_confdir/muttrc" "reload muttrc" macro compose \eR ":source $my_confdir/muttrc" "reload muttrc" macro index,pager X "=retrain/spam" "retrain message as spam" macro index,pager Z "=retrain/ham" "retrain message as ham" macro index,pager \Cb "/usr/bin/urlview" "invoke urlview" #TODO this is a hack until switch-profile does not readd headers. macro compose e ":set my_editor='$editor':set editor=sensible-editor:set editor='$my_editor'" "invoke normal editor to edit message" macro index,pager e ":set my_editor='$editor':set editor=sensible-editor:set editor='$my_editor'" "invoke normal editor to edit message" # vim:sw=12:noet:sts=12:ts=12:ft=muttrc