From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25533 Path: main.gmane.org!not-for-mail From: Guido Van Hoecke Newsgroups: gmane.emacs.gnus.general Subject: Re: B m completion Date: 29 Sep 1999 16:01:36 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162900 14429 80.91.224.250 (21 Oct 2002 01:15:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:15:00 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29531 for ; Wed, 29 Sep 1999 10:05:41 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB10901; Wed, 29 Sep 1999 09:05:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Sep 1999 09:05:36 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA21355 for ; Wed, 29 Sep 1999 09:05:17 -0500 (CDT) Original-Received: from btm4r4.alcatel.be (btm4r4.alcatel.be [195.207.101.110]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29497 for ; Wed, 29 Sep 1999 10:03:10 -0400 (EDT) Original-Received: from btm16s.se.bel.alcatel.be (root@btm16s.se.bel.alcatel.be [138.203.33.210]) by btm4r4.alcatel.be (8.9.1a/8.9.1) with ESMTP id QAA19825 for ; Wed, 29 Sep 1999 16:02:25 +0200 (MET DST) Original-Received: from BTM4BZ.se.bel.alcatel.be (btm4bz [138.203.34.132]) by btm16s.se.bel.alcatel.be (8.8.8+Sun/8.8.8+SUN) with ESMTP id QAA22509; Wed, 29 Sep 1999 16:02:11 +0200 (MET DST) Original-To: nnimap mailing list , Gnus mailing list In-Reply-To: Guido Van Hoecke's message of "29 Sep 1999 08:52:20 +0200" Original-Lines: 48 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25533 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25533 Maybe this has to be discussed on the nnimap list as Kai suggests, so forgive me the crosspost. Guido Van Hoecke writes: > L.S., > > I am using nnimap-0.130, pgnus-0.96 and GNU Emacs 20.4.1 > (i386-*-nt5.0.2072) of Thu Jul 15 1999 on gridlock > > I use procmail to split my mail into some 10 folders in my imap > directory. After reading this mail, I may decide to move it to any > of some other 20 folders in this same directory. > > These 20 folders are also on the gnus-group-default-list-level. I > want to do this so that they are well known to gnus, and I get tab > completion when entering the target folder name. > > However, the drawback is that nnimap/gnus queries my imap server for > new mail in each of these folders. This is time consuming and > completely useless: I never have any mail delivered to any of these > folders. > > I have edited the virtual server for these groups, and set their > nnimap-get-new-mail to nil. > > Now gnus does not query my server, but these groups are now kind of > inactive : the new message count field shows * rather than 0, and > they are not anymore in the completion set when I enter 'B m' to > move an article to one of these groups: I have to type the complete > group name. > > Is there a way to still have these goups in the completion set? > > While I am at it: is there a way to have the prompt initialised with > the current group 'base' name? All these groups have following name > structure : nnimap+servername:imap/groupname > > When issuing a 'B m' or 'B c' on an article, I'd like to be prompted > with 'nnimap+servername:imap/' rather than with 'nnimap+servername:' > as is the case. > > Although I am using nnimap, I think that these questions are not > specific to nnimap, so I feel I should post this to the ding list. > > Any help would be appreciated. > > Guido.