diff options
Diffstat (limited to '.config/mbsync/mbsyncrc')
-rw-r--r-- | .config/mbsync/mbsyncrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/mbsync/mbsyncrc b/.config/mbsync/mbsyncrc index ff59167..8e18362 100644 --- a/.config/mbsync/mbsyncrc +++ b/.config/mbsync/mbsyncrc @@ -102,3 +102,29 @@ SyncState * MaxMessages 0 ExpireUnread no # End profile + +IMAPStore support@secuserve.com-remote +Host next.optimails.com +Port 993 +User support@secuserve.com +PassCmd "pass show mutt/support@secuserve.com" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore support@secuserve.com-local +Subfolders Verbatim +Path /home/jozan/.local/share/mail/support@secuserve.com/ +Inbox /home/jozan/.local/share/mail/support@secuserve.com/INBOX +Flatten . + +Channel support@secuserve.com +Expunge Both +Far :support@secuserve.com-remote: +Near :support@secuserve.com-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile
\ No newline at end of file |