Quellcode durchsuchen

mailsync now uses Far/Near to mean Master/Slave

Whenever you update mail with `mw -Y`, mailsync now warns that the
Master/Slave commands in the `.mbsyncrc` file were deprecated in
favor of the Far/Near terminology. This PR removes this annoyance
and helps future-proof this project.
pull/707/head
Benjamin Chausse vor 3 Jahren
Ursprung
Commit
cfa08e81a0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw Datei anzeigen

@@ -61,8 +61,8 @@ Inbox ${XDG_DATA_HOME:-$HOME/.local/share}/mail/$fulladdr/${inbox:-INBOX}

Channel $fulladdr
Expunge Both
Master :$fulladdr-remote:
Slave :$fulladdr-local:
Far :$fulladdr-remote:
Near :$fulladdr-local:
Patterns * !\"[Gmail]/All Mail\"
Create Both
SyncState *


Laden…
Abbrechen
Speichern