The attached AppleScript closes all Message viewers and then opens one up 
without the preview pane. This should prevent the preview pane from 
re-appearing.

I don't know if anybody else has gotten this to work since there were 
discussions on the Apple forums about errors  when trying to turn off the 
preview pane.

Script starts on the next line.
use AppleMail : application id "com.apple.mail"
activate AppleMail

repeat with vw in message viewers
        close vw's window
end repeat


set mywin to make new message viewer without preview pane is visible
******
Best wishes,

Jonathan



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to