aboutsummaryrefslogtreecommitdiff
path: root/bin/mutt_bgrun
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mutt_bgrun')
-rwxr-xr-xbin/mutt_bgrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mutt_bgrun b/bin/mutt_bgrun
index e3dc509..f833bab 100755
--- a/bin/mutt_bgrun
+++ b/bin/mutt_bgrun
@@ -109,7 +109,7 @@ cp "$file" "$tmpfile"
(
"$viewer" $options "$tmpfile"
- sleep 1
+ sleep 2
rm -f "$tmpfile"
rmdir "$tmpdir"
) &