diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 19:20:20 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 19:20:20 -0400 |
commit | 7f007a7aab412231db258060a30ce0a837f80949 (patch) | |
tree | a80d9d023331456970ecc99d7df98aaca3347579 /mw | |
parent | cc4f01090f1e35cda9cf279fd9ef54d387bab1f7 (diff) |
remove msbync profile for online accounts after -l
Diffstat (limited to 'mw')
-rwxr-xr-x | mw | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { \ |