Title: Re: Creating a new message to a selected account
On 19/12/02 8:40, "Kirk McElhearn" <[EMAIL PROTECTED]> wrote:
> I have about a dozen e-mail accounts for a variety of reasons. Is there any
> hidden way to create a new message directly in one account (other than the
> default) without having to manually change the From popup menu?
>
>
> Kirk
You can set up an applescript to do it:
tell application "Microsoft Entourage"
set newMess to make new draft window -- or use 'draft news window' for news messages
set account of newMess to POP account 1 -- or whatever number you want, or 'imap account "account_name"' etc
end tell
Then save the script in the script menu and give it a keyboard shortcut.
--
Barry
- Creating a new message to a selected account Kirk McElhearn
- Re: Creating a new message to a selected account Barry Wainwright
- Re: Creating a new message to a selected account Gary Lists
- Re: Creating a new message to a selected acc... Kirk McElhearn
- Re: Creating a new message to a selected... Mickey Stevens
- Re: Creating a new message to a sel... Kirk McElhearn
- Re: Creating a new message to a... Paul Berkowitz
- Re: Creating a new message ... Kirk McElhearn
- Re: Creating a new message ... Mickey Stevens
- Re: Creating a new message to a... Gary Lists
- Re: Creating a new message ... Remo Del Bello
