diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 87a1f10..0909b11 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -56,8 +56,8 @@ macro attach gf "unset wait_keyrm -f ~/Downl # Neither builtin urlview nor urlscan really worked great on stupid marketing mails, so w3m for the rescue... macro index,pager,attach gv "text/htmlw3m -T text/html -o imgdisplay= -o confirm_qq=false" -macro index mv "" "move message to chosen folder" -macro pager mv "" "move message to chosen folder" +macro index mv "?" "move message to chosen folder" +macro pager mv "?" "move message to chosen folder" # I prefer so see the IMAP folders instead of my mailboxes by default macro index,pager y "?$folder" "show incoming mailboxes list"