Well, I just pasted the script into the editor, saved it and then ran it. No errors here so far. How do I know this thing is actually working? Cait
On Feb 18, 2014, at 10:57 PM, Jonathan C. Cohn <jonc...@cox.net> wrote: > Sorry to take 12 hours to reply. > > You can paste it into "AppleScript Editor" and then save and run the script. > > Please let me know at jon.c.c...@gmail.com if you have success. > > > Best wishes, > > Jonathan > > > > On Feb 18, 2014, at 7:19 AM, Caitlyn and Maggie <caitlyn.furn...@gmail.com> > wrote: > >> Ok, I'm going to sound like a total dweeb, but what do we do with this >> script? >> This will be great if it works! >> Thanks! >> Cait >> >> On Feb 17, 2014, at 9:55 PM, Jonathan C. Cohn <jon.c.c...@gmail.com> wrote: >> >>> 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. >> >> >> -- >> 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. > > > -- > 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. -- 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.