diff options
Diffstat (limited to '.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc')
-rw-r--r-- | .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc index 4b2b3a7..506e9a7 100644 --- a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc +++ b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc @@ -34,7 +34,7 @@ set postponed = "+[Gmail]/Drafts" macro index,pager gS "<change-folder>=[Gmail]/Spam<enter>" "go to spam" macro index,pager MS ";<save-message>=[Gmail]/Spam<enter>" "move mail to spam" macro index,pager CS ";<copy-message>=[Gmail]/Spam<enter>" "copy mail to spam" -macro index,pager gt "<change-folder>=[Gmail]/Trash<enter>" "go to trash" -macro index,pager Mt ";<save-message>=[Gmail]/Trash<enter>" "move mail to trash" -macro index,pager Ct ";<copy-message>=[Gmail]/Trash<enter>" "copy mail to trash" +macro index,pager gT "<change-folder>=[Gmail]/Trash<enter>" "go to trash" +macro index,pager MT ";<save-message>=[Gmail]/Trash<enter>" "move mail to trash" +macro index,pager CT ";<copy-message>=[Gmail]/Trash<enter>" "copy mail to trash" set trash = "+[Gmail]/Trash" |