From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.228.134 with SMTP id je6cs236106icb; Tue, 4 Jan 2011 09:22:58 -0800 (PST) Received: by 10.236.111.38 with SMTP id v26mr2937538yhg.18.1294161777908; Tue, 04 Jan 2011 09:22:57 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id p15si37901813qct.45.2011.01.04.09.22.56; Tue, 04 Jan 2011 09:22:57 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 96D331858367; Tue, 4 Jan 2011 12:22:56 -0500 (EST) Received: from gateway0.EECS.Berkeley.EDU (gateway0.EECS.Berkeley.EDU [169.229.60.87]) by rubyforge.org (Postfix) with ESMTP id F20461858363 for ; Tue, 4 Jan 2011 11:54:38 -0500 (EST) Received: from samurai.icir.org (samurai.ICIR.org [192.150.187.48]) (authenticated bits=0) by gateway0.EECS.Berkeley.EDU (8.14.4/8.13.5) with ESMTP id p04GsaTx011035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Tue, 4 Jan 2011 08:54:38 -0800 (PST) From: Matthias Vallentin To: Sup Talk Date: Tue, 04 Jan 2011 08:54:36 -0800 Message-Id: <1294159745-sup-4314@samurai.icir.org> User-Agent: Sup/git Subject: [sup-talk] Exporting search query result to a Maildir directory X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup 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-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I would like to export the result of a search query to a Maildir directory. Is that possible? I feel that it starts like this Index.each_message(Index.parse_query("select recent mail")) ... but don't know the machinery works that does the Maildir export. Because the result can span multiple sources the trivial solution, i.e., to access the raw Maildir source, is not an option. Matthias _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk