From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76787 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.gnus.general Subject: problem with nnimap Date: Tue, 15 Feb 2011 13:48:37 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1297774170 20363 80.91.229.12 (15 Feb 2011 12:49:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 12:49:30 +0000 (UTC) To: ding Original-X-From: ding-owner+M25126@lists.math.uh.edu Tue Feb 15 13:49:24 2011 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 1PpKLK-0006Y6-Gd for ding-account@gmane.org; Tue, 15 Feb 2011 13:49:22 +0100 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 1PpKKu-0000jR-6s; Tue, 15 Feb 2011 06:48:56 -0600 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 1PpKKs-0000j7-6n for ding@lists.math.uh.edu; Tue, 15 Feb 2011 06:48:54 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PpKKq-0003DK-OE for ding@lists.math.uh.edu; Tue, 15 Feb 2011 06:48:53 -0600 Original-Received: from iwfs.imcode.com ([82.115.149.64] helo=gate.verona.se ident=0) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PpKKp-0000s5-KW for ding@gnus.org; Tue, 15 Feb 2011 13:48:51 +0100 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p1FCmfkC002851 for ; Tue, 15 Feb 2011 13:48:49 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76787 Archived-At: sometimes I type the wrong pwd to nnimap. Then I get this error: Wrong type argument: arrayp, nil Simply trying to connect with the right pwd doesnt work. I usually restart emacs. This is the backtrace: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) aref(nil 0) (memq (aref nnimap-object 0) cl-struct-nnimap-tags) (and (memq (aref nnimap-object 0) cl-struct-nnimap-tags)) (or (and (memq (aref nnimap-object 0) cl-struct-nnimap-tags)) (error "nnimap-last-command-time storing a non-nnimap")) (progn (or (and (memq (aref nnimap-object 0) cl-struct-nnimap-tags)) (error "nnimap-last-command-time storing a non-nnimap")) (aset nnimap-object 8 (current-time))) (setf (nnimap-last-command-time nnimap-object) (current-time)) nnimap-send-command("LIST \"\" \"*\"") nnimap-get-groups() nnimap-request-list("naru") apply(nnimap-request-list "naru") nnmairix-call-backend("request-list" "naru") nnmairix-request-list("") gnus-request-list((nnmairix "" (nnmairix-backend nnimap) (nnmairix-backend-server "naru") (nnmairix-mairix-command "mairix") (nnmairix-hidden-folders t) (nnmairix-default-group ""))) gnus-read-active-file-1((nnmairix "" (nnmairix-backend nnimap) (nnmairix-backend-server "naru") (nnmairix-mairix-command "mairix") (nnmairix-hidden-folders t) (nnmairix-default-group "")) nil) gnus-read-active-for-groups((nnmairix "" (nnmairix-backend nnimap) (nnmairix-backend-server "naru") (nnmairix-mairix-command "mairix") (nnmairix-hidden-folders t) (nnmairix-default-group "")) (("nnmairix:" 3 ((1 . 39043)) ((seen (39044 . 39116))) (nnmairix "" (nnmairix-backend nnimap) (nnmairix-backend-server "naru") (nnmairix-mairix-command "mairix") (nnmairix-hidden-folders t) (nnmairix-default-group "")) ((numcorr nil 39043 39116) (query "jari") (folder . "zz_mairix--1") (threads)))) nil) gnus-get-unread-articles(nil) gnus-setup-news(nil nil nil) byte-code("\204 gnus-1(nil nil nil) gnus(nil) call-interactively(gnus t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) -- Joakim Verona