]> git.cworth.org Git - sup/blobdiff - bin/sup
added SSL errors to the list of shit we have to catch
[sup] / bin / sup
diff --git a/bin/sup b/bin/sup
index 2572fc21f3e724ec143b92e53b40a34f5c11b27c..c565a784de0714038f11c2e4f67ea27727fdf604 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -65,6 +65,8 @@ begin
     c.add :index_old_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK
     c.add :index_new_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK, 
            Ncurses::A_BOLD
+    c.add :index_starred_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK, 
+           Ncurses::A_BOLD
     c.add :labellist_old_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK
     c.add :labellist_new_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK, 
            Ncurses::A_BOLD
@@ -175,7 +177,7 @@ begin
           bm.spawn "New Message", mode
           mode.edit
         when :poll
-          bm.raise_to_front PollManager.buffer
+#          bm.raise_to_front PollManager.buffer
           reporting_thread { PollManager.poll }
         when :recall_draft
           case Index.num_results_for :label => :draft