Title: Re: Address auto-complete not working after import
On or near 6/7/2003 5:50 PM, Rick Mann at [EMAIL PROTECTED] observed:
> My friend finally installed OS X. She imported all her E'rage DB from
> Entourage 9, and is now facing a problem where none of the addresses in the
> address book will auto complete when composing a new email message.
>
> She has to visit each address, click on a mail address field, then close the
> window for that address to become available to the auto-complete feature.
>
> She has not yet upgraded to 10.1.3 but is doing so now, although I'd be
> surprised if that fixed the problem. If it does not, is there a way to fix
> this problem short of exporting and re-importing? Perhaps write a script to
> run through all her email addresses and touch them somehow?
>
> TIA,
It's been done. Just run this script in script editor:
tell application "Microsoft Entourage"
activate
set theContacts to (every contact)
repeat with theContact in theContacts
open theContact
close window 1
end repeat
beep 2
display dialog "All done" buttons {"OK"} default button 1 with icon 1 giving up after 3600
end tell
--
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site: <http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
<http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>
- Address auto-complete not working after import Rick Mann
- Allen Watson
