From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52580 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: unplugged seems not to work Date: Tue, 13 May 2003 00:54:00 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052805234 11620 80.91.224.249 (13 May 2003 05:53:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 05:53:54 +0000 (UTC) Original-X-From: ding-owner+M1124@lists.math.uh.edu Tue May 13 07:53:49 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FSjU-00030m-00 for ; Tue, 13 May 2003 07:53:49 +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 19FSkI-0005x6-00; Tue, 13 May 2003 00:54:38 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FSjw-0005wr-00 for ding@lists.math.uh.edu; Tue, 13 May 2003 00:54:16 -0500 Original-Received: (qmail 514 invoked by alias); 13 May 2003 05:54:15 -0000 Original-Received: (qmail 509 invoked from network); 13 May 2003 05:54:15 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 13 May 2003 05:54:15 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19FSp2-00085L-00 for ; Tue, 13 May 2003 07:59:32 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: 216.12.207.104 Original-X-Trace: quimby.gnus.org 1052805572 30959 216.12.207.104 (13 May 2003 05:59:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 May 2003 05:59:32 GMT User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:ajntPh6Y1n7dNellplTuEi2gqb4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52580 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52580 Uwe Brauer writes: > Hello > > I recently upgraded to the latest gnus versions. > But when calling gnus-unplugged, gnus ignores it and try to connect to > the imap and nntp Server. > > I have of course (setq gnus-agent t) in my .gnus file and with this > setting unplugged worked for gnus-5.8.8 1) You no longer need (setq gnus-agent t) as that is the default. 2) Check that your servers are agentized. Servers that are NOT agentized will ignore gnus-plugged status (i.e. They'll try to connect even when you call gnus-unplugged). Kevin