From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71354 Path: news.gmane.org!not-for-mail From: Mario Peter Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap and nnmairix Date: Wed, 22 Sep 2010 00:22:33 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285107839 27698 80.91.229.12 (21 Sep 2010 22:23:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 22:23:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19727@lists.math.uh.edu Wed Sep 22 00:23:58 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 1OyBFm-0006Cb-13 for ding-account@gmane.org; Wed, 22 Sep 2010 00:23:58 +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 1OyBF7-0005h9-P9; Tue, 21 Sep 2010 17:23:17 -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 1OyBF4-0005gp-Kn for ding@lists.math.uh.edu; Tue, 21 Sep 2010 17:23:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyBEX-0006U7-Ge for ding@lists.math.uh.edu; Tue, 21 Sep 2010 17:23:13 -0500 Original-Received: from mail-iw0-f172.google.com ([209.85.214.172]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyBEW-0004Cr-00 for ; Wed, 22 Sep 2010 00:22:40 +0200 Original-Received: by iwn3 with SMTP id 3so8868952iwn.17 for ; Tue, 21 Sep 2010 15:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9678IBxagoeIbrhv6oAVb7Rir2WaKpBltYeZoun3jjM=; b=WkZJuMC7NleoSBUSuGxbhx0IpUsPywT73fucBNAFvy4oahfedNTJ23amXelTawDozj U8UTzKVEd2ymjkCw6cJ2exLNEpMRSEFQJb+7USoGd3PABPQjEWDS2OgP9+6CxQkkf1JU pe7pc+Pk2hAXjCeTDQ+suiuOVatES1xtRdMPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=aUXxpe6etNRGEGaQz1EKVP+Zluj5QgyXOAKfLQI+fwlvKrAfc25kVoUr/JKBZDAaYU TmkiBkSOB8xghZOTaXTsuRW/OA0kc2gzI7vJTOlW35MZ8gQxpGRy4Y1GMbKNMUtppSiU oON10uupD3gosmrkT95yAWNrC9IWJvlppzIio= Original-Received: by 10.231.157.135 with SMTP id b7mr12591237ibx.164.1285107753735; Tue, 21 Sep 2010 15:22:33 -0700 (PDT) Original-Received: by 10.231.65.196 with HTTP; Tue, 21 Sep 2010 15:22:33 -0700 (PDT) In-Reply-To: X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71354 Archived-At: 2010/9/21 Lars Magne Ingebrigtsen : > Mario Peter writes: > >> Debugger entered--Lisp error: (wrong-type-argument listp >> "/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/49819") >> =A0 nnml-generate-nov-file("/home/mpeter/gnus/Mail/zz_mairix-SearchResul= t-1/" >> ((49819 . "49819") (49820 . "49820") (49821 . "49821") (49822 . >> "49822") (49823 . "49823"))) >> =A0 nnml-generate-nov-databases-directory("/home/mpeter/gnus/Mail/zz_mai= rix-SearchResult-1" > > I haven't used nnmairix myself. =A0Could you M-x edebug-defun through > `nnml-generate-nov-file' in nnml.el and see what's happening there? (defun nnml-generate-nov-file (dir files) ... (unless (zerop (buffer-size)) (goto-char (point-min)) (setq headers (nnml-parse-head chars (car file))) --> at this point it stops with 'file' having a value of "/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/49819" : Result: "/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/49819" Wrong type argument: listp, "/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/49819" Mario