# File lib/sup/modes/thread-index-mode.rb, line 399
  def multi_join_threads threads
    @ts.join_threads threads or return
    threads.each { |t| Index.save_thread t }
    @tags.drop_all_tags # otherwise we have tag pointers to invalid threads!
    update
  end