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
Added the quiet option for offline imap so the users /var/mail/user cache doesn't fill up so quickly
pull/37/head
Philip Nelson
há 6 anos
ascendente
14c289ccb4
cometimento
f15bcbff14
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 -
u quiet -
o
# Recount new mail.
new=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar