remove msbync profile for online accounts after -l

This commit is contained in:
Luke Smith 2019-04-19 19:20:20 -04:00
parent cc4f01090f
commit 7f007a7aab
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

1
mw
View File

@ -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() { \