aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/mutt_bgrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mutt_bgrun b/bin/mutt_bgrun
index 7f03b67..e3dc509 100755
--- a/bin/mutt_bgrun
+++ b/bin/mutt_bgrun
@@ -109,6 +109,7 @@ cp "$file" "$tmpfile"
(
"$viewer" $options "$tmpfile"
+ sleep 1
rm -f "$tmpfile"
rmdir "$tmpdir"
) &