]> git.cworth.org Git - sup/blobdiff - lib/sup/poll.rb
fix reply mode/edit field interactions
[sup] / lib / sup / poll.rb
index 36ea10fe7ebf8e38b00ef3baef20415a030bb0c2..822521d4da0bfe85febedf12f246449563d954e7 100644 (file)
@@ -69,7 +69,7 @@ class PollManager
           end
           m
         end
-        yield "Found #{num} messages, #{numi} to inbox" unless num == 0
+        yield "Found #{num} messages, #{numi} to inbox." unless num == 0
         total_num += num
         total_numi += numi
       end