From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71532 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: nnimap error - Wrong type argument: arrayp, nil Date: Thu, 23 Sep 2010 01:32:19 +0800 Organization: cyberhut.org Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285244244 9015 80.91.229.12 (23 Sep 2010 12:17:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 12:17:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19905@lists.math.uh.edu Thu Sep 23 14:17:23 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oykjp-0003os-QP for ding-account@gmane.org; Thu, 23 Sep 2010 14:17:22 +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 1Oykj6-0004BH-QK; Thu, 23 Sep 2010 07:16:36 -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 1OydRj-0001rA-Q9 for ding@lists.math.uh.edu; Wed, 22 Sep 2010 23:30:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OydRi-0005oA-Bk for ding@lists.math.uh.edu; Wed, 22 Sep 2010 23:30:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OydRh-0004nH-00 for ; Thu, 23 Sep 2010 06:30:09 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OydRb-00029R-Sr for ding@gnus.org; Thu, 23 Sep 2010 06:30:04 +0200 Original-Received: from 58.213.33.218 ([58.213.33.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 06:30:03 +0200 Original-Received: from chenggao by 58.213.33.218 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 06:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 58.213.33.218 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:l4QiIzgib0qum3ZhHLoj+xeEL7E= X-Spam-Score: 3.0 (+++) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-726--1335h-0s--0d--H*M:fsf, 0.000-619--1138h-0s--0d--H*u:Emacs, 0.000-601--1105h-0s--0d--H*u:Gnus, 0.000-460--846h-0s--0d--H*MI:fsf, 0.000-382--702h-0s--0d--HX-Spam-Relays-External:80.91.229.12 Spam tokens: 0.885-377--931h-21440s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.885-377--931h-21440s--0d--H*RU:quimby.gnus.org, 0.879-307--951h-20618s--0d--HTo:D*gnus.org, 0.865-182--1126h-21440s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.865-182--1126h-21440s--0d--H*RT:80.91.231.51 Autolearn status: no 2.2 RCVD_IN_NJABL_PROXY RBL: NJABL: sender is an open proxy [58.213.33.218 listed in combined.njabl.org] 1.5 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71532 Archived-At: I am trying to test this new nnimap. But with gmail and another imap account, I got no luck. Setting in my .gnus: ,---- | (nnimap "gmail" | (nnimap-address "imap.gmail.com") | (nnimap-server-port 993) | (nnimap-stream ssl)) `---- I have entry in .authinfo. When I start up Gnus, and use "^" to browse servers, I see nnimap:gmail denied. I use "O" to open it and then click on it, I got: ,---- | Wrong type argument: arrayp, nil `---- nnimap buffer for gmail is empty. While testing another account, nnimap buffer seems right. BTW, what's the orthodoxical way to set up imap and auth (auth-sources?)? Please kindly give one working setting as example. TIA.