From 7f007a7aab412231db258060a30ce0a837f80949 Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 19 Apr 2019 19:20:20 -0400
Subject: remove msbync profile for online accounts after -l

---
 mw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mw b/mw
index 0314dc5..a4afceb 100755
--- a/mw
+++ b/mw
@@ -188,6 +188,7 @@ trysync() { \
 	else
 		printf "\033[31m\033[31mSync not successful.\033[0m Try running \`mbsync %s\` manually after double-checking your password and server settings.\\nThen select to finalize the account.\\n" "$title"; return 1
 	fi
+	[ "$accounttype" = "online" ] && sed -i "/IMAPStore $title-remote$/,/# End profile/d" "$mbsyncrc"
 }
 
 finalize() { \
-- 
cgit v1.2.3