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

Reply via email to