summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
committerTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
commit3606e4bb11cad0505d2ec85fb6090064829dbde9 (patch)
treeb8475758e4e88819e3d64de2341fe97579ddc72b /install.sh
parentc42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e (diff)
downloaddotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.gz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.xz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.zip
Replace offlineimap with isync (mbsync)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d4d168a..f7c0ef6 100755
--- a/install.sh
+++ b/install.sh
@@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then
git submodule update --init --recursive
# ensure mail directory exists
- mkdir -p ~/.mail
+ mkdir -p ~/.mail/tharre3@gmail.com
find . -maxdepth 1 ! -path . ! -name .git ! -name .gitmodules \
! -name .gitignore ! -name .updated -name '.*' -exec "$0" {} \;