lib/sup/modes/inbox-mode.rb in sup-0.0.1 vs lib/sup/modes/inbox-mode.rb in sup-0.0.2

- old
+ new

@@ -12,9 +12,11 @@ def initialize super [:inbox], [:inbox] end + def killable?; false; end + def archive remove_label_and_hide_thread cursor_thread, :inbox regen_text end