sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit e9d93e2627ac062bbfcf221c54109dd4c82e5ccf
parent 10a7c245e718e8f05d1d4891c98de017385bd3d9
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Thu,  9 Apr 2009 13:22:42 -0400

Revert "Buffer switching, 'bn' for the next one and 'bp' for the previous"

This reverts commit 6dfbd42fbc9ba9cb89f7fd9f1fb71e259a7032ca.

Diffstat:
M bin/sup | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -66,10 +66,8 @@ global_keymap = Keymap.new do |k|
   k.add :quit_ask, "Quit Sup, but ask first", 'q'
   k.add :quit_now, "Quit Sup immediately", 'Q'
   k.add :help, "Show help", '?'
-  k.add_multi "(n)ext/(p)revious:", 'b' do |kk|
-    kk.add :roll_buffers, "Switch to next buffer", 'n'
-    kk.add :roll_buffers_backwards, "Switch to previous buffer", 'p'
-  end
+  k.add :roll_buffers, "Switch to next buffer", 'b'
+#  k.add :roll_buffers_backwards, "Switch to previous buffer", 'B'
   k.add :kill_buffer, "Kill the current buffer", 'x'
   k.add :list_buffers, "List all buffers", 'B'
   k.add :list_contacts, "List contacts", 'C'