diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/fetch_mail.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index 2763eca..c5f160e 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -4,6 +4,6 @@ export GNUPGHOME=/home/jozan/.local/share/gnupg export PASSWORD_STORE_DIR=/home/jozan/.local/share/pass killall mbsync >/dev/null 2>&1 -notify-send -u low -t 1750 'mbsync' ' fetching mail...' -mbsync -a -c /usr/home/jozan/.config/mbsync/mbsyncrc || notify-send -u low -t 1750 'mbsync' ' failed to fetch mail' +notify-send -u low -t 3000 'mbsync' ' fetching mail...' +mbsync -a -c /usr/home/jozan/.config/mbsync/mbsyncrc || notify-send -u low -t 6000 'mbsync' ' failed to fetch mail' |