diff options
author | luxagraf <sng@luxagraf.net> | 2021-06-09 11:08:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-06-09 11:08:52 -0400 |
commit | a7ffd0280489538485787217c5c29ea398fb69ec (patch) | |
tree | e98e883b2d6b09f5f36602daacfb4d38a2ce2923 | |
parent | 06f2017ed1d2e1f3e5525f81c3fadb3d3f3984e0 (diff) |
added mbsync config
-rw-r--r-- | .mbsyncrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..9e1a8f5 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,24 @@ +IMAPAccount lxf +# Address to connect to +Host echo.mxrouting.net +Port 993 +User sng@luxagraf.net +Pass LAv['q_N:|Mn<?)-6MfIK]3=M +SSLType STARTTLS +AuthMechs * + +IMAPStore lxf-remote +account lxf + +MaildirStore lxf-local +Subfolders Verbatim +Path ~/.mail/lxf +Inbox ~/.mail/lxf/Inbox + +Channel lxf +Far :lxf-remote: +Near :lxf-local: +Patterns * +Create Both +SyncState * + |