]> git.cworth.org Git - sup/blobdiff - lib/sup/poll.rb
Merge commit 'bwalton/bw/flexible_sent'
[sup] / lib / sup / poll.rb
index 354bd211f695bacf11865815fe3591e979bc0779..74f7d1ce67765c668e73de67afa4a0de97478e00 100644 (file)
@@ -144,6 +144,7 @@ EOS
           return
         end
 
+        labels << :sent if source.uri.eql?(SentManager.source_uri)
         labels.each { |l| LabelManager << l }
         labels = labels + (source.archived? ? [] : [:inbox])