sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 1632775558957d6c181d157deef5c98bdf3ff1fa
parent d2f07be8d89f971d62beb06ef263c85e342a55f8
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sat,  6 Jan 2007 03:39:57 +0000

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

Diffstat:
M bin/sup-import | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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