aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsyncrc
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-08 22:46:53 +0800
committerAaron LI <aly@aaronly.me>2018-03-08 22:46:53 +0800
commit33b257b1fadaa7edd9f110baf51ecdefdf1ba127 (patch)
tree706859c67198255182212fe999523578d9c49a92 /_mbsyncrc
parentf41642afd858996255f2e52f136248e49c50824d (diff)
downloaddotfiles-33b257b1fadaa7edd9f110baf51ecdefdf1ba127.tar.bz2
mbsyncrc: update account: weitian@aaronly.me -> wt@liwt.net
Diffstat (limited to '_mbsyncrc')
-rw-r--r--_mbsyncrc65
1 files changed, 34 insertions, 31 deletions
diff --git a/_mbsyncrc b/_mbsyncrc
index 2a467f5..9a36a66 100644
--- a/_mbsyncrc
+++ b/_mbsyncrc
@@ -19,7 +19,7 @@ SyncState *
## Account "aly@aaronly.me" {{{
IMAPAccount aly
-Host mail.aaronly.me
+Host mail.liwt.net
User aly@aaronly.me@laptop
PassCmd "pass show email/self/aly/laptop | head -n1"
SSLType IMAPS
@@ -63,46 +63,49 @@ Channels aly-inbox aly-sent aly-archive aly-drafts aly-junk aly-trash aly
## "aly@aaronly.me" }}}
-## Account "weitian@aaronly.me" {{{
-IMAPAccount weitian
-Host mail.aaronly.me
-User weitian@aaronly.me@laptop
-PassCmd "pass show email/self/weitian/laptop | head -n1"
+## Account "wt@liwt.net" {{{
+IMAPAccount wt
+Host mail.liwt.net
+User wt@liwt.net@laptop
+PassCmd "pass show email/self/wt/laptop | head -n1"
SSLType IMAPS
-IMAPStore weitian-remote
-Account weitian
+IMAPStore wt-remote
+Account wt
+
+MaildirStore wt-local
+Path ~/mail/wt/
+
+Channel wt-inbox
+Master :wt-remote:INBOX
+Slave :wt-local:inbox
+
+Channel wt-sent
+Master :wt-remote:Sent
+Slave :wt-local:sent
-MaildirStore weitian-local
-Path ~/mail/weitian/
+Channel wt-archive
+Master :wt-remote:Archive
+Slave :wt-local:archive
-Channel weitian-inbox
-Master :weitian-remote:INBOX
-Slave :weitian-local:inbox
+Channel wt-drafts
+Master :wt-remote:Drafts
+Slave :wt-local:drafts
-Channel weitian-sent
-Master :weitian-remote:Sent
-Slave :weitian-local:sent
+Channel wt-junk
+Master :wt-remote:Junk
+Slave :wt-local:junk
-Channel weitian-archive
-Master :weitian-remote:Archive
-Slave :weitian-local:archive
+Channel wt-trash
+Master :wt-remote:Trash
+Slave :wt-local:trash
-Channel weitian-drafts
-Master :weitian-remote:Drafts
-Slave :weitian-local:drafts
+Group wt
+Channels wt-inbox wt-sent wt-archive wt-drafts wt-junk wt-trash
+## "wt@aaronly.me" }}}
-Channel weitian-junk
-Master :weitian-remote:Junk
-Slave :weitian-local:junk
-Channel weitian-trash
-Master :weitian-remote:Trash
-Slave :weitian-local:trash
-Group weitian
-Channels weitian-inbox weitian-sent weitian-archive weitian-drafts weitian-junk weitian-trash
-## "weitian@aaronly.me" }}}
## Account "postmaster@aaronly.me" {{{