X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b59a9f0536958c84018975034f4a96b7f33ce1ba..refs/heads/master:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index 8aac997..649b0f2 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,18 @@ 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" + +#FIXME: doesn't work because is interactive +# macro index,pager f "\ +# set my_mime_forward=\$mime_forward mime_forward=yes\ +# \ +# set mime_forward=\$my_mime_forward" \ +# "Forward message as attachement" # Remap bounce-message function to “B” bind index,pager B bounce-message @@ -46,8 +56,5 @@ 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" - -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!'