summaryrefslogtreecommitdiff
path: root/removeaccount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'removeaccount.sh')
-rwxr-xr-xremoveaccount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/removeaccount.sh b/removeaccount.sh
index 1d1cbcc..43bf3b9 100755
--- a/removeaccount.sh
+++ b/removeaccount.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-muttdir="$HOME/Repos/email-mutt-offline/"
+muttdir="$HOME/.config/mutt/"
# This script will remove an account from ~/.offlineimaprc and the
# designated location in ~/.config/mutt/accounts.
@@ -17,4 +17,4 @@ removeAccount() { sed -ie "
" ~/.offlineimaprc
rm "$muttdir"accounts/$title.muttrc
echo $title deleted. ;}
-removeAccount $title
+#removeAccount $title