- $threads = get_all_threads ($mainfile, $param -> {showDeleted}, $view -> {sortedMsg});
- violent_unlock_file ($mainfile) unless (unlock_file ($mainfile));
+ # set process priority, remove if you don't need...
+ #
+ eval {setpriority 0,0,1};
+
+ $threads = get_all_threads ($main -> filename, $param -> {showDeleted}, $view -> {sortedMsg});
+ $main -> unlock;