diff options
-rw-r--r-- | .config/mutt/accounts/7-support@secuserve.com.muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/accounts/7-support@secuserve.com.muttrc b/.config/mutt/accounts/7-support@secuserve.com.muttrc index a7640ee..752ff06 100644 --- a/.config/mutt/accounts/7-support@secuserve.com.muttrc +++ b/.config/mutt/accounts/7-support@secuserve.com.muttrc @@ -71,8 +71,8 @@ macro index,pager gS "<change-folder>=SPAM<enter>" "go to spam" macro index,pager MS ";<save-message>=SPAM<enter>" "move mail to spam" macro index,pager CS ";<copy-message>=SPAM<enter>" "copy mail to spam" macro index,pager gt "<change-folder>=Trash<enter>" "go to trash" -macro index,pager mt ";<save-message>=Trash<enter>" "move mail to trash" -macro index,pager ct ";<copy-message>=Trash<enter>" "copy mail to trash" +macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash" +macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash" set trash = "+Trash" macro index,pager gn "<change-folder>=NEWS<enter>" "go to news" macro index,pager Mn ";<save-message>=NEWS<enter>" "move mail to news" |