diff options
-rwxr-xr-x | sync-mail | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,10 +26,10 @@ case `date +"%a"` in esac new="$(find $HOME/.mail/*/inbox/new/ -type f | wc -l)" -old="$(find $HOME/.mail/*/inbox/cur/ -type f | wc -l)" if [ $new -gt 0 ] then + $(which notmuch) new if [[ $(uname) == "Linux" ]]; then export DISPLAY=:0 export XAUTHORITY=$HOME/.Xauthority; |