Hi Diane,

For years I have used Eudora's mail program but recently the University of
Chicago moved us to a Microsoft Exchange mail server and now Entourage is my
Apple Macintosh mail client.  Frequently I like to file e-mail under
specific individuals names on my own computer and in Eudora I could select
the message and using the Transfer menu drop down to a menu that had a
hierarchical function allowing me to simply drag and drop the mail from the
in or out box directly into the appropriate target mail box on my computer.
But in Entourage I must select a given message, go up to the move icon,
click on the down arrow and then mouse over to the folders on the left hand
side, open up the alphabetical list, find the name of interest and finally
click "Move". (I have added a folder ³Mail Folder Other² on ³Folders on My
Computer² and then filed alphabetically each of my contacts into subfolders
in Folder A, Folder B ...Folder Z). To do this for each piece of in or sent
mail that I wish to save on my computer is very labor intensive.  Is there a
more "Eudora" like trick I can use?  Perhaps an Apple script or plug in to
make accessible such drop down menus to drag and drop a selected message
into the appropriate mail box on my computer.  Entourage does add recently
transferred mail to a list under move, but the list is not very long (only
20 entries) and the list constantly refreshes, removing older transfers for
more recent transfers from the list.  I suspect someone may have figured
this out, but I have not found an apple script or something like Apple
automator to do this.
Thanks for any help you can give me.

Sincerely,

Marc Bissonnette


On 7/28/07 9:51 PM, "Diane Ross" <[EMAIL PROTECTED]> wrote:

> On 7/28/07 7:15 PM, "Claudia" <[EMAIL PROTECTED]> wrote:
> 
>> > Is there a script or some other way to add a ctrl-click Empty Junk Mail
>> like
>> > on Deleted Items?
> 
> I use a script called "Nuke Messages" by Philip Kearney. Assign a shortcut
> to the script and it's easy to delete selected messages for permanent
> deletion. There is no way to retrieve messages deleted this way so be
> careful when using.
> 
> I scan my Deleted Items folder for good mail. Remove any that is legitimate
> mail, select all that is left and nuke it.
> 
> <http://www.avernus.com/~phil/OEFilez/Nuke_Messages_Erage.hqx>
> 
> See "Add Keyboard Shortcuts" to assign a shortcut to a script.
> 
> <http://www.entourage.mvps.org/script/add_shortcuts.html>
> 
> Here's a script that deletes IMAP and Exchange accounts as well. By Barry
> Wainwright:
> 
> -- Nuke the Junk Mail v1.2
> -- A script for Microsoft Entourage v11
> -- (will not work with vX)
> -- an applescript by Barry Wainwright <mailto:[EMAIL PROTECTED]>
> -- This script released under a Creative Commons Attribution, NonCommercial,
> ShareAlike 2.0 England & Wales License.
> -- see <http://creativecommons.org/licenses/by-nc-sa/2.0/uk/> for full
> details
> 
> -- 19/12/2003 - First version
> -- 18/10/2004 - v1.1 Finally got round to adding IMAP accounts!
> -- 27/01/2007 - v1.2 Added Exchange accounts as well
> 
> tell application "Microsoft Entourage"
>     -- Local Junk Mail
>     set theMail to every message of folder id 6
>     delete theMail
>     delete theMail
>     
>     -- Imap Accounts
>     set IMAPaccounts to every IMAP account
>     repeat with anAccount in IMAPaccounts
>         try
>             set theMail to every message of folder "Junk E-Mail" of
> anAccount
>             delete theMail
>             delete theMail
>         end try
>     end repeat
>     
>     -- Exchange Accounts
>     set exchangeAccounts to every Exchange account
>     repeat with anAccount in exchangeAccounts
>         try
>             set theMail to every message of folder "Junk E-Mail" of
> anAccount
>             delete theMail
>             delete theMail
>         end try
>     end repeat
>     
> end tell
> 
> 
> 
> Copy the script to a new script window in Apples 'Script Editor.app'. Save
> the script as a compiled script & put it in the ŒEntourage Script Menu
> Items¹ folder in your ŒMicrosoft User Data¹ folder. The script can be
> manually run from the menu or called as an action in a schedule.




This email is intended only for the use of the individual or entity to which it 
is addressed and may contain information that is privileged and confidential.  
If the reader of this email message is not the intended recipient, you are 
hereby notified that any dissemination, distribution, or copying of this 
communication is prohibited.  If you have received this email in error, please 
notify the sender and destroy/delete all copies of the transmittal.  Thank you

Reply via email to