diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:35:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:36:56 +0100 |
commit | d8ea8dee6c12f8ffddb6e85e8e4653d9899dac8a (patch) | |
tree | 00fa88ef393c3c850ba731a963e085190226d647 | |
parent | 18240eec426530084d1404fb2a133e274310b591 (diff) | |
download | dotfiles-d8ea8dee6c12f8ffddb6e85e8e4653d9899dac8a.tar.xz |
mbsync: Exclude archlinux inboxes
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | mbsyncrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ SubFolders Verbatim Channel theos Master :theos-remote: Slave :theos-local: -Patterns * +Patterns * !archlinux/* Create Both SyncState * Expunge Both @@ -35,8 +35,8 @@ IMAPStore archlinux-remote Account archlinux MaildirStore archlinux-local -Path ~/mail-archlinux/ -Inbox ~/mail-archlinux/inbox +Path ~/mail/archlinux/ +Inbox ~/mail/archlinux/inbox SubFolders Verbatim Channel archlinux |