diff options
-rwxr-xr-x | bin/mutt_bgrun | 1 |
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" ) & |