diff options
Diffstat (limited to '.config/mutt/accounts/4-gmail_tos.muttrc')
-rw-r--r-- | .config/mutt/accounts/4-gmail_tos.muttrc | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/.config/mutt/accounts/4-gmail_tos.muttrc b/.config/mutt/accounts/4-gmail_tos.muttrc index abd7a53..bfbb4c0 100644 --- a/.config/mutt/accounts/4-gmail_tos.muttrc +++ b/.config/mutt/accounts/4-gmail_tos.muttrc @@ -20,23 +20,24 @@ bind pager G bottom macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos<enter>" "run mbsync to sync towerofsilence777@gmail.com" unmailboxes * -mailboxes "=INBOX" "=[Gmail].Messages envoy&AOk-s" "=[Gmail].Brouillons" "=[Gmail].Spam" "=[Gmail].Corbeille" "=[Gmail].Important" "=[Gmail].Suivis" +mailboxes "=INBOX" "=Keep" "=[Gmail]/Drafts" "=[Gmail]/Sent Mail" "=[Gmail]/Spam" "=[Gmail]/Trash" + macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox" set spoolfile = "+INBOX" -set postponed = "+[Gmail].Brouillons" -macro index,pager gd "<change-folder>=[Gmail].Brouillons<enter>" "go to drafts" -macro index,pager Md ";<save-message>=[Gmail].Brouillons<enter>" "move mail to drafts" -macro index,pager Cd ";<copy-message>=[Gmail].Brouillons<enter>" "copy mail to drafts" -set record = "+[Gmail].Messages envoy&AOk-s" -macro index,pager gs "<change-folder>=[Gmail].Messages envoy&AOk-s<enter>" "go to sent" -macro index,pager Ms ";<save-message>=[Gmail].Messages envoy&AOk-s<enter>" "move mail to sent" -macro index,pager Cs ";<copy-message>=[Gmail].Messages envoy&AOk-s<enter>" "copy mail to sent" -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].Corbeille<enter>" "go to trash" -macro index,pager Mt ";<save-message>=[Gmail].Corbeille<enter>" "move mail to trash" -macro index,pager Ct ";<copy-message>=[Gmail].Corbeille<enter>" "copy mail to trash" -set trash = "+[Gmail].Corbeille" +macro index,pager gs "<change-folder>=[Gmail]/Sent Mail<enter>" "go to sent" +macro index,pager Ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" +macro index,pager Cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" +set record = "+[Gmail]/Sent Mail" +macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "go to drafts" +macro index,pager Md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" +macro index,pager Cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" +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" +set trash = "+[Gmail]/Trash" |