Ver a proveniência

maxmessages option

tags/v3.1
Luke Smith há 5 anos
ascendente
cometimento
c2247a2188
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      bin/mw

+ 3
- 0
bin/mw Ver ficheiro

@@ -58,6 +58,7 @@ Slave :$title-local:
Patterns * !\"[Gmail]/All Mail\"
Create Both
SyncState *
MaxMessages $maxmes
# End profile
"

@@ -155,6 +156,8 @@ EOF
read -r login
printf "\033[0m"
[ -z "$login" ] && login="$fulladdr"
[ "$accounttype" = "offline" ] && printf "If you want to limit the number of messages kept offline to a number, enter that number below. If you do not want to limit your mail and would like \`mbsync\` to sync all mail, press enter without typing a number.\\n\t" && read -r maxmes
echo "$maxmes" | grep "[1-9]" >/dev/null || maxmes="0"
getpass
getprofiles
mkdir -p "$muttdir" "$accdir" "$cachedir/$title/bodies" "$HOME/.config/msmtp"


Carregando…
Cancelar
Guardar