summaryrefslogtreecommitdiff
path: root/removeaccount.sh
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-10 09:00:03 -0700
committerLuke <luke@lukesmith.xyz>2018-02-10 09:00:03 -0700
commit7e14425ec701a4c764a677f7a774c41b61fe4793 (patch)
treedf63251d0527d02b2dcd73a903e5786f552f8642 /removeaccount.sh
parentefd3f269199de40571010fe5fbbbfc791efc58f8 (diff)
muttdir fixed
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