dotfiles

beau's configuration files
git clone https://git.beauhilton.com/dotfiles.git
Log | Files | Refs | README

mbsyncrc (943B)


      1 IMAPStore gmail-remote
      2 Host imap.gmail.com
      3 Port  993
      4 User cbeauhilton@gmail.com
      5 PassCmd "pass mutt-wizard-gmail"
      6 SSLType IMAPS
      7 CertificateFile /etc/ssl/certs/ca-certificates.crt
      8 
      9 MaildirStore gmail-local
     10 Subfolders Verbatim
     11 Path ~/.local/share/mail/gmail/
     12 Inbox ~/.local/share/mail/gmail/INBOX
     13 Flatten .
     14 
     15 Channel gmail
     16 Expunge Both
     17 Master :gmail-remote:
     18 Slave :gmail-local:
     19 Patterns * !"[Gmail]/All\ Mail"
     20 Create Both
     21 SyncState *
     22 MaxMessages 0
     23 ExpireUnread no
     24 # End profile
     25 
     26 IMAPStore vumc-remote
     27 Host Email.vumc.org
     28 Port 993
     29 User hiltoncb
     30 PassCmd "pass mutt-wizard-vumc"
     31 AuthMechs LOGIN
     32 SSLType IMAPS
     33 CertificateFile /etc/ssl/certs/ca-certificates.crt
     34 
     35 MaildirStore vumc-local
     36 Subfolders Verbatim
     37 Path ~/.local/share/mail/vumc/
     38 Inbox ~/.local/share/mail/vumc/INBOX
     39 Flatten .
     40 
     41 Channel vumc
     42 Expunge Both
     43 Master :vumc-remote:
     44 Slave :vumc-local:
     45 Patterns * !"[Gmail]/All Mail"
     46 Create Both
     47 SyncState *
     48 MaxMessages 0
     49 ExpireUnread no
     50 # End profile
     51