Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Danjou <julien@danjou.info>
To: ding@gnus.org
Subject: Re: Partial IMAP article fetch
Date: Wed, 29 Sep 2010 20:43:52 +0200	[thread overview]
Message-ID: <8739ssv193.fsf@keller.adm.naquadah.org> (raw)
In-Reply-To: <m37hi44mys.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Wed, 29 Sep 2010 16:56:59 +0200")

[-- Attachment #1: Type: text/plain, Size: 3571 bytes --]

On Wed, Sep 29 2010, Lars Magne Ingebrigtsen wrote:

> Julien Danjou <julien@danjou.info> writes:
>
>> Same here, with a mail on this list
>
> With that backtrace, I was able to reproduce the bug, and it's possibly
> fixed now.

Now, another one opening ding cvs commit group:

Debugger entered--Lisp error: (wrong-type-argument char-or-string-p ("boundary" "=-=-="))
  nnimap-insert-partial-structure((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 817 17 NIL "1.1" NIL NIL) ("text" "x-diff" ("charset" "us-ascii") NIL "Make completing-read function configurable" "quoted-printable" 5031 123 NIL "1.2" NIL NIL) ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 61 3 NIL "1.3" NIL NIL) ("text" "x-diff" ("charset" "us-ascii") NIL "Introduce gnus-completing-read" "quoted-printable" 55742 1405 NIL "1.4" NIL NIL) "mixed" ("boundary" "=-=-=") NIL NIL NIL) (("1.4" "From=2070b9d629b53480965639385faa352687a7ef61ca Mon Sep 17 00:00:00 2001\r\nFrom: Julien Danjou <julien@danjou.info>\r\nDate: Tue, 28 Sep 2010 18:06:46 +0200\r\nSubject: [PATCH] Introduce gnus-completing-read\r\n\r\nSigned-off-by: Julien Danjou <julien@danjou.info>y care about.\r\n\r\n")))
  nnimap-convert-partial-article(((("text" "plain" ... NIL NIL "7bit" 817 17 NIL "1.1" NIL NIL) ("text" "x-diff" ... NIL "Make completing-read function configurable" "quoted-printable" 5031 123 NIL "1.2" NIL NIL) ("text" "plain" ... NIL NIL "7bit" 61 3 NIL "1.3" NIL NIL) ("text" "x-diff" ... NIL "Introduce gnus-completing-read" "quoted-printable" 55742 1405 NIL "1.4" NIL NIL) "mixed" ("boundary" "=-=-=") NIL NIL NIL) ("application" "pgp-signature" NIL NIL NIL "7bit" 203 NIL NIL "2" NIL) "signed" ("boundary" "==-=-=" "micalg" "pgp-sha1" "protocol" "application/pgp-signature") NIL NIL NIL))
  nnimap-get-partial-article(2426 ("1.1" "1.2" "1.3" "1.4") ((("text" "plain" ... NIL NIL "7bit" 817 17 NIL "1.1" NIL NIL) ("text" "x-diff" ... NIL "Make completing-read function configurable" "quoted-printable" 5031 123 NIL "1.2" NIL NIL) ("text" "plain" ... NIL NIL "7bit" 61 3 NIL "1.3" NIL NIL) ("text" "x-diff" ... NIL "Introduce gnus-completing-read" "quoted-printable" 55742 1405 NIL "1.4" NIL NIL) "mixed" ("boundary" "=-=-=") NIL NIL NIL) ("application" "pgp-signature" NIL NIL NIL "7bit" 203 NIL NIL "2" NIL) "signed" ("boundary" "==-=-=" "micalg" "pgp-sha1" "protocol" "application/pgp-signature") NIL NIL NIL))
  nnimap-request-article(2426 "Naquadah.lists.ding" "Mail" nil)
  gnus-request-article(2426 "Naquadah.lists.ding")
  gnus-score-body((((touched nil) ("to" ...) ("cc" ...) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) ("subject" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) ("references" ... ...) ("body" ...) (mark -5000))) "body" 734044 734037 nil)
  gnus-score-headers(("/home/jd/News/Naquadah.lists.ding.SCORE" "/home/jd/.gnus.score") nil)
  gnus-possibly-score-headers()
  gnus-summary-read-group-1("Naquadah.lists.ding" nil t nil nil nil)
  gnus-summary-read-group("Naquadah.lists.ding" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  call-interactively(gnus-group-select-group nil nil)

I've cut the last function because it has the full mail content which is
very long.

I've:
(setq nnimap-fetch-partial-articles "text/")

As usual.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2010-09-29 18:43 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-25 16:12 Lars Magne Ingebrigtsen
2010-09-25 17:11 ` Lars Magne Ingebrigtsen
2010-09-26 20:41 ` Dan Christensen
2010-09-27 18:27   ` Lars Magne Ingebrigtsen
2010-09-27 18:45     ` Dan Christensen
2010-09-27 18:49       ` Dan Christensen
2010-09-27 19:25         ` Lars Magne Ingebrigtsen
2010-09-28  1:18           ` Dan Christensen
2010-09-28 16:05             ` Steinar Bang
2010-09-28 16:14               ` Steinar Bang
2010-09-28 16:16               ` Julien Danjou
2010-09-29 14:56                 ` Lars Magne Ingebrigtsen
2010-09-29 17:58                   ` Steinar Bang
2010-09-29 19:04                     ` Lars Magne Ingebrigtsen
2010-09-29 19:16                       ` Steinar Bang
2010-09-29 19:30                         ` Lars Magne Ingebrigtsen
2010-09-29 19:55                           ` Steinar Bang
2010-09-29 20:12                             ` Lars Magne Ingebrigtsen
2010-09-29 20:24                               ` Steinar Bang
2010-09-29 22:10                                 ` Lars Magne Ingebrigtsen
2010-09-29 22:11                                 ` Lars Magne Ingebrigtsen
2010-09-29 22:15                                   ` Lars Magne Ingebrigtsen
2010-09-30 18:42                                     ` Steinar Bang
2010-09-29 21:21                           ` Andreas Schwab
2010-09-29 21:23                             ` Lars Magne Ingebrigtsen
2010-09-29 22:45                               ` Andreas Schwab
2010-09-29 18:43                   ` Julien Danjou [this message]
2010-09-29 18:59                     ` Lars Magne Ingebrigtsen
2010-09-26 20:45 ` Dan Christensen
2010-09-26 20:55   ` Lars Magne Ingebrigtsen
2010-09-27  7:43   ` Steinar Bang
2010-09-27 18:35     ` Lars Magne Ingebrigtsen
2010-09-27 15:19   ` Richard Riley
2010-09-27 18:35     ` Lars Magne Ingebrigtsen

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=8739ssv193.fsf@keller.adm.naquadah.org \
    --to=julien@danjou.info \
    --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).