[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: My adventures when building from git
From: |
walt |
Subject: |
[Pan-users] Re: My adventures when building from git |
Date: |
Sat, 25 Jul 2009 23:49:07 +0000 (UTC) |
On Sat, 25 Jul 2009 13:41:00 -0600, K. Haley wrote:
>> I got distracted and forgot to mention that GMIME 2.2 & 2.4 can be
> installed at the same time without conflict. I currently have both.rg-
Hi there K.,
Have you read the previous thread "New Win32 installer"? The latest pan.git
from your git repo is tacking on random garbage to the quoted text when I'm
composing a reply. (See above for an example of the garbage.)
I've git-bisected down to these two commits (which seem to go together):
commit 0f2721f0cc57e2232936a355f76865b51240668f
Author: K. Haley <address@hidden>
Date: Sun Jun 21 16:09:09 2009 -0600
FIXED: Bug541676 port to GMime 2.4
commit 59b4ba0973d4b31aa4bbb9604ceabf7411172204
Author: K. Haley <address@hidden>
Date: Sun Jun 21 00:43:32 2009 -0600
Initial update to gmime-2.4.
I'm guessing that in mime-utils.cc:1152
body = pan_g_mime_part_get_content (GMIME_PART (mime_part), &len);
the value of 'len' is too large by a small random number, which has the
effect of grabbing random garbage chars from the end of the buffer.
Just my speculation after a few glasses of vino, so your guess is better
than mine :o)
Thanks for your help.