Excerpts from Michael Stapelberg's message of 2012-01-08 14:48:18 -0800:
> What is the correct way to do this?

Please try the latest heliotrope master. You can do a full import with this:

  ruby -Ilib bin/heliotrope-import -a <maildir> -d <mailstore> -t <state file>

where <state file> is just a place for it to dump its state. This import need
only happen once. Then for subsequent additions you can do this:

  ruby -Ilib bin/heliotrope-add -a <maildir> -d <mailstore> -t <state file>

which will read to and write from that state file, and only add what it
hasn't yet seen.
-- 
William <wmor...@masanjin.net>
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel

Reply via email to