Browse Source

msmtp_profile adds less blank lines

tags/v3.1
Luke Smith 5 years ago
parent
commit
6f9b638288
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      mw

+ 1
- 3
mw View File

@@ -20,14 +20,12 @@ tls_trust_file $sslcert
logfile ~/.config/msmtp/msmtp.log logfile ~/.config/msmtp/msmtp.log
" "
msmtp_profile=" msmtp_profile="

account $title account $title
host $smtp host $smtp
port $sport port $sport
from $login from $login
user $login user $login
passwordeval \"pass mutt-wizard-$title\"
"
passwordeval \"pass mutt-wizard-$title\""
mbsync_profile="IMAPAccount $title mbsync_profile="IMAPAccount $title
Host $imap Host $imap
User $login User $login


Loading…
Cancel
Save