diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/accounts/3-gmail_br.muttrc (renamed from .config/mutt/accounts/4-gmail_br.muttrc) | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.config/mutt/accounts/4-gmail_br.muttrc b/.config/mutt/accounts/3-gmail_br.muttrc index ac92a3c..18d1da4 100644 --- a/.config/mutt/accounts/4-gmail_br.muttrc +++ b/.config/mutt/accounts/3-gmail_br.muttrc @@ -9,7 +9,7 @@ set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_br/headers set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_br/bodies set mbox_type = Maildir set crypt_autosign = yes -set signature = $XDG_CONFIG_HOME/mutt/sig/2-gmail_br +set signature = $XDG_CONFIG_HOME/mutt/sig/3-gmail_br bind index,pager gg noop bind index,pager g noop @@ -21,7 +21,13 @@ bind pager G bottom macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_br<enter>" "run mbsync to sync bousset.rudy@gmail.com" unmailboxes * -mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" +named-mailboxes \ + " inbox" =INBOX \ + " sent" "=[Gmail]/Sent Mail" \ + " draft" =[Gmail]/Drafts \ + " junk" =[Gmail]/Spam \ + " trash" =[Gmail]/Trash \ + " keep" =Keep macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" @@ -34,11 +40,11 @@ set record = "" 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" +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" +set trash = +[Gmail]/Trash |