rychencop macrumors 65816 Original poster Aug 17, 2007 1,107 10 Georgia Apr 16, 2008 #1 i like my apple mail to open when i login to os x. is there any way to have it start minimized though? thanks
i like my apple mail to open when i login to os x. is there any way to have it start minimized though? thanks
S Sogo macrumors 6502 Jan 4, 2004 352 0 Apr 16, 2008 #2 Under the account and login tab in the preferences, did you check the hide button next to mail?
rychencop macrumors 65816 Original poster Aug 17, 2007 1,107 10 Georgia Apr 17, 2008 #3 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.
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.
lancestraz macrumors 6502a Nov 27, 2005 898 0 RI Apr 17, 2008 #4 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
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