diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-03 20:44:11 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-03 20:44:11 +0200 |
commit | 5632e0be34c7a07227543d3b44c3be7a1387613e (patch) | |
tree | 19f647dedb6f565c0d4cd3c738f174e4e2796ef1 /install | |
parent | 81836945a63f726033fb6550755e2c9dbf1a1f83 (diff) | |
download | myconfigs-5632e0be34c7a07227543d3b44c3be7a1387613e.tar.gz myconfigs-5632e0be34c7a07227543d3b44c3be7a1387613e.tar.bz2 myconfigs-5632e0be34c7a07227543d3b44c3be7a1387613e.zip |
Update email-unread script
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ fi read -p "Install email synchronization? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst local/bin/email-unread ~/.local/bin/email-unread inst_email_sync # Contains: # inst local/sbin/syncemail ~/.local/sbin/ |