From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60625 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?iso-8859-15?Q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: backup folders in imap server: agent ? Date: Mon, 25 Jul 2005 10:40:31 +0200 Message-ID: References: <87eka2pn0n.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122281188 9086 80.91.229.2 (25 Jul 2005 08:46:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 08:46:28 +0000 (UTC) Original-X-From: ding-owner+M9153@lists.math.uh.edu Mon Jul 25 10:46:27 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DwybF-0008Ip-Ij for ding-account@gmane.org; Mon, 25 Jul 2005 10:46:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DwyVu-0003YA-00; Mon, 25 Jul 2005 03:40:42 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DwyVp-0003Y5-00 for ding@lists.math.uh.edu; Mon, 25 Jul 2005 03:40:37 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DwyVk-0003OB-HA for ding@lists.math.uh.edu; Mon, 25 Jul 2005 03:40:32 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DwyVj-0002G7-00 for ; Mon, 25 Jul 2005 10:40:31 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: p5090b31c.dip0.t-ipconnect.de Original-X-Trace: quimby.gnus.org 1122280831 7912 80.144.179.28 (25 Jul 2005 08:40:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 25 Jul 2005 08:40:31 +0000 (UTC) User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:02hjp8jNYeeNIYFgO6EeotYsJOg= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60625 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60625 Uwe Brauer writes: > I would like to backup some of my folders in my imap server. > I usually connect via the nnimap backend using the agent. Is a manual method enough? You can use any backend you like, for example: (add-to-list 'gnus-secondary-select-methods '(nnml "")) Then you can create a group nnml:backup.foobar. Then you enter the group nnimap:INBOX.foobar using C-u RET (shows all articles), mark all the articles using M P a, then copy the marked articles over to the nnml group just created using B c nnml:backup.foobar RET. You could also move the articles instead of copying them (B m instead of B c). Not sure what you prefer. Kai