summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-17 14:42:49 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-17 14:42:49 +0200
commit4f4501ba225f812b56ef39788b1146539d3e8925 (patch)
tree10a1e2cd2cc64ab1e166d80a500a813c69c3e7cd /.local/bin
parentupdate (diff)
downloaddotfiles-bsd-4f4501ba225f812b56ef39788b1146539d3e8925.tar.gz
dotfiles-bsd-4f4501ba225f812b56ef39788b1146539d3e8925.tar.bz2
dotfiles-bsd-4f4501ba225f812b56ef39788b1146539d3e8925.tar.xz
dotfiles-bsd-4f4501ba225f812b56ef39788b1146539d3e8925.tar.zst
dotfiles-bsd-4f4501ba225f812b56ef39788b1146539d3e8925.zip
update
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/fetch_mail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh
index a0d6694..a3c6d75 100755
--- a/.local/bin/fetch_mail.sh
+++ b/.local/bin/fetch_mail.sh
@@ -8,7 +8,7 @@ export PASSWORD_STORE_DIR=/home/jozan/.local/share/pass
killall mbsync >/dev/null 2>&1
notify-send -u low -t 3000 'mbsync' ' fetching mail...' >/dev/null 2>&1
{
- mbsync -q -a -c /usr/home/jozan/.config/mbsync/mbsyncrc ||
+ mbsync -a -c /usr/home/jozan/.config/mbsync/mbsyncrc ||
notify-send -u low -t 6000 'mbsync' ' failed to fetch mail' >/dev/null 2>&1 &&
(sleep 1; kill -74 $(pidof dwmblocks) >/dev/null 2>&1)
}&