From: William Morgan Date: Thu, 9 Apr 2009 17:22:55 +0000 (-0400) Subject: Merge branch 'better-buffer-list' into next X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9b6c0c66f3e4f6b61a2a9128065e72c9f0829cd4;p=sup Merge branch 'better-buffer-list' into next --- 9b6c0c66f3e4f6b61a2a9128065e72c9f0829cd4 diff --cc lib/sup/modes/thread-index-mode.rb index 802406f,0bce0de..7b87bf6 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@@ -42,9 -42,8 +42,9 @@@ EO 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", '#' + k.add :undo, "Undo the previous action", 'u' end def initialize hidden_labels=[], load_thread_opts={}