From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37660 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap - not quite there yet? Date: Thu, 09 Aug 2001 18:06:15 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035173034 14996 80.91.224.250 (21 Oct 2002 04:03:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:03:54 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 27859 invoked from network); 9 Aug 2001 22:06:15 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 9 Aug 2001 22:06:15 -0000 Original-Received: (qmail 2422 invoked by uid 500); 9 Aug 2001 22:06:37 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding-list Mail-Copies-To: never In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Thu, 09 Aug 2001 23:52:09 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 32 Xref: main.gmane.org gmane.emacs.gnus.general:37660 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37660 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Gnus recognizes a secondary server by its presence in > gnus-secondary-select-methods. The treatment of a secondary server > differs from a foreign server in that Gnus checks for new groups on > secondary servers, but not on foreign ones. WIBNI this behavior could be configured independently of how the server was created? >> Example: I added an nntp group and set the level to 3. My >> gnus-activate-level is set to 1. When I run gnus-group-get-new-news >> this new group does not get queried. That's what I'd like to have >> happen with my lower-level IMAP folders. >=20 > It's what should happen automatically. If it doesn't happen, I think > that's a bug in nnimap. Backends don't know anything about levels. Well, nnfoo-update-info has access to a group's level/rank, but that doesn't seem relevant here, and I imagine nnimap doesn't touch it anyway. > ssh -f -L 10119:quimby.gnus.org:119 bonny -l grossjoh sleep 3600 ... > There is also an -R option for ssh, which I've never understood. It's like -L, but backwards. It connects to the ssh server and starts listening to a port over there. When someone connects to that port on the ssh server, the connection is forwarded over the ssh connection and hooked up to a new connection to a local port. paul