diff options
author | joe <rbo@gmx.us> | 2025-09-29 12:44:44 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 12:44:44 +0200 |
commit | 51c3185556dfc196a9d68bf3159b3c48a075f006 (patch) | |
tree | dd272bdc53d95e1b25b789786983bde962a9ba96 /.config/isyncrc | |
parent | up (diff) | |
download | dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.gz dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.bz2 dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.xz dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.zst dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.zip |
up
Diffstat (limited to '.config/isyncrc')
-rw-r--r-- | .config/isyncrc | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/.config/isyncrc b/.config/isyncrc new file mode 100644 index 0000000..87aaa2b --- /dev/null +++ b/.config/isyncrc @@ -0,0 +1,101 @@ +# vim filetype=conf + +IMAPStore gmx_rbo-remote +Host imap.gmx.com +Port 993 +User rbo@gmx.us +PassCmd "pass show mutt/gmx_rbo" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore gmx_rbo-local +SubFolders Verbatim +Path ~/.local/share/mail/gmx_rbo/ +Inbox ~/.local/share/mail/gmx_rbo/INBOX + +Channel gmx_rbo +Expunge Both +Far :gmx_rbo-remote: +Near :gmx_rbo-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 +## 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 gmail_tos-remote +## Host imap.gmail.com +## Port 993 +## User towerofsilence777@gmail.com +## PassCmd "pass show mutt/gmail_tos" +## AuthMechs LOGIN +## SSLType IMAPS +## CertificateFile /etc/ssl/cert.pem +## +## MaildirStore gmail_tos-local +## SubFolders Verbatim +## Path /var/mail/jozan/gmail_tos/ +## Inbox /var/mail/jozan/gmail_tos/INBOX +## +## Channel gmail_tos +## Expunge Both +## Far :gmail_tos-remote: +## Near :gmail_tos-local: +## Patterns * +## Create Both +## SyncState * +## MaxMessages 0 +## ExpireUnread no +## # End profile |