X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b59a9f0536958c84018975034f4a96b7f33ce1ba..d3af9c3f342ca6bba5291b103496acd497e5add3:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index 8aac997..7839f6e 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -14,7 +14,7 @@ bind pager g noop bind pager gg top bind pager G bottom -bind index q noop +macro index q "echo 'Press \^C to quit!'" bind index,pager Q noop bind index,pager x noop @@ -30,8 +30,11 @@ macro pager \Cb "|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" +macro pager F "\ + set my_resolve=\$resolve noresolve\ +\ + set resolve=\$my_resolve" \ +"Flag message without resolving" # Remap bounce-message function to “B” bind index,pager B bounce-message @@ -49,5 +52,5 @@ bind attach view-mailcap # add sender to goobook macro index,pager a "goobook add" "add the sender address to goobook" -macro index,pager 'source $my_config_dir/accounts/gmail!' +macro index,pager 'source $my_config_dir/accounts/mailfence!' macro index,pager 'source $my_config_dir/accounts/fpp!'