Mail Application off screen

I have just upgraded to 10.6.3 and when I opened Mail it was off the screen and I can't see it at all. Is there a way to get this back?
Thanks
David

Use AppleScripts such as:
tell application "Mail"
set bounds of window 1 to {415, 173, 1266, 661}
end tell
The AppleScript Editor is in the /Applications/Utilities/ folder. This method may not work with all windows or applications.
(51321)

Similar Messages

  • Application off screen - Mac OS X 10.7

    Application is off screen. Happens after using 27inch display. Clearly a resolution issue. Tried everything including playing with the resolution, etc. After looking at several discussions and forums the one that works on my Macbook Air https://discussions.apple.com/message/8012940?messageID=8012940#8012940 does not work on my recently purchased (2 weeks) Macbook Pro 15inch.
    After running applescript editor I get this error: error "System Events got an error: Access for assistive devices is disabled." number -25211
    Anyone else getting this too?
    This is the script Im running.
    -- Example list of processes to ignore: {"xGestures"} or {"xGestures", "OtherApp", ...}
    property processesToIgnore : {}
    -- Get the size of the Display(s), only useful if there is one display
    -- otherwise it will grab the total size of both displays
    tell application "Finder"
              set _b to bounds of window of desktop
              set screen_width to item 3 of _b
              set screen_height to item 4 of _b
    end tell
    tell application "System Events"
              set allProcesses to application processes
              set _results to ""
              repeat with i from 1 to count allProcesses
                        set doIt to 1
                        repeat with z from 1 to count processesToIgnore
                                  if process i = process (item z of processesToIgnore) then
                                            set doIt to 0
                                  end if
                        end repeat
                        if doIt = 1 then
                                  tell process i
                                            repeat with x from 1 to (count windows)
                                                      set winPos to position of window x
                                                      set _x to item 1 of winPos
                                                      set _y to item 2 of winPos
                                                      if (_x < 0 or _y < 0 or _x > screen_width or _y > screen_height) then
                                                                set position of window x to {0, 22}
                                                      end if
                                            end repeat
                                  end tell
                        end if
              end repeat
    end tell

    It sounds like you were running a second display in extended desktop mode.
    If the adapter and/or cable for the second monitor is still attached, it can fool the Mac into believing the second monitor is still present. Detaching that cable/adaptr and then restarting should fix it.
    You can also try going to System Preferences > Monitors and change the setup from extended mode to mirror mode.

  • Can I turn the OSX.7 'Mail' application OFF?

    How can I completely remove the Apple Mail application from ever opening automatically?
    I only use web-based email programs and have successfully configured most settings to default to my yahoo service for sending and receiving. However, a few still default to the Apple program, causing a number of problems when it opens uninvited including sending dozens of reminders and old emails that weren't removed from the server (probably a different problem, but it seems that just turning mail 'off' would be the simplest fix).
    Now I'm even learning that OTHER people's notifications and reminders on shared calendars (in ical) are opening Mail automatically, and that is REALLY annoying.
    Is there a way to end this frustration?

    Kerr255 wrote: ... How can I turn it off?
    Quit all apps that are using the camera:
    OS X Mavericks: Use your Mac computer’s built-in camera.
    If you have hidden any Login items, 
    you should still be able to see if they are working in Activity Monitor.
    If you are still having trouble, see Isolating issues in Mac OS X
    and/or How to Troubleshoot iSight.
    Message was edited by: EZ Jim
    Mac OSX 10.9

  • TS4066 my mail application deleted unacceptably. need to retrieve mail icon in dock. how to do ? please advise

    My Mail application deleted unacceptably, Need to retrieve mail application. please advise the way, thanks

    Is it the application itself that was deleted from the /Applications folder of is it the icon on the dock that got deleted?
    If it is the icon just drag it back from the Application folder to the dock. If if is the app you will need to get the application off your install disks. You could either re-install the OS or use something like Pacifist to get the mail application off the disk.

  • How do I turn off MAIL application as DEFAULT ?

    Can anyone suggest how I can TURN OFF the MAIL application from opening as an automatic default whenever I click on "contact us" on a web page, so that MAIL does NOT automatically open ? I prefer nothing to open automatically ! If anything I'd like a dialog box asking me what application I want to use.
    WHY ? Because I have great problems with MAIL, after a disastrous failed installation (and removal) of Safari 4 in 2009. Since then Safari works fine but I never use MAIL as when I do it crashes my whole system every time so I ignore it totally. However, when a web site's link "more info" triggers MAIL to open, I am lead down the merry and frustrating (!!!) path of having to recover from a crash. I'd like to avoid this once and for ever. Any ideas ?
    THANKS !

    Niel, That's exactly what I want to do: change or turn off the default email client so MAIL (apple's mail program) does not open by default. But I can't find a way of doing that, certainly not in "system preferences". I used spotlight to find "RCDefaultApp" and nothing exists by that name, or RC Default et al...

  • I have a Mac Air. I use the mail application all the time.. The red, yellow, and green buttons disappeared at the top of screen... now i have to force quit mail.. how do it get the buttons back?

    I have a Mac Air. I use the mail application al the time. THe red, yellow, and green buttons disappeard. i have to force-quit now to close mail.. How do i get the buttons back? thanks.

    Mail window may be in the Full Screen mode.
    Move the mouse pointer to the top right corner of the Mail window and hold it there.
    Menu bar should drop down and click the blue double arrow icon.
    Full Screen toggle shortcut:  control + command + F

  • Application windows off screen while using external monitor

    Hi,
    I am using my MacBook frequently with an external monitor attached (lid closed). It happens now, that some applications (e.g.Finder) open windows outside of the screen. What can I do?
    This is especially annoying when I want to copy a file and Finder opens the 'Replace/Stop' window and I can't do anything because this windows is outside of the screen (I only see it when pressing F10).
    Any ideas?
    Gernot

    I had this happen last night. I was moving a window and it dissappeared. It was off screen. I could see it wit F10 but that was all. What I did was close the window under file in toolbar. Then I opened a new window under the same command in the toolbar. This brought the new window up in the visible window. Hope this helps.
    Mort

  • Mail composition window expands off screen

    If I reply to an email or create a new email and start to type the email address, the composition window extends about 75% off screen. Does anybody have an idea of what is causing this? I do not believe I have changed my settings and have not installed any new software.

    I take it you're talking about the dropdown panel in Rules panel in Mail > Preferences, when you click Edit?
    You must have a rule with a whole lot of conditions and/or actions.
    What is your screen resolution?
    I just experimented a bit, and suspect it's a bug, not "bad design". I notice as I add lines, and the panel approaches the bottom of the screen, the scroll bars appear, so the panel quits growing, as it should, but only 2 lines after they should. It looks to me like the height of the tool bar isn't being considered properly.
    If that's what you're seeing, report it that way in the +Mail and Address book+ forum. If others see the same behavior, one of the top posters there may be able to report it, or you can call AppleCare and they can tell you how.
    I doubt this is a condition many folks would see, so it probably hasn't come up often, if ever.
    If I misunderstand what's happening, please clarify.

  • How best to screen junk mail in the mail application?

    How best to screen junk mail in the mail application?

    With the Mail program running, select Preferences from the Mail menu and then select the Junk Mail tab. Turn it on. This is a decent junk mail filter and fills the needs of many people. If you find too much junk mail still making its way into your in basket, there's a third party program called SpamSieve that takes filtering to another level.

  • When i click my mail application, it won't come onto my screen, how do i fix this?

    My mail application wont come up when i press on it...it is interferring my ability to shut down as well. it says the mail application has cancled shut down. when i press the mail app, the mail bar comes up at the top of my screen (in place of the normal finder)

    ctedeschirun wrote:
    My mail application wont come up when i press on it...it is interferring my ability to shut down as well. it says the mail application has cancled shut down. when i press the mail app, the mail bar comes up at the top of my screen (in place of the normal finder)
    Mine does the exact same thing ! It is so annoying when i try to shut down. I'm not sure how to fix it but if anyone else does it would be so so so much help! I HOPE THERE IS A SOLUTION!

  • HT4718 I upgraded to Mavericks and my mail application does not load and give an error screen.

    Mail application does not work after upgrade to Mavericks.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • Turning off automatic mail application

    Hi I don't use the Mail application but whenever I click on an email link or some other application wants to send an email the Mail application opens! How do I stop this and have safari and my yahoo account come up instead?

    Create the account for yahoo or just enter in some bogus data, for example, "localhost" as the server names. Mail'll look like it stalls during account setup on bogus data, but each page will eventually time out and continue on. Then once the bogus account is "set up," you'll be able to get into Mail Preferences. I think you'll be able to "restore" Mail.app to its "pristine" state simply by deleting your /Users/metreky21/Library/Preferences/com.apple.mail.plist

  • Cannot force quit Mail application or turn off computer

    My Mail application has been quite buggy the past few days -- today, it's been at it's worst, and will not allow me to close the application or force shut down on my computer. It very randomly decided to start saving one of my failed messages into my "Recovered Mail" folder multiple times, and now it shows next to my Inbox messages that they were last viewed on "January 1, 1970"
    I've tried to force quit Mail and it simply won't close. I need to restart my computer, and even holding down power does nothing... it keeps telling me Mail needs to close first.
    I've ran two virus scans and it says nothing is wrong but I'm baffled. Any help or ideas? Thank you

    Hi eulojoy,
    Some questions about your mail application:
    1.) How many email accounts are you checking?
    2.) Are they POP, IMAP and/or Exchange?
    3.) How many messages do you have in each of those accounts? Hundreds, thousands, tens of thousands?
    Did you recently run any OS X updates, such as the one from 10.6.3 to 10.6.4? Has anything changed on your system since the last time Mail worked properly? Do you run any 3rd party plugins for Mail?

  • Mail applications is blank when I open it, then it closes and opens again by itself, keeping blank

    In my Ipad, when I open Mail application it is blank. It stays like this for a few seconds, then it closes and open again by itself.  Keeping all time blank.

    Have you tried to force quit the app. Double tap the home button. Scroll sideways if needed to bring the mail app preview up on the screen. Flick that preview up and off the screen to close the app. Tap on the home page preview to exit the mode. Then try your mail again.
    Other things people have needed to do, especially after an update is to go into the settings, mail contacts and calendars, delete their mail account (it only deletes it off the iPad not out of existence) then exit out, go back i and re-enter the info.

  • Today I tried to shutdown my computer and a window popped up saying that my computer could not shut down because the mail application was open, it wouldn't close, so I used a key combination to force mail to quit and now I can't log in. Help?

    Okay, so I have been having trouble with my mail application all week. The window refused to open and would not quit. Today, I tried to shut down my mac and a pop up window told me that I was unable to shutdown because mail was open. After using a key combination, I successfully was able to quit mail with force quit. Then I was able to shut down with out a problem. However, upon rebooting, my computer refused to let me loggin. I put in my password correctly but then the rainbow pinwheel showed up and stalled for a minute and then my screen flashed and the gray screen reappeared, expecting a password. I tried turning it off and back on again with no luck. I also reset my password after reading a similar discussion, but I still can't log in. How can I fix this?

    Startup - Gray, Blue or White screen at boot, w/spinner/progress bar
    Startup Issues - Resolve
    Startup Issues - Resolve (2)
    Avast! Uninstall

Maybe you are looking for

  • Convert an Integer variable to a tring

    Hi everyone, This Shake script below is part of a much bigger one that loads multiple SfileIns. I need to convert the integer data into a string to make it work. How can I do that ? Thanks in advance for your help. string path = "/data/job/sequence";

  • How to create a database link ?

    i want to create a database link.please give mesteps

  • Loading the username and password from database when login to xMII

    Hi   can you explain briefly about how to configure the netweaver for loading username and password from database when the user login to xMII via netweaver platform? In xMII 11.5 we are configuring xMII itself? but in xMII 12.0 configuring by netweav

  • Dynamic slideshow with pictures and Flash Video

    I want to make a dynamic slideshow that shall include both pictures and Flash Video. The user shall only have to put the files (images/video) into a folder (for example with FTP or an admin-utility) and then the Flash slideshow should present theese

  • US Holiday Calendar not syncing

    Ok, so I use iOS devices and a PC for work. I use iCloud for my calendars, contacts, etc. I use the web portal to view my calendars. I wanted to add US holidays to my calendar for 2015. The built in one in iOS will not sync to iCloud. So I created a