]> git.cworth.org Git - sup/commit
Allow thread index view to sort oldest first
authorKeith Packard <keithp@keithp.com>
Tue, 22 Sep 2009 18:23:20 +0000 (11:23 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 25 Sep 2009 19:26:14 +0000 (12:26 -0700)
commit5c9abec637d9162e2c445e7d8f961b71f02fa820
tree07bfb16538fa80d366da1cd2da25c3acba70b027
parent93ed1a68e1b4321b62bfd15600b04d3adb6f7c57
Allow thread index view to sort oldest first

This allows the thread index view to present oldest messages first
instead of always presenting newer messages at the top of the list.
This can be toggled using the 'o' key.

A config file option :inbox_newest_first controls whether this is
turned on by default when viewing the inbox

Refine searches inherit the order from the originating thread index.

Signed-off-by: Keith Packard <keithp@keithp.com>
bin/sup
lib/sup/modes/inbox-mode.rb
lib/sup/modes/label-search-results-mode.rb
lib/sup/modes/search-results-mode.rb
lib/sup/modes/thread-index-mode.rb