From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.216.255.2 with SMTP id i2cs40262wes; Sun, 12 Feb 2012 22:28:39 -0800 (PST) Received: by 10.229.102.155 with SMTP id g27mr8479824qco.103.1329114517979; Sun, 12 Feb 2012 22:28:37 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org. [205.234.109.19]) by mx.google.com with ESMTP id c9si11436964qao.70.2012.02.12.22.28.37; Sun, 12 Feb 2012 22:28:37 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 250E912182AA; Mon, 13 Feb 2012 01:28:37 -0500 (EST) Received: from masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id AA15E1218294 for ; Mon, 13 Feb 2012 01:16:34 -0500 (EST) Received: from w by masanjin.net with local (Exim 4.71) (envelope-from ) id 1Rwpcg-0002X7-BP for sup-devel@rubyforge.org; Mon, 13 Feb 2012 06:42:50 +0000 From: William Morgan To: sup-devel@rubyforge.org In-reply-to: <1326062741-sup-6469@stapelberg.de> References: <1326062741-sup-6469@stapelberg.de> Date: Sun, 12 Feb 2012 22:16:33 -0800 Message-Id: <1329113568-sup-8177@typhon> User-Agent: turnsole, a heliotrope client v.git Subject: [sup-devel] [Heliotrope/Turnsole] How to use IMAP? X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org 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 -d -t where 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 -d -t which will read to and write from that state file, and only add what it hasn't yet seen. -- William _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel