diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-11 16:35:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-11 16:35:52 +0200 |
commit | fe63865e8ab8394aeba890dfb0dd5bdc9c678c29 (patch) | |
tree | 057263e73cf635c54e0e40f2de09807ec9e67746 /.local/bin | |
parent | update (diff) | |
download | dotfiles-bsd-fe63865e8ab8394aeba890dfb0dd5bdc9c678c29.tar.gz dotfiles-bsd-fe63865e8ab8394aeba890dfb0dd5bdc9c678c29.tar.bz2 dotfiles-bsd-fe63865e8ab8394aeba890dfb0dd5bdc9c678c29.tar.xz dotfiles-bsd-fe63865e8ab8394aeba890dfb0dd5bdc9c678c29.tar.zst dotfiles-bsd-fe63865e8ab8394aeba890dfb0dd5bdc9c678c29.zip |
update
Diffstat (limited to '.local/bin')
-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 c5f160e..7e250fc 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 3000 'mbsync' ' fetching mail...' -mbsync -a -c /usr/home/jozan/.config/mbsync/mbsyncrc || notify-send -u low -t 6000 'mbsync' ' failed to fetch mail' +notify-send -u low -t 3000 'mbsync' ' fetching mail...' >/dev/null 2>&1 +mbsync -q -a -c /usr/home/jozan/.config/mbsync/mbsyncrc || notify-send -u low -t 6000 'mbsync' ' failed to fetch mail' >/dev/null 2>&1 |