Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrian
/
mutt-wizard
espelho de
https://github.com/LukeSmithxyz/mutt-wizard.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
6
Wiki
Trabalho
Ver a proveniência
mailsync script gives args to offlineimap
tags/v3.1
Luke Smith
há 6 anos
ascendente
920ee09626
cometimento
7f5d077b72
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
etc/mailsync.sh
+ 1
- 1
etc/mailsync.sh
Ver ficheiro
@@ -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)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar