sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a42d3faf962b878a43c260afbd3542ad7361ce4a
parent 9fe1551a8db1af32eb1f8c99538a0bc60df7be72
Author: Ben Walton <bwalton@artsci.utoronto.ca>
Date:   Sun,  6 Sep 2009 14:04:38 -0400

always apply label :sent to messages in sentmanager

Signed-off-by: Ben Walton 

Diffstat:
M lib/sup/sent.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/sent.rb b/lib/sup/sent.rb
@@ -29,6 +29,7 @@ class SentManager
 
     PollManager.each_message_from(@source) do |m|
       m.remove_label :unread
+      m.add_label :sent
       PollManager.add_new_message m
     end
   end