Sfoglia il codice sorgente

Fixed the case for no environmental variables

tags/v3.1
Jonassenher 3 anni fa
committed by GitHub
parent
commit
d60d239886
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      bin/mw

+ 3
- 3
bin/mw Vedi File

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


Caricamento…
Annulla
Salva