]> git.cworth.org Git - sup/blobdiff - bin/sup
refactor message chunk to determine its own initial message state, and tweak rfc822...
[sup] / bin / sup
diff --git a/bin/sup b/bin/sup
index 68d9c7314f7e553d93b91e6b7628f5a4e20e7e60..785462a8114ad4bf93b394c5f3dfa1313b2566fb 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -130,7 +130,7 @@ begin
     c.add :cryptosig_valid_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK, Ncurses::A_BOLD
     c.add :cryptosig_unknown_color, Ncurses::COLOR_CYAN, Ncurses::COLOR_BLACK
     c.add :cryptosig_invalid_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_RED, Ncurses::A_BOLD
-    c.add :generic_notice_patina_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK
+    c.add :generic_notice_patina_color, Ncurses::COLOR_CYAN, Ncurses::COLOR_BLACK
     c.add :quote_patina_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK
     c.add :sig_patina_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK
     c.add :quote_color, Ncurses::COLOR_YELLOW, Ncurses::COLOR_BLACK