From: wmorgan Date: Sat, 6 Jan 2007 03:39:57 +0000 (+0000) Subject: made --archive a superset of --force-archive (otherwise it doesn't really make X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=1632775558957d6c181d157deef5c98bdf3ff1fa;p=sup made --archive a superset of --force-archive (otherwise it doesn't really make sense) git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@202 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-import b/bin/sup-import index 0ac9a5f..b429b43 100644 --- a/bin/sup-import +++ b/bin/sup-import @@ -170,7 +170,7 @@ begin start_offset = nil source.each do |offset, labels| start_offset ||= offset - labels -= [:inbox] if force_archive + labels -= [:inbox] if force_archive || archive labels -= [:unread] if force_read begin m = Redwood::Message.new :source => source, :source_info => offset, :labels => labels