Don't use deprecated Master/Slave for mbsyncrc
This commit is contained in:
parent
b41ead6504
commit
dd2eac041f
1 changed files with 0 additions and 5 deletions
|
@ -20,13 +20,8 @@ Inbox ~/.local/share/mail/{{ account.fulladdress }}/INBOX
|
|||
Flatten .
|
||||
|
||||
Channel {{ account.fulladdress }}
|
||||
{% if ansible_facts['distribution'] == 'Debian' %}
|
||||
Master :{{ account.fulladdress }}-remote:
|
||||
Slave :{{ account.fulladdress }}-local:
|
||||
{% else %}
|
||||
Far :{{ account.fulladdress }}-remote:
|
||||
Near :{{ account.fulladdress }}-local:
|
||||
{% endif %}
|
||||
Patterns * INBOX
|
||||
Expunge Both
|
||||
Create Both
|
||||
|
|
Loading…
Add table
Reference in a new issue