commit e5ae8ccde49679700e82b9ec1985e4274137e4bd
parent f562596aa5bc0f459b55408f87976ccee1db9eb5
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Sun, 24 Feb 2008 14:56:47 -0800
Merge branch 'sent-poll-fix' into next
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/mbox/loader.rb b/lib/sup/mbox/loader.rb
@@ -6,6 +6,7 @@ module MBox
class Loader < Source
yaml_properties :uri, :cur_offset, :usual, :archived, :id, :labels
+ attr_accessor :labels
## uri_or_fp is horrific. need to refactor.
def initialize uri_or_fp, start_offset=nil, usual=true, archived=false, id=nil, labels=[]