diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index fbe2b40..41cb62b 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -47,7 +47,8 @@ macro index,pager,attach go 'urlscan --headers -d -W' "Foll # 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,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"