On Mon, 8 Jan 2007, Tim Mooney wrote:
Thanks Mark (or should I say "Arigato gozaimasu").  I've incorporated this
(apparently reversed) patch into our 2006d build, and we'll probably roll
it out to a small subset of our users this week.  I'll let you know if we
encounter any problems with it.

I discovered a problem with the patch.

Please change
        while (i && (fwrite (message->curpos,message->cursize,1,df) ==
                     message->cursize)) {
to be
        while (i && (fwrite (message->curpos,1,message->cursize,df) ==
                     message->cursize)) {

Otherwise, appends to mbx mailboxes will fail unconditionally.

The latest imap-2006e snapshot has the correct version.

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to