VM

Comment 1 for bug 1434657

Revision history for this message
Uday Reddy (reddyuday) wrote : Re: [Bug 1434657] [NEW] solaris makes .mailbox and INBOX files the linux vm can't parse right

jeff sondeen writes:

> Can someone suggest what the differences between solaris-derived and
> linux-derived mail files would be, and/or VM file format differences
> between linux and solaris, or suggest some type of failsafe/debugging mode
> i could invoke in emacs/vm that would allow me to debug this ? perhaps
> what function i could break on, and then begin single-stepping to trace
> how the INBOX and/or .mailbox files are being parsed ?

Your Solaris folders would in the From_-with-Content-Length format. So, you
must add the following settings to your .vm file:

(setq vm-default-folder-type 'From_-with-Content-Length)
(setq vm-trust-From_-with-Content-Length t)

Please read the documentation for these variables and make sure you
understand what they mean. (The User Manual for version 8.0.14 doesn't have
any documentation for them.)

Please test the settings with small test folders and make sure they work
before you start switching everything!

Cheers,
Uday