diff options
Diffstat (limited to 'home/xyz/.mbsyncrc')
-rw-r--r-- | home/xyz/.mbsyncrc | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/home/xyz/.mbsyncrc b/home/xyz/.mbsyncrc index dd90d8a4..47356a43 100644 --- a/home/xyz/.mbsyncrc +++ b/home/xyz/.mbsyncrc @@ -4,7 +4,7 @@ # `man mbsync` # https://github.com/LukeSmithxyz/mutt-wizard -IMAPStore xyz@flylightning.xyz-remote +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 @@ -12,19 +12,45 @@ PassCmd "pass master3 | { IFS= read -r p; printf %s \"$p\";}" TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -MaildirStore xyz@flylightning.xyz-local +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@flylightning.xyz/ -Inbox ~/.local/share/mail/xyz@flylightning.xyz/INBOX +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@flylightning.xyz +Channel xyz@mail2.flylightning.xyz Expunge Both # old system use master and slave -Far :xyz@flylightning.xyz-remote: -Near :xyz@flylightning.xyz-local: +Far :xyz@mail2.flylightning.xyz-remote: +Near :xyz@mail2.flylightning.xyz-local: # not sure if needed Patterns * Create Both |