[mbsync] Rename ‘Master’ -> ‘Far’, ‘Slave’ -> ‘Near’
The previous options were deprecated.
This commit is contained in:
parent
872ca5ff5a
commit
92d2d4650e
1 changed files with 10 additions and 10 deletions
|
@ -40,8 +40,8 @@ SubFolders Legacy
|
||||||
|
|
||||||
# Synchronize only the gmail INBOX mailbox.
|
# Synchronize only the gmail INBOX mailbox.
|
||||||
Channel gmail-inbox
|
Channel gmail-inbox
|
||||||
Master :gmail-remote:
|
Far :gmail-remote:
|
||||||
Slave :gmail-local:
|
Near :gmail-local:
|
||||||
Patterns INBOX
|
Patterns INBOX
|
||||||
# Automatically create missing mailboxes, both locally and on the
|
# Automatically create missing mailboxes, both locally and on the
|
||||||
# server.
|
# server.
|
||||||
|
@ -51,8 +51,8 @@ SyncState *
|
||||||
|
|
||||||
# Synchronize only the gmail [Gmail]/Sent Mail inbox to sent.
|
# Synchronize only the gmail [Gmail]/Sent Mail inbox to sent.
|
||||||
Channel gmail-sent
|
Channel gmail-sent
|
||||||
Master :gmail-remote:"[Gmail]/Sent Mail"
|
Far :gmail-remote:"[Gmail]/Sent Mail"
|
||||||
Slave :gmail-local:sent
|
Near :gmail-local:sent
|
||||||
Create Both
|
Create Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
|
@ -80,16 +80,16 @@ Channel gmail-sent
|
||||||
|
|
||||||
# # Synchronize only the gmail INBOX mailbox.
|
# # Synchronize only the gmail INBOX mailbox.
|
||||||
# Channel picturefix-inbox
|
# Channel picturefix-inbox
|
||||||
# Master :picturefix-remote:
|
# Far :picturefix-remote:
|
||||||
# Slave :picturefix-local:
|
# Near :picturefix-local:
|
||||||
# Patterns INBOX
|
# Patterns INBOX
|
||||||
# Create Both
|
# Create Both
|
||||||
# SyncState *
|
# SyncState *
|
||||||
|
|
||||||
# # Synchronize only the sent mailbox.
|
# # Synchronize only the sent mailbox.
|
||||||
# Channel picturefix-sent
|
# Channel picturefix-sent
|
||||||
# Master :picturefix-remote:"[Gmail]/Verzonden berichten"
|
# Far :picturefix-remote:"[Gmail]/Verzonden berichten"
|
||||||
# Slave :picturefix-local:sent
|
# Near :picturefix-local:sent
|
||||||
# Create Both
|
# Create Both
|
||||||
# SyncState *
|
# SyncState *
|
||||||
|
|
||||||
|
@ -116,8 +116,8 @@ Channel gmail-sent
|
||||||
# SubFolders Legacy
|
# SubFolders Legacy
|
||||||
|
|
||||||
# Channel ninthfloor
|
# Channel ninthfloor
|
||||||
# Master :ninthfloor-remote:
|
# Far :ninthfloor-remote:
|
||||||
# Slave :ninthfloor-local:
|
# Near :ninthfloor-local:
|
||||||
# Patterns *
|
# Patterns *
|
||||||
# Create Both
|
# Create Both
|
||||||
# SyncState *
|
# SyncState *
|
||||||
|
|
Loading…
Reference in a new issue