diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-17 15:42:00 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-17 15:42:00 -0400 |
commit | a799ffb1577e22f81cd55b7eda2b34e87708d621 (patch) | |
tree | bafa8b92102addd64a595c62224ad4303c80b18a /mw | |
parent | 4ef7bc58eb8a743e8793edceaca8b0d506cb21b3 (diff) |
big fix
Diffstat (limited to 'mw')
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ EOF echo "macro index,pager i$idnum '<sync-mailbox><enter-command>source $accdir/$title.muttrc<enter><change-folder>!<enter>;<check-stats>'" >> "$muttdir/personal.muttrc" ! grep "^source.*.muttrc" "$muttdir/personal.muttrc" >/dev/null && echo "source $accdir/$title.muttrc" >> "$muttdir/personal.muttrc" trysync && finalize - [ "$accounttype" = "offline" ] && sed -i "/IMAPAccount $title$/,/# End profile/d" "$mbsyncrc" + [ "$accounttype" = "offline" ] || sed -i "/IMAPAccount $title$/,/# End profile/d" "$mbsyncrc" } getpass() { \ |