Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap and nnmairix
@ 2010-09-21 20:51 Mario Peter
  2010-09-21 21:40 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Mario Peter @ 2010-09-21 20:51 UTC (permalink / raw)
  To: ding

Hi all,

I have a problem when using nnmairix. when starting gnus the following
error occurs:

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"
nil t)
  nnmairix-request-group("SearchResult" "mairix" t
("nnmairix+mairix:SearchResult" 3 ((1 . 2360685) (2360688 . 2360688))
((seen ...)) (nnmairix "mairix" (nnmairix-backend nnml)
(nnmairix-backend-server "local") (nnmairix-mairix-command "mairix")
(nnmairix-hidden-folders nil) (nnmairix-default-group "SearchResult"))
((timestamp 19608 47180) (numcorr nil 2310865 2360688) (query
"b:sapnamespace") (threads . t) (folder .
"zz_mairix-SearchResult-1"))))
  gnus-activate-group("nnmairix+mairix:SearchResult" nil t)
  gnus-get-unread-articles(nil)
  gnus-setup-news(nil nil nil)
  byte-code("...")
 gnus-1(nil nil nil)
  gnus(nil)
  call-interactively(gnus nil nil)


maybe there is a problem with Stefan Monnier's dolist-patch 2 days ago...

Mario



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnimap and nnmairix
  2010-09-21 20:51 nnimap and nnmairix Mario Peter
@ 2010-09-21 21:40 ` Lars Magne Ingebrigtsen
  2010-09-21 22:22   ` Mario Peter
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-21 21:40 UTC (permalink / raw)
  To: ding

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?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnimap and nnmairix
  2010-09-21 21:40 ` Lars Magne Ingebrigtsen
@ 2010-09-21 22:22   ` Mario Peter
  2010-09-21 22:49     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Mario Peter @ 2010-09-21 22:22 UTC (permalink / raw)
  To: ding

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnimap and nnmairix
  2010-09-21 22:22   ` Mario Peter
@ 2010-09-21 22:49     ` Lars Magne Ingebrigtsen
  2010-09-21 23:02       ` Mario Peter
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-21 22:49 UTC (permalink / raw)
  To: ding

Mario Peter <empee0@googlemail.com> writes:

> --> 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"

Right.  There was a problem with the dolist changeover.  I've now pushed
a fix for this -- could you try it?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnimap and nnmairix
  2010-09-21 22:49     ` Lars Magne Ingebrigtsen
@ 2010-09-21 23:02       ` Mario Peter
  2010-09-22  1:00         ` Dan Christensen
  0 siblings, 1 reply; 6+ messages in thread
From: Mario Peter @ 2010-09-21 23:02 UTC (permalink / raw)
  To: ding

2010/9/22 Lars Magne Ingebrigtsen <larsi@gnus.org>:
> Mario Peter <empee0@googlemail.com> writes:
>
>> --> 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"
>
> Right.  There was a problem with the dolist changeover.  I've now pushed
> a fix for this -- could you try it?

perfect! Thanks.

Mario



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnimap and nnmairix
  2010-09-21 23:02       ` Mario Peter
@ 2010-09-22  1:00         ` Dan Christensen
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Christensen @ 2010-09-22  1:00 UTC (permalink / raw)
  To: ding

nnmairix appears to be working for me now, too.

Dan




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-22  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-21 20:51 nnimap and nnmairix Mario Peter
2010-09-21 21:40 ` Lars Magne Ingebrigtsen
2010-09-21 22:22   ` Mario Peter
2010-09-21 22:49     ` Lars Magne Ingebrigtsen
2010-09-21 23:02       ` Mario Peter
2010-09-22  1:00         ` Dan Christensen

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).