initial addition of isync
This commit is contained in:
parent
6fe2296c0d
commit
a7b58bae36
1 changed files with 23 additions and 0 deletions
23
isync/.config/isyncrc
Normal file
23
isync/.config/isyncrc
Normal file
|
@ -0,0 +1,23 @@
|
|||
IMAPStore andrew@amd.im-remote
|
||||
Host mail.amd.im
|
||||
Port 993
|
||||
User andrew@amd.im
|
||||
PassCmd "pass email/amd.im/andrew"
|
||||
TLSType IMAPS
|
||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
MaildirStore andrew@amd.im-local
|
||||
Subfolders Verbatim
|
||||
Path ~/.local/share/email/andrew@amd.im/
|
||||
INBOX ~/.local/share/email/andrew@amd.im/INBOX
|
||||
Flatten .
|
||||
|
||||
Channel andrew@amd.im
|
||||
Far :andrew@amd.im-remote:
|
||||
Near :andrew@amd.im-local:
|
||||
Pattern *
|
||||
SyncState *
|
||||
Create Both
|
||||
Expunge Both
|
||||
MaxMessages 0
|
||||
|
Loading…
Reference in a new issue