sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 6f090d505581f90e824e6c35f1ec770eda6e1403
parent d1eea42f3fa7a3e771ac6628b01a82617ffb226b
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu, 20 Jun 2013 11:36:13 +0200

move go_idle to ensure

Diffstat:
M lib/sup/poll.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/poll.rb b/lib/sup/poll.rb
@@ -202,11 +202,11 @@ EOS
           end
         end
 
-        source.go_idle
       rescue SourceError => e
         warn "problem getting messages from #{source}: #{e.message}"
 
       ensure
+        source.go_idle
         source.poll_lock.unlock
       end
     else