|
|
@ -16,15 +16,8 @@ mailboxes =---Personal--- \ |
|
|
|
=Gmail/other \ |
|
|
|
=Gmail/[Gmail]/Drafts \ |
|
|
|
=Gmail/[Gmail]/Sent\ Mail \ |
|
|
|
=Gmail/[Gmail]/Trash \ |
|
|
|
=---School--- \ |
|
|
|
=Gatech/INBOX \ |
|
|
|
=Gatech/Archive \ |
|
|
|
=Gatech/Drafts \ |
|
|
|
=Gatech/Sent\ Items \ |
|
|
|
=Gatech/Deleted\ Items |
|
|
|
=Gmail/[Gmail]/Trash |
|
|
|
folder-hook Gmail/* source $XDG_CONFIG_HOME/mutt/gmailrc |
|
|
|
folder-hook Gatech/* source $XDG_CONFIG_HOME/mutt/gatechrc |
|
|
|
|
|
|
|
# General |
|
|
|
set sleep_time = 0 |
|
|
@ -76,7 +69,6 @@ bind pager,index = save-message |
|
|
|
|
|
|
|
# Quick Navigation |
|
|
|
macro index P "<sync-mailbox><change-folder>=Gmail/INBOX<enter><collapse-all>" "Go to personal inbox" |
|
|
|
macro index S "<sync-mailbox><change-folder>=Gatech/INBOX<enter><collapse-all>" "Go to school inbox" |
|
|
|
macro index Z "<shell-escape>mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc -a<enter>" "sync all mail" |
|
|
|
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" |
|
|
|
macro generic,pager,editor,index \` ":toggle help<enter>" "Toggle help menu" |
|
|
|