From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53623 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: marks in gnus / uw imapd: what marks / how to set? Date: Mon, 04 Aug 2003 23:03:29 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <16174.26916.787632.310427@samba3.ece.ucdavis.edu> <16174.35886.132000.409517@ece.ucdavis.edu> <16174.41274.451000.736598@ece.ucdavis.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060031004 10130 80.91.224.253 (4 Aug 2003 21:03:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 21:03:24 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2167@lists.math.uh.edu Mon Aug 04 23:03:42 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jmUX-00086n-00 for ; Mon, 04 Aug 2003 23:03:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19jmUT-0002Bs-00; Mon, 04 Aug 2003 16:03:37 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19jmUP-0002Bn-00 for ding@lists.math.uh.edu; Mon, 04 Aug 2003 16:03:33 -0500 Original-Received: (qmail 44747 invoked by alias); 4 Aug 2003 21:03:33 -0000 Original-Received: (qmail 44741 invoked from network); 4 Aug 2003 21:03:32 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 4 Aug 2003 21:03:32 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h74L3TgW028571 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 4 Aug 2003 23:03:29 +0200 Original-To: John Owens Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030804:jowens@ece.ucdavis.edu:a0a089ffdad025d7 X-Hashcash: 0:030804:jowens@ece.ucdavis.edu:a0a089ffdad025d7 X-Payment: hashcash 1.2 0:030804:ding@gnus.org:6399185c0de5c7fb X-Hashcash: 0:030804:ding@gnus.org:6399185c0de5c7fb In-Reply-To: <16174.41274.451000.736598@ece.ucdavis.edu> (John Owens's message of "Mon, 4 Aug 2003 11:08:58 -0700") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53623 John Owens writes: > On another note, then, let's say I want to do a one-to-one conversion > of VM folders to nnimap folders. What would be the procedure for doing > this if I don't want to do anything other than the one-to-one mapping > (i.e. I don't want to run through new splitting rules)? Any way to do > this for each of ~200 folders efficiently? I recall someone else asking this recently, but I don't recall an efficient solution. With the hacked nndoc.el, you can G f each file, M-g it, enter it and process mark all articles and copy them into a nnimap group. Disabling threading helps preserve article order. It is probably possible to set up a keyboard macro or write some elisp to automate it some more.