From: wmorgan Date: Tue, 5 Jun 2007 00:42:58 +0000 (+0000) Subject: bugfix: backgrounding of thread loading not actually happening due to recent changes X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=b561159df9e7f17c6ac68ae650d3b0fff831ae75;p=sup bugfix: backgrounding of thread loading not actually happening due to recent changes git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@436 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 4d7c35d..b90c21e 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -387,7 +387,7 @@ class ThreadIndexMode < LineCursorMode end end)}) - if opts[:background] + if opts[:background] || opts[:background].nil? load_n_threads_background n, myopts else load_n_threads n, myopts