[pmmail-list] PMMail on my desktop, files on notebook?

Ralph Cohen pmmail-list@blueprintsoftwareworks.com
Sun, 04 Feb 2001 21:36:01 -0500 (EST)


On Sun, 04 Feb 2001 18:19:44 -0500, Andrew Webber wrote:

>After using it some more, I'm finding there's a noticeable delay in
>opening (or previewing) each message.  It's rather annoying, and I
>wonder if there's anything I can do to make it faster.  Of course I
>could duplicate the messages on the desktop, and sync the folders
>regularly, but I would have preferred not to do that.  My Blueprint
>Software Works folder is 430Mb, occuping 2.25Gb.

Here's a fix I copied and saved from another mailing list, but I've
never gotten around to trying myself since I rarely access PMMail from
a networked system.  I have read that others have used it successfully,
however, so back up the appropriate files and give it a whirl.

=-=-=-=-=-=-=-=-=-=
The speed problem of PMMail under Win98SE / Win2000 when running from a
mapped network drive is NOT a problem of Windows but one of PMMail:
Every time a message is selected for reading (Preview pane or double
click) PMMail splits header and body of the mail and transforms the
body to rich text format which is then loaded into the viewer. The
implementation of this transformation is very poor, since PMMail
converts line by line instead of reading the mail body in, converting
it in memory and writing it back to disk. This causes heavy network I/O
load! Since 98SE and 2000 cache network file I/O in a different manner
from the other Windows versions, this behaviour leads to trouble. The
solution is to let PMMail create the .rtf intermediate file on the
local disk. Unfortunately it has no setting for it nor does it obey the
standard TMP environment variable. So you have to patch the binary:

Get a Hex editor, close PMMail, search for the string ".\temp\temp.rtf"
in the file pmmailw.exe and replace it by the string "c:\tmp\temp.rtf".
Create the directory c:\tmp, if not already there and start PMMail
again. Enjoy the speed...
=-=-=-=-=-=-=-=-=-=

Good luck.  Let us know how it works.

Ralph

rpcohen@neurotron.com

- pmmail-list - The PMMail Dicussion List ---------------------------
To POST to the list, send your message to
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com with the first 
line of the message body being...

UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------