diff options
Diffstat (limited to 'home/xyz/.mbsyncrc')
-rw-r--r-- | home/xyz/.mbsyncrc | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/home/xyz/.mbsyncrc b/home/xyz/.mbsyncrc new file mode 100644 index 00000000..47356a43 --- /dev/null +++ b/home/xyz/.mbsyncrc @@ -0,0 +1,57 @@ +# references: +# /usr/share/doc/isync/examples/mbsyncrc.sample +# https://wiki.archlinux.org/title/Isync +# `man mbsync` +# https://github.com/LukeSmithxyz/mutt-wizard + +IMAPStore xyz@mail.flylightning.xyz-remote +Host mail.flylightning.xyz +User xyz +# credit: GPL-2.0-or-later https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu +PassCmd "pass master3 | { IFS= read -r p; printf %s \"$p\";}" +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore xyz@mail2.flylightning.xyz-remote +Host mail2.flylightning.xyz +User xyz +# credit: GPL-2.0-or-later https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu +PassCmd "pass master3 | { IFS= read -r p; printf %s \"$p\";}" +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore xyz@mail.flylightning.xyz-local +# man page says needed +Subfolders Verbatim +# trailing slash important? +# seems $XDG_DATA_HOME does not work? +Path ~/.local/share/mail/xyz@mail.flylightning.xyz/ +Inbox ~/.local/share/mail/xyz@mail.flylightning.xyz/INBOX + +MaildirStore xyz@mail2.flylightning.xyz-local +# man page says needed +Subfolders Verbatim +# trailing slash important? +# seems $XDG_DATA_HOME does not work? +Path ~/.local/share/mail/xyz@mail2.flylightning.xyz/ +Inbox ~/.local/share/mail/xyz@mail2.flylightning.xyz/INBOX + +Channel xyz@mail.flylightning.xyz +Expunge Both +# old system use master and slave +Far :xyz@mail.flylightning.xyz-remote: +Near :xyz@mail.flylightning.xyz-local: +# not sure if needed +Patterns * +Create Both +SyncState * + +Channel xyz@mail2.flylightning.xyz +Expunge Both +# old system use master and slave +Far :xyz@mail2.flylightning.xyz-remote: +Near :xyz@mail2.flylightning.xyz-local: +# not sure if needed +Patterns * +Create Both +SyncState * |