diff options
Diffstat (limited to 'mail/dot-mbsyncrc.personal')
-rw-r--r-- | mail/dot-mbsyncrc.personal | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal index 527cd52..dce4bea 100644 --- a/mail/dot-mbsyncrc.personal +++ b/mail/dot-mbsyncrc.personal @@ -166,6 +166,37 @@ Create Both SyncState * Expunge Both +############################################################################### +# GMAIL for Nuremberg Toastmasters + +IMAPAccount nbgtm +# Address to connect to +Host imap.gmail.com +User nuremberg.toastmasters@googlemail.com +PassCmd "pass show orgs/NBG-TM/smtp.googlemail.com" +AuthMechs LOGIN +# Use SSL +SSLType IMAPS +# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore nbgtm-remote +Account nbgtm + +MaildirStore nbgtm-local +# The trailing "/" is important +Path ~/.mail/nbgtm/ +Inbox ~/.mail/nbgtm/Inbox +SubFolders Verbatim + +Channel nbgtm +Far :nbgtm-remote: +Near :nbgtm-local: +Patterns "INBOX" "[Google Mail]/Sent Mail" +Create Both +Expunge Both +SyncState * + # Local Variables: # mode: conf-unix # End: |