ソースを参照

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 3年前
コミット
cfa08e81a0
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw ファイルの表示

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


読み込み中…
キャンセル
保存