Gnus development mailing list
 help / color / mirror / Atom feed
From: Mario Peter <empee0@googlemail.com>
To: ding@gnus.org
Subject: Re: nnimap and nnmairix
Date: Wed, 22 Sep 2010 00:22:33 +0200	[thread overview]
Message-ID: <AANLkTim+WUTDA53Nv6d8MF4o4ENCJ07ndFxuL5pwahNx@mail.gmail.com> (raw)
In-Reply-To: <m3iq1y93np.fsf@quimbies.gnus.org>

2010/9/21 Lars Magne Ingebrigtsen <larsi@gnus.org>:
> Mario Peter <empee0@googlemail.com> writes:
>
>> Debugger entered--Lisp error: (wrong-type-argument listp
>> "/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/49819")
>>   nnml-generate-nov-file("/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1/"
>> ((49819 . "49819") (49820 . "49820") (49821 . "49821") (49822 .
>> "49822") (49823 . "49823")))
>>   nnml-generate-nov-databases-directory("/home/mpeter/gnus/Mail/zz_mairix-SearchResult-1"
>
> I haven't used nnmairix myself.  Could 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



  reply	other threads:[~2010-09-21 22:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-21 20:51 Mario Peter
2010-09-21 21:40 ` Lars Magne Ingebrigtsen
2010-09-21 22:22   ` Mario Peter [this message]
2010-09-21 22:49     ` Lars Magne Ingebrigtsen
2010-09-21 23:02       ` Mario Peter
2010-09-22  1:00         ` Dan Christensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTim+WUTDA53Nv6d8MF4o4ENCJ07ndFxuL5pwahNx@mail.gmail.com \
    --to=empee0@googlemail.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).