diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc b/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc index e3f7a32..101b43d 100644 --- a/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc +++ b/.config/mutt/accounts/2-olsen.oyvind.nor@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" |