Ver a proveniência

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 há 3 anos
ascendente
cometimento
cfa08e81a0
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw Ver ficheiro

@@ -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 *


Carregando…
Cancelar
Guardar