diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-01-07 17:04:08 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-01-07 17:04:08 -0500 |
commit | 564c529f8ec3aa6697d966dde89abdf132012240 (patch) | |
tree | 43eb2c6ee391073e7cc9045106141d0211530117 /bin/mailsync | |
parent | 16de5dc350d06cd45338271a2286c0629ef20435 (diff) |
curl redirects and times out
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-x | bin/mailsync | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/mailsync b/bin/mailsync index 1d676b8..3fac7c5 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -81,16 +81,12 @@ else accounts=$* fi -#( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null - # Parallelize multiple accounts -for account in $accounts -do +for account in $accounts; do syncandnotify & done wait -#( kill -46 "$(pidof "${STATUSBAR:-dwmblocks}")" >/dev/null 2>&1 ) 2>/dev/null notmuch new 2>/dev/null |