From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31228 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: denying nnimap server causes nnimap-close-group to crash Date: 26 May 2000 15:54:02 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167667 12864 80.91.224.250 (21 Oct 2002 02:34:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:34:27 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id B22BAD051E for ; Fri, 26 May 2000 09:56:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB04579; Fri, 26 May 2000 08:54:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 May 2000 08:54:14 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA29084 for ; Fri, 26 May 2000 08:54:04 -0500 (CDT) Original-Received: from viffer.computas.no (c235s252-h3t13.chello.no [212.186.252.235]) by mailhost.sclp.com (Postfix) with ESMTP id 38D1ED051E for ; Fri, 26 May 2000 09:54:24 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.computas.no (8.9.3/8.9.3) id PAA01055; Fri, 26 May 2000 15:54:07 +0200 Original-To: ding@gnus.org Original-Lines: 22 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31228 Platform: Gnus v5.8.7, XEmacs 20.4, linux When I'm at home, none of the IMAP servers at work are available, so I would like to deny them. However if I go to the server buffer, and press D on these servers, and then go back to *Group* and press g I end up with the following stack trace: Signaling: (wrong-type-argument stringp nil) set-buffer(nil) (save-current-buffer (set-buffer nnimap-server-buffer) (when (and ... ...) (case nnimap-expunge-on-close ... ... ...) (not imap-current-mailbox))) ) (with-current-buffer nnimap-server-buffer (when (and ... ...) (case nnimap-expunge-on-close ... ... ...) (not imap-current-mailbox))) ) nnimap-close-group("INBOX" "somemachine.somecompany.no") gnus-get-unread-articles(2) gnus-group-get-new-news(2) call-interactively(gnus-group-get-new-news) Anyone's got an idea what is wrong?