diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-06-01 10:55:23 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-06-01 10:55:23 -0400 |
| commit | 3b4590b1a745b06ce36cb558a4749923675e9b35 (patch) | |
| tree | 532e9f00ae0b7fdeb3645f13b926e8a65b74f1ec /isyncrc | |
Ready. Set. Go!
Diffstat (limited to 'isyncrc')
| -rw-r--r-- | isyncrc | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +IMAPStore personal-remote +Host imap.purelymail.com +Port 993 +TLSType IMAPS +User jake@jakekoroman.com +PassCmd "pass show jake@jakekoroman.com" + +MaildirStore personal-local +Path ~/mail/personal/ +Inbox ~/mail/personal/INBOX +Subfolders Verbatim + +Channel personal +Far :personal-remote: +Near :personal-local: +Create Both +Expunge Both +SyncState * +Patterns * + +IMapStore work-remote +Host localhost +Port 1143 +TLSType None +AuthMechs LOGIN +User koromanj@miltonhydro.com +PassCmd "pass show koromanj@miltonhydro.com" + +MaildirStore work-local +Path ~/mail/work/ +Inbox ~/mail/work/INBOX +Subfolders Verbatim + +Channel work +Far :work-remote: +Near :work-local: +Create Both +Expunge Both +SyncState * +Patterns * |
