2 Commits

Autor SHA1 Mensaje Fecha
  Luke Smith b4a28b2548
Merge pull request #1036 from ncv-xyz/msmtprc hace 1 mes
  Nikola Kvartovič e03a7206e7
Don't create ~/.msmtprc hace 1 mes
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
Dividir vista
  1. +0
    -1
      bin/mw

+ 0
- 1
bin/mw Ver fichero

@@ -70,7 +70,6 @@ list() { getaccounts && [ -n "$accounts" ] && echo "$accounts" || exit 1; }

prepmsmtp() {
mkdir -p "${msmtprc%/*}" "${msmtplog%/*}"
ln -s "$msmtprc" "$HOME/.msmtprc" 2>/dev/null
envsubst <"$msmtptemp" >>"$msmtprc"
}



Cargando…
Cancelar
Guardar