diff options
Diffstat (limited to '')
-rw-r--r-- | .config/isyncrc | 125 |
1 files changed, 75 insertions, 50 deletions
diff --git a/.config/isyncrc b/.config/isyncrc index 87aaa2b..cf51179 100644 --- a/.config/isyncrc +++ b/.config/isyncrc @@ -25,56 +25,81 @@ MaxMessages 0 ExpireUnread no # End profile -## IMAPStore gmail_br-remote -## Host imap.gmail.com -## Port 993 -## User bousset.rudy@gmail.com -## PassCmd "pass show mutt/gmail_br" -## AuthMechs LOGIN -## SSLType IMAPS -## CertificateFile /etc/ssl/cert.pem -## -## MaildirStore gmail_br-local -## SubFolders Verbatim -## Path /var/mail/jozan/gmail_br/ -## Inbox /var/mail/jozan/gmail_br/INBOX -## -## Channel gmail_br -## Expunge Both -## Far :gmail_br-remote: -## Near :gmail_br-local: -## Patterns * -## Create Both -## SyncState * -## MaxMessages 0 -## ExpireUnread no -## # End profile -## -## IMAPStore gmail_oon-remote -## Host imap.gmail.com -## Port 993 -## User olsen.oyvind.nor@gmail.com -## PassCmd "pass show mutt/gmail_oon" -## AuthMechs LOGIN -## SSLType IMAPS -## CertificateFile /etc/ssl/cert.pem -## -## MaildirStore gmail_oon-local -## SubFolders Verbatim -## Path /var/mail/jozan/gmail_oon/ -## Inbox /var/mail/jozan/gmail_oon/INBOX -## -## Channel gmail_oon -## Expunge Both -## Far :gmail_oon-remote: -## Near :gmail_oon-local: -## Patterns * -## Create Both -## SyncState * -## MaxMessages 0 -## ExpireUnread no -## # End profile -## +IMAPStore gmx_shop-remote +Host imap.gmx.com +Port 993 +User rbo_shop@gmx.us +PassCmd "pass show mutt/gmx_shop" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore gmx_shop-local +SubFolders Verbatim +Path ~/.local/share/mail/gmx_shop/ +Inbox ~/.local/share/mail/gmx_shop/INBOX + +Channel gmx_shop +Expunge Both +Far :gmx_shop-remote: +Near :gmx_shop-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore gmail_br-remote +Host imap.gmail.com +Port 993 +User bousset.rudy@gmail.com +PassCmd "pass show mutt/gmail_br" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore gmail_br-local +SubFolders Verbatim +Path ~/.local/share/mail/gmail_br/ +Inbox ~/.local/share/mail/gmail_br/INBOX + +Channel gmail_br +Expunge Both +Far :gmail_br-remote: +Near :gmail_br-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore gmail_oon-remote +Host imap.gmail.com +Port 993 +User olsen.oyvind.nor@gmail.com +PassCmd "pass show mutt/gmail_oon" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore gmail_oon-local +SubFolders Verbatim +Path ~/.local/share/mail/gmail_oon/ +Inbox ~/.local/share/mail/gmail_oon/INBOX + +Channel gmail_oon +Expunge Both +Far :gmail_oon-remote: +Near :gmail_oon-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + ## IMAPStore gmail_tos-remote ## Host imap.gmail.com ## Port 993 |