diff options
Diffstat (limited to 'bin/mutt_bgrun')
-rwxr-xr-x | bin/mutt_bgrun | 2 |
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" ) & |