sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 46d86b4694dd20d79dc8b18a867b3059beb3cbc7
parent 4804955e8b3aef7229e86efaa70b91ef23238e90
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Mon, 10 Dec 2007 22:24:40 +0000

fix copy and paste (thanks to Nicolas Pouillard)

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@767 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -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