make email synchronization work on aristotle again
This commit is contained in:
parent
d882b464c4
commit
829a3b283b
@ -89,7 +89,7 @@
|
||||
${pkgs.coreutils}/bin/ln -sf /home/usr/dots/config/git/config /home/usr/.config/git/config
|
||||
|
||||
mkdir -p /home/usr/.config/isync
|
||||
${pkgs.coreutils}/bin/ln -sf /home/usr/dots/config/isync/config /home/usr/.config/isync/config
|
||||
${pkgs.coreutils}/bin/ln -sf /home/usr/dots/config/isync/aristotle-config /home/usr/.config/isync/config
|
||||
|
||||
mkdir -p /home/usr/.config/khal
|
||||
${pkgs.coreutils}/bin/ln -sf /home/usr/dots/config/khal/config /home/usr/.config/khal/config
|
||||
|
20
config/isync/aristotle-config
Normal file
20
config/isync/aristotle-config
Normal file
@ -0,0 +1,20 @@
|
||||
IMAPStore main-remote
|
||||
Host mail.beepboop.systems
|
||||
Port 993
|
||||
User ryan@beepboop.systems
|
||||
PassCmd "rbw get mail.beepboop.systems"
|
||||
TLSType IMAPS
|
||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
MaildirStore main-local
|
||||
Path ~/pim/mail/main/
|
||||
Inbox ~/pim/mail/main/INBOX
|
||||
Subfolders Verbatim
|
||||
|
||||
Channel main
|
||||
Far :main-remote:
|
||||
Near :main-local:
|
||||
Create Both
|
||||
Expunge Both
|
||||
Patterns *
|
||||
SyncState *
|
Loading…
Reference in New Issue
Block a user