From 6f9b638288842608e864f0b72c5b13db31eeb7dd Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 19 Apr 2019 18:12:57 -0400
Subject: msmtp_profile adds less blank lines

---
 mw | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mw b/mw
index 46433e4..e0baf08 100755
--- a/mw
+++ b/mw
@@ -20,14 +20,12 @@ tls_trust_file	$sslcert
 logfile	~/.config/msmtp/msmtp.log
 "
 msmtp_profile="
-
 account $title
 host $smtp
 port $sport
 from $login
 user $login
-passwordeval \"pass mutt-wizard-$title\"
-"
+passwordeval \"pass mutt-wizard-$title\""
 mbsync_profile="IMAPAccount $title
 Host $imap
 User $login
-- 
cgit v1.2.3