dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

.mbsyncrc (1203B)


      1 IMAPAccount gmail
      2 Host imap.gmail.com
      3 User anders.hedman01@gmail.com
      4 PassCmd "gpg2 -dq --for-your-eyes-only --no-tty ~/.mbsync.gpg"
      5 SSLType IMAPS
      6 SystemCertificates yes
      7 
      8 IMAPStore gmail-remote
      9 Account gmail
     10 
     11 MaildirStore gmail-local
     12 Path ~/Maildir/Gmail/
     13 Inbox ~/Maildir/Gmail/INBOX
     14 SubFolders Verbatim
     15 
     16 Channel gmail
     17 Far :gmail-remote:
     18 Near :gmail-local:
     19 #Patterns *
     20 Patterns INBOX "[Gmail]/All Mail"  "[Gmail]/Sent Mail"  "[Gmail]/Drafts" "[Gmail]/Trash" !"[Gmail]/Starred" !"[Gmail]/Important" !"[Gmail]/Spam"
     21 Create Near
     22 Sync All
     23 Expunge Both
     24 SyncState *
     25 
     26 IMAPAccount andersuno.nu
     27 Host mail.andersuno.nu
     28 Port 30993
     29 User anders@andersuno.nu
     30 PassCmd "gpg2 -dq --for-your-eyes-only --no-tty ~/.mbsync-andersuno-nu.gpg"
     31 SSLType IMAPS
     32 SystemCertificates yes
     33 
     34 IMAPStore andersuno.nu-remote
     35 Account andersuno.nu
     36 
     37 MaildirStore andersuno.nu-local
     38 Path ~/Maildir/andersuno.nu/
     39 Inbox ~/Maildir/andersuno.nu/INBOX
     40 SubFolders Verbatim
     41 
     42 Channel andersuno.nu
     43 Far :andersuno.nu-remote:
     44 Near :andersuno.nu-local:
     45 Patterns *
     46 #Patterns INBOX "[Gmail]/All Mail"  "[Gmail]/Sent Mail"  "[Gmail]/Drafts" "[Gmail]/Trash" !"[Gmail]/Starred" !"[Gmail]/Important" !"[Gmail]/Spam"
     47 Create Near
     48 Sync All
     49 Expunge Both
     50 SyncState *