Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] [PATCH] Keymap: improve behaviour of apply to tagged in thread index
@ 2009-05-04 14:44 Ben Walton
  2009-05-04 14:48 ` William Morgan
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Walton @ 2009-05-04 14:44 UTC (permalink / raw)


Make = a synonym for + in the thread index mode so that shift isn't
required to apply an action to all tagged messages.

Signed-off-by: Ben Walton <bwalton at artsci.utoronto.ca>
---
	This is the requeste resend against better-buffer-list.
	-Ben


 lib/sup/modes/thread-index-mode.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
index 0bce0de..a45175d 100644
--- a/lib/sup/modes/thread-index-mode.rb
+++ b/lib/sup/modes/thread-index-mode.rb
@@ -42,7 +42,7 @@ EOS
     k.add :toggle_tagged, "Tag/untag selected thread", 't'
     k.add :toggle_tagged_all, "Tag/untag all threads", 'T'
     k.add :tag_matching, "Tag matching threads", 'g'
-    k.add :apply_to_tagged, "Apply next command to all tagged threads", '+'
+    k.add :apply_to_tagged, "Apply next command to all tagged threads", '+', '='
     k.add :join_threads, "Force tagged threads to be joined into the same thread", '#'
   end
 
-- 
1.6.2.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [sup-talk] [PATCH] Keymap: improve behaviour of apply to tagged in thread index
  2009-05-04 14:44 [sup-talk] [PATCH] Keymap: improve behaviour of apply to tagged in thread index Ben Walton
@ 2009-05-04 14:48 ` William Morgan
  0 siblings, 0 replies; 2+ messages in thread
From: William Morgan @ 2009-05-04 14:48 UTC (permalink / raw)


Reformatted excerpts from Ben Walton's message of 2009-05-04:
> Make = a synonym for + in the thread index mode so that shift isn't
> required to apply an action to all tagged messages.

Applied, thanks!
-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-04 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-04 14:44 [sup-talk] [PATCH] Keymap: improve behaviour of apply to tagged in thread index Ben Walton
2009-05-04 14:48 ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox