Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

10.4: Add unique names to .Mac aliases via AppleScript Apps
If you were looking to add unique names to each of your .Mac aliases, you probably stumbled upon an older hint here. However, directly editing plist files can be a little scary, and can result in corrupting Mail's preference file. The same result can be achieved much easier using this AppleScript -- no need to manually edit any files.

The script works for me on 10.4.6 -- you probably should make a backup of ~/Library -> Preferences -> com.apple.mail.plist before running the script nevertheless...

[robg adds: This worked for me, too, but only after I quit and relaunched Mail (it was running when I tried the script). The script tells you this isn't required, but I found it didn't work unless I did.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[5,299 views]  

10.4: Add unique names to .Mac aliases via AppleScript | 3 comments | Create New Account
Click here to return to the '10.4: Add unique names to .Mac aliases via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.4: Add unique names to .Mac aliases via AppleScript
Authored by: sjonke on Wed, Jun 7 2006 at 8:18AM PDT
I don't understand what this does. I set a name for my .mac alias. Where is this name suppose to show up?

---
--- What?

[ Reply to This | # ]
10.4: Add unique names to .Mac aliases via AppleScript
Authored by: aamann on Wed, Jun 7 2006 at 8:53AM PDT
You should see the full name in the popup list you select the sending account from in Mail:

Alias Name <alias@mac.com>
Another Alias <alias2@mac.com>

[ Reply to This | # ]
10.4: Add unique names to .Mac aliases via AppleScript
Authored by: aamann on Wed, Jun 7 2006 at 8:51AM PDT
Ooops, my bad - the dialog at the end of the script is supposed to read "You need ..." instead of "No need ..." - one of these typos the spell checker doesn't catch ;-)

Rob - can you maybe fix this? Thanks!

Andreas

[ Reply to This | # ]