Explorar el Código

Fixed the case for no environmental variables

tags/v3.1
Jonassenher hace 3 años
committed by GitHub
padre
commit
d60d239886
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      bin/mw

+ 3
- 3
bin/mw Ver fichero

@@ -38,7 +38,7 @@ msmtp_header="defaults
auth on
tls on
tls_trust_file $sslcert
logfile $XDG_CONFIG_HOME/msmtp/msmtp.log
logfile ${XDG_CONFIG_HOME/:-$HOME/.config}/msmtp/msmtp.log
"
msmtp_profile="account $title
host $smtp
@@ -59,8 +59,8 @@ CertificateFile $sslcert

MaildirStore $title-local
Subfolders Verbatim
Path $XDG_DATA_HOME/mail/$title/
Inbox $XDG_DATA_HOME/mail/$title/INBOX
Path ${XDG_DATA_HOME:-$HOME/.local/share}/mail/$title/
Inbox ${XDG_DATA_HOME:-$HOME/.local/share}/mail/$title/INBOX
Flatten .

Channel $title


Cargando…
Cancelar
Guardar