diff options
author | Tharre <tharre3@gmail.com> | 2017-03-09 04:12:03 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-03-09 04:12:03 +0100 |
commit | 3606e4bb11cad0505d2ec85fb6090064829dbde9 (patch) | |
tree | b8475758e4e88819e3d64de2341fe97579ddc72b /install.sh | |
parent | c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e (diff) | |
download | dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.gz dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.xz dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.zip |
Replace offlineimap with isync (mbsync)
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" {} \; |