From 3dba566bd409c0125336482e1d60accc34ee170f Mon Sep 17 00:00:00 2001 From: wmorgan Date: Wed, 30 May 2007 17:49:40 +0000 Subject: [PATCH] bugfix: 'a' with no threads git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@424 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/modes/inbox-mode.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sup/modes/inbox-mode.rb b/lib/sup/modes/inbox-mode.rb index a69a67e..298c9aa 100644 --- a/lib/sup/modes/inbox-mode.rb +++ b/lib/sup/modes/inbox-mode.rb @@ -15,6 +15,7 @@ class InboxMode < ThreadIndexMode def killable?; false; end def archive + return unless cursor_thread cursor_thread.remove_label :inbox hide_thread cursor_thread regen_text -- 2.45.2