Przeglądaj źródła

only sync active mbsync accounts

tags/v3.1
Luke Smith 5 lat temu
rodzic
commit
dd73533565
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Wyświetl plik

@@ -38,7 +38,7 @@ syncandnotify() {

# Sync accounts passed as argument or all.
if [ "$#" -eq "0" ]; then
accounts="$(ls "$HOME/.local/share/mail")"
accounts="$(awk '/^Channel/ {print $2}' "$HOME/.mbsyncrc")"
else
accounts=$*
fi


Ładowanie…
Anuluj
Zapisz