diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-04-30 10:50:15 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-04-30 10:50:27 +0800 |
commit | a9c6f4ec932bdda778dada6473c6b23d2249737e (patch) | |
tree | 2ae7d30b666d8a00ac8e4ba9c8ff51433c9a53d3 /_mbsyncrc | |
parent | d2e4c6afbbbd920433fa7d4fea30e6cb533ca2ab (diff) | |
download | dotfiles-a9c6f4ec932bdda778dada6473c6b23d2249737e.tar.bz2 |
mbsync: Add new channel aly-sms
Diffstat (limited to '_mbsyncrc')
-rw-r--r-- | _mbsyncrc | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -5,7 +5,7 @@ # # Aaron LI # Created: 2016-01-29 -# Updated: 2017-04-19 +# Updated: 2017-04-30 # @@ -31,7 +31,7 @@ MaildirStore aly-local Path ~/mail/aly/ Channel aly-inbox -Master :aly-remote:Inbox +Master :aly-remote:INBOX Slave :aly-local:inbox Channel aly-sent @@ -54,8 +54,12 @@ Channel aly-trash Master :aly-remote:Trash Slave :aly-local:trash +Channel aly-sms +Master :aly-remote:SMS +Slave :aly-local:sms + Group aly -Channels aly-inbox aly-sent aly-archive aly-drafts aly-junk aly-trash +Channels aly-inbox aly-sent aly-archive aly-drafts aly-junk aly-trash aly-sms ## "aly@aaronly.me" }}} @@ -73,7 +77,7 @@ MaildirStore weitian-local Path ~/mail/weitian/ Channel weitian-inbox -Master :weitian-remote:Inbox +Master :weitian-remote:INBOX Slave :weitian-local:inbox Channel weitian-sent @@ -115,7 +119,7 @@ MaildirStore webmaster-local Path ~/mail/webmaster/ Channel webmaster-inbox -Master :webmaster-remote:Inbox +Master :webmaster-remote:INBOX Slave :webmaster-local:inbox Channel webmaster-sent |