From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82153 Path: news.gmane.org!not-for-mail From: Leo Butler Newsgroups: gmane.emacs.gnus.general Subject: Re: Folders on imap server Date: Thu, 23 Aug 2012 09:38:58 -0400 Message-ID: <86r4qxloct.fsf@mth-pe120-ux01.butler.org> References: <86mx1mody7.fsf@mth-pe120-ux01.butler.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345729218 30228 80.91.229.3 (23 Aug 2012 13:40:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2012 13:40:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30421@lists.math.uh.edu Thu Aug 23 15:40:17 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T4Xdt-0003hf-Hj for ding-account@gmane.org; Thu, 23 Aug 2012 15:40:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1T4Xdp-0006yD-FM; Thu, 23 Aug 2012 08:40:09 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T4Xdo-0006y2-Dn for ding@lists.math.uh.edu; Thu, 23 Aug 2012 08:40:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T4Xdk-0003vN-QI for ding@lists.math.uh.edu; Thu, 23 Aug 2012 08:40:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T4Xdj-00043o-DM for ding@gnus.org; Thu, 23 Aug 2012 15:40:03 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T4Xdj-0003SV-VT for ding@gnus.org; Thu, 23 Aug 2012 15:40:03 +0200 Original-Received: from 141.209.171.21 ([141.209.171.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2012 15:40:03 +0200 Original-Received: from l.butler by 141.209.171.21 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2012 15:40:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 141.209.171.21 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:IPJiFGNXr5JJebX9DPN5xVSnjNs= X-Spam-Score: -0.9 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82153 Archived-At: Bruce.Skinner@norsteadfarm.ca (Bruce S. Skinner) writes: > Leo Butler writes: > >> -How does one create a folder on an imap server with gnus? > > gnus-group-make-group bound to 'G m' > i.e. > > G m > Name: foo > From method: nnimap:your.imap.server > > Creates an imap folder named 'foo' > >> -How does one then save a message to an imap folder, analogous to >> gnus-summary-save-article? > > gnus-summary-move-article which is bound to 'B m' > i.e. > > B m > Move this article to: nnimap+your.imap.server:foo > > Puts the current article in imap folder 'foo' Bruce, thanks. These do what I want. Leo