Ver a proveniência

Fixed the case for no environmental variables

tags/v3.1
Jonassenher há 3 anos
committed by GitHub
ascendente
cometimento
d60d239886
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      bin/mw

+ 3
- 3
bin/mw Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar