X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/a83d50d5a64488deb3796bbd0ca0a03b0516cc77:/.mutt/keybindings..7013dfe93a05082153f79eca6c9e5c05b54d9d50:/.config/mutt/keybindings diff --git a/.mutt/keybindings b/.config/mutt/keybindings similarity index 86% rename from .mutt/keybindings rename to .config/mutt/keybindings index 109fff6..9a50eca 100644 --- a/.mutt/keybindings +++ b/.config/mutt/keybindings @@ -67,17 +67,17 @@ macro index,pager e " set my_editor=\$editor set my_editor=\$editor source $my_confdir/batch-subject-editor| set editor=\$my_editor" "change message subject" -macro index,pager \er " set my_editor=\$editor set editor=\"~/.mutt/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" -macro index,pager \eg " set my_editor=\$editor set editor=\"~/.mutt/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" -macro index,pager \el " set my_editor=\$editor set editor=\"~/.mutt/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" +macro index,pager \er " set my_editor=\$editor set editor=\"$my_confdir/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" +macro index,pager \eg " set my_editor=\$editor set editor=\"$my_confdir/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" +macro index,pager \el " set my_editor=\$editor set editor=\"$my_confdir/reuse-message \$my_editor\" set editor=\$my_editor" "invoke normal editor to edit message" # override F6 from notmuch-mutt macro index "" "do nothing" -macro attach e " set my_mailcap_path=\$mailcap_path set mailcap_path=~/.mutt/mailcap.editing set mailcap_path=\$my_mailcap_path" "edit temporary file of attachment" +macro attach e " set my_mailcap_path=\$mailcap_path set mailcap_path=$my_confdir/mailcap.editing set mailcap_path=\$my_mailcap_path" "edit temporary file of attachment" macro index,pager M " set my_weed=\$weed set noweedformail -czx X-RSS-URL: | xargs sensible-browser set weed=\$my_weed" -macro index,pager " set my_pipe_decode=\$pipe_decode unset pipe_decode~/.mutt/viewmailattachments set pipe_decode=\$my_pipe_decode" "view attachments in browser" +macro index,pager " set my_pipe_decode=\$pipe_decode unset pipe_decode$my_confdir/viewmailattachments set pipe_decode=\$my_pipe_decode" "view attachments in browser" # vim:sw=12:noet:sts=12:ts=12:ft=muttrc