Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrian
/
mutt-wizard
mirror da
https://github.com/LukeSmithxyz/mutt-wizard.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
6
Wiki
Attività
Sfoglia il codice sorgente
mailsync script gives args to offlineimap
tags/v3.1
Luke Smith
6 anni fa
parent
920ee09626
commit
7f5d077b72
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
etc/mailsync.sh
+ 1
- 1
etc/mailsync.sh
Vedi File
@@ -17,7 +17,7 @@ fi
# Get current number of new mail, then begin sync.
ori=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l)
offlineimap -o
offlineimap -o
"$@"
# Recount new mail.
new=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l)
Scrivi
Anteprima
Caricamento…
Annulla
Salva