]> git.cworth.org Git - sup/blobdiff - lib/sup/modes/thread-index-mode.rb
add #pipe-to-process to text-mode
[sup] / lib / sup / modes / thread-index-mode.rb
index 1307284f2e5fc3f1385a9ddc4dcfb1b0ee01e234..542257e909f050aa1737e6702ab6bb886cec4b9b 100644 (file)
@@ -31,7 +31,7 @@ EOS
     k.add :forward, "Forward latest message in a thread", 'f'
     k.add :toggle_tagged, "Tag/untag selected thread", 't'
     k.add :toggle_tagged_all, "Tag/untag all threads", 'T'
-    k.add :tag_matching, "Tag/untag all threads", 'g'
+    k.add :tag_matching, "Tag matching threads", 'g'
     k.add :apply_to_tagged, "Apply next command to all tagged threads", ';'
   end
 
@@ -407,7 +407,7 @@ EOS
     m = t.latest_message
     return if m.nil? # probably won't happen
     m.load_from_source!
-    ForwardMode.spawn_nicely m
+    ForwardMode.spawn_nicely :message => m
   end
 
   def load_n_threads_background n=LOAD_MORE_THREAD_NUM, opts={}
@@ -482,7 +482,6 @@ protected
       @hidden_threads.delete m
       ## now it will re-appear when #update is called
     else
-      Redwood::log "#{self}: adding: #{m}"
       @ts_mutex.synchronize do
         return unless is_relevant?(m) || @ts.is_relevant?(m)
         @ts.load_thread_for_message m