]> git.cworth.org Git - sup/blobdiff - lib/sup/sent.rb
Sent label handling change
[sup] / lib / sup / sent.rb
index bad20837a825d0109fbf3f363022a3b8f44fd323..935da2ac156c6619bd5bf1d7d799c3fd2eb700c9 100644 (file)
@@ -53,7 +53,7 @@ class SentLoader < MBox::Loader
   def uri; 'sup://sent' end
 
   def id; 9998; end
-  def labels; [:sent, :inbox]; end
+  def labels; [:inbox]; end
 end
 
 end