aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-05-26 09:16:52 +0200
committerMartin Polden <mpolden@mpolden.no>2023-05-26 09:16:52 +0200
commit62a0d14c3b07a81abbc689bdc68af7ed205956e1 (patch)
tree15394b0903731483c03695f6cf3d755865bbdb83
parent31afe87063762d43e02d36380140aa33ff6803a5 (diff)
mbsync: stop using deprecated syntax
-rw-r--r--mbsyncrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/mbsyncrc b/mbsyncrc
index 307e1b1..8fba478 100644
--- a/mbsyncrc
+++ b/mbsyncrc
@@ -21,13 +21,13 @@ MaildirStore fastmail-local
# Synchronization
Channel fastmail
- Master :fastmail-remote:
- Slave :fastmail-local:
+ Far :fastmail-remote:
+ Near :fastmail-local:
Patterns * !Spam !*@RESTORED !*@RESTORED/*
# Save sync state inside Maildir
SyncState *
# Only create missing mailboxes on the slave
- Create Slave
+ Create Near
# Propagate deletions to slave. Unwanted mail is moved to Trash folder by the
# slave. Old mail is eventually deleted from Trash by master
- Expunge Slave
+ Expunge Near