sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 8cc6dd3e0a942101905faa4f69e5e60f34161ac1
parent ec08b7a8418bed5bd24c88bc14eb0591fc35a501
Author: Damien Leone <damien.leone@fensalir.fr>
Date:   Mon, 12 Jul 2010 11:30:43 +0200

message: fix a typo

Diffstat:
M lib/sup/message.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message.rb b/lib/sup/message.rb
@@ -288,7 +288,7 @@ EOS
   def sync_back
     @locations.each do |l|
       if l.valid?
-        l.sync_back @labels and $config[:sync_back_to_maildir] and l.source.is_a? Maildir
+        l.sync_back @labels if $config[:sync_back_to_maildir] and l.source.is_a? Maildir
       end
     end
   end