Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rychencop

macrumors 65816
Original poster
Aug 17, 2007
1,107
10
Georgia
i like my apple mail to open when i login to os x. is there any way to have it start minimized though?

thanks
 
Under the account and login tab in the preferences, did you check the hide button next to mail?
 
what i want it to do is start minimized upon login. as it is now when i login, it will fully open the app. i was not sure if there was a tweak or something that could prevent this.
 
Copy this script into "Script Editor.app" and save it as an application and add it to your login items.
Code:
tell application "Mail"
	activate
	set miniaturized of front window to true
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.