]> 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 dbb3f1903beef08d6bea2bd3d97239b807a4b0ef..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
 
@@ -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