[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: another update
From: |
walt |
Subject: |
[Pan-users] Re: another update |
Date: |
Thu, 25 Jun 2009 01:53:25 +0000 (UTC) |
On Wed, 24 Jun 2009 13:15:55 -0600, K. Haley wrote:
> I think I finally got all the gmime changes done. There was a change in
> the behavior of g_mime_message_foreach that caused pan to make two
> passes through multipart messages.
>
> git://github.com/lostcoder/pan2.git
>
> 665e753 Ack more gmime fixes.
> a4e74e2 Change posting wrap behavior. af30418 Fix translation issue.
> b2e61e9 Fixed small gmime update issue.
Hi again, K.
After I sent my reply to you in another thread, I noticed some error
messages remaining on the xterm command line that I didn't notice when
I was writing my reply.
As I read this article I see the following messages on the xterm from
which I started pan:
(pan:5542): gmime-CRITICAL **: g_mime_object_get_content_type: assertion
`GMIME_IS_OBJECT (object)' failed
(pan:5542): gmime-CRITICAL **: g_mime_content_type_is_type: assertion
`GMIME_IS_CONTENT_TYPE (mime_type)' failed
(pan:5542): gmime-CRITICAL **: g_mime_multipart_insert: assertion
`GMIME_IS_OBJECT (part)' failed
(pan:5542): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT
(object)' failed
(pan:5542): gmime-CRITICAL **: g_mime_object_get_content_type: assertion
`GMIME_IS_OBJECT (object)' failed
(pan:5542): gmime-CRITICAL **: g_mime_content_type_is_type: assertion
`GMIME_IS_CONTENT_TYPE (mime_type)' failed
(pan:5542): gmime-CRITICAL **: g_mime_multipart_insert: assertion
`GMIME_IS_OBJECT (part)' failed
(pan:5542): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT
(object)' failed
This is just FYI. Pan appears to be working correctly so far, AFAICT.