sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c44f0da7fdd8abb3cde5f8a538fbdc7082c332d3
parent b92e646d73ad3317cfe66afe70ebaf080771f1d6
Author: Anthony Martinez <pi+sup@pihost.us>
Date:   Sun,  3 Jan 2010 23:06:34 -0700

punctuate "No new messages." consistently between poll, jump_to_next_new

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -399,7 +399,7 @@ EOS
       jump_to_line n unless n >= topline && n < botline
       set_cursor_pos n
     else
-      BufferManager.flash "No new messages"
+      BufferManager.flash "No new messages."
     end
   end