lib/sup/modes/inbox-mode.rb in sup-0.10.2 vs lib/sup/modes/inbox-mode.rb in sup-0.11

- old
+ new

@@ -113,9 +113,13 @@ t = thread_containing(m) or return hide_thread t regen_text end + def handle_idle_update sender, idle_since + flush_index + end + def status super + " #{Index.size} messages in index" end end