diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-08 21:53:52 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-08 21:53:52 +0200 |
commit | 8d39ed9e2804c6c9ed42aa685f6eb2f7c38fbbea (patch) | |
tree | 0cd5229ef0a98a1cb132ab2eb708a61b2c987af7 /install | |
parent | 5466e3d6599181f07ea5824b0eba22d0c333dc3f (diff) | |
download | myconfigs-8d39ed9e2804c6c9ed42aa685f6eb2f7c38fbbea.tar.gz myconfigs-8d39ed9e2804c6c9ed42aa685f6eb2f7c38fbbea.tar.bz2 myconfigs-8d39ed9e2804c6c9ed42aa685f6eb2f7c38fbbea.zip |
Fix syncemail (option -s is gone)
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ fi read -p "Install email synchronization? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/email-unread ~/.local/bin/email-unread + inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify inst_email_sync # Contains: # inst local/sbin/syncemail ~/.local/sbin/ |