From dd2eac041ff33379f95d8eb59a9cc57d1f6f470c Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 13 Apr 2023 08:47:38 +0200 Subject: [PATCH] Don't use deprecated Master/Slave for mbsyncrc --- roles/neomutt/templates/mbsyncrc.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/neomutt/templates/mbsyncrc.j2 b/roles/neomutt/templates/mbsyncrc.j2 index b5fe811..76c96f0 100644 --- a/roles/neomutt/templates/mbsyncrc.j2 +++ b/roles/neomutt/templates/mbsyncrc.j2 @@ -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