How to fix Hide Mail option greyed out in Mail menu?

I can no longer hide Mail in Mountain Lion 10.8.2 by using the Command-H keyboard cammand or by selecting "Hide Mail" in the Mail menu since the option is greyed out. Not a problem in any other program. Is this perhaps a corrupt preference file?

Are you using Full Screen. If so, the option isn't available as you can just switch desktops to "hide" whatever is in Full Screen.

Similar Messages

  • Options greyed out in mail settings

    I can't deselect these options. This was not an issue on Mountain Lion. Any ideas why this might happen?

  • My wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

    my wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

    http://support.apple.com/kb/TS1559

  • HT1695 Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    read http://support.apple.com/kb/ts1559

  • Mail preference greyed out

    When I click mail icon to open mail only the top task bar appears.  The actual mail window doesn't open.  When I click on Mail in the task bar the preference option is greyed out.   Mail had been crashing lately. Now it doesn't open at all. I restarted my computer but that didn't fix it.  I went into accounts and all of my e-mail addresses are still there but it can't verify the account when it asks for the passwords.  How can I fix this?
    Thanks

    Please take these steps to delete the Mail "sandbox" folders.
    Step 1
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder—not just its contents—to the Desktop. Leave the Finder window open for now.
    Restart the computer. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. Any custom stationery that you created may be lost. Ask for instructions if you want to preserve that data. You can then delete the folder you moved and close the Finder window.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    Step 2
    If Step 1 doesn't solve the problem, repeat with this line:
    ~/Library/Containers/com.apple.MailServiceAgent
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • After 10.9.4 Update: Mail Messages Grey Out Upon Deleting-Don't Move to Trash?

    Hello,
    After 10.9.4 Update/MacBook Pro with Retina display: Mail Messages Grey Out Upon Deleting-Don't Move to Trash? I believe I must join those who are having trouble with mail after this latest update. Deleted messages just turn a light grey in the message panel and don't move to trash until after I quit and restart mail. I have also experienced the screen "Freezing" ... no spinning beach ball, just the pointer frozen. This has happened only when I use mail and requires a "hard" re-start to correct.  Is this a "feature" of the update, or is it a problem? Thanks!

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags nouchg,nouappnd,noschg,nosappnd {} + -exec chown $UID {} + -exec chmod +rw {} + -exec chmod -N {} + -type d -exec chmod +x {} + 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.
    Quit Mail and empty the Trash. If you still can't, log out or restart the computer.

  • Select option greyed out for fields of custom DataSource (rso2, rsa6)

    Hi
    Why are several fields, in my custom DataSource (created in rso2) not available for select?
    I do not think this is a permission issue, since several fields are selectable, but not all fields.
    It is not the data type, since I see other custom DataSources that have the same data type, and it is selectable as a select option.
    This is not a DataSource that was provided by SAP, it is completely custom, and uses a custom data definition (defined as a structure via se11), and a custom function.
    I have read the responses to similar questions, but have not found an answer that explains how to make the field selectable for select.
    What determines which fields can be selected for selection, and which fields have this option greyed out (not selectable)?
    I have come across multiple answers, for similar questions, that suggest an abap program to directly update table roosfield.
    Is this safe?
    IF I choose this route will I need to run the update program on production, or will the change it makes to my dataSource transport with my transport?
    (I can test this).
    What I most need to know is If this suggestion is safe, or if it has side effects?
    Thank you

    Hi Eileen,
    In Least case to enable the selection for the fields with the below program:
    Below code is for your reference which will use to unhide objects in RSO2 or RSA6 for Data source( in code for BELNR, KUNNR, VBELN, BUDAT fields are unhiding for 0fi_ar_4 data source selection option) . Still need any clarifications let me know.
    SE38: Create a program for ref below code.
    REPORT ZNP_SELE_DS.
    tables: ROOSFIELD.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND   OBJVERS = 'A' AND FIELD = 'BELNR'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'KUNNR'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'VBELN'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'BUDAT'.
    Thanks & Regards,
    Srinu.Rapolu

  • When OpenGL stopped working (option greyed out)

    I discovered a weird bug in Photoshop 12.1 x64 with nVidia graphic cards and what´s causing it:
    Problem (on all off my PCs):   OpenGL support in prefs / performance is greyed out, no shadow below open documents visible ( == OpenGL not working).  After deleting prefs.psp and restarting (as the www says), OpenGL support was working again, on next restart: no support - option greyed out again.
    Solution: if deleting the prefs file or the whole prefs folder don´t work, check if you have a custom workspace with the brush floating panel open.
    If so, close it and remvoe it from workspace, restart PS and.... OpenGL support is working again!
    I could reproduce this bug on all of my PCs, no matter what type of GFXcard and driver version is installed.
    Maybe that bug occurs only with Win7 x64, PS 12.1 x64 and nVidia cards, but removing the brush panel solved it on every machine!!
    I´ve opened a support ticket and provided Adobe with screenshots of the working and not-working states... maybe they can fix this with an update!
    This are my system specs for the tested machines:
    workstation 1:
    Intel i7 980X HexaCore (with SMT)
    ASUSP6T7 WS Supercomputer
    6 x 4GB DDR3 triple channel
    nVidia Quadro CX
    3x WD SATAII HDDs
    dual monitor
    Wacom Intuos4 XL
    3Dconnexion SpaceExplorer
    contour Shuttle Pro2
    workstation 2:
    Intel i7 975 Extreme Quadcore (with SMT)
    ASUS P6T Deluxe V2
    6 x 2 GB DDR3 triple channel
    nVidia GTX 580
    2x WD SATA HDD
    both systems running on:
    Windows 7 x64
    Mastercollection CS5.5
    latest updates for OS, CS5.5 and GFX drivers...
    Maybe this threat helps .... ;-)

    I did heavy testing the last days including systems at my home and at a friends office.
    In fact, I can´t tell, what´s causing this, but it seems to depent on a certain type of installation. But first the tested systems:
    nVidia GTX480 SLI, Win 7 x64, CS5.5 - working
    nVidia GTX580 Win7, CS5 - working
    ATI HD4870x2, Win7 x64, CS5 - working
    nVidia GTX580, Win 7 x64, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    nVidia GT240M, Win7 x64, CS5.5 - working
    ATI X1900XT - XP SP3 x64, CS5 - working
    nVidia QuadroCX, Win 7 x64, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    ATI HD4390, XP x64 SP3, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    nVidia GTX480, Win 7 x64, CS5.5 - working
    On each system I installed the latest driver & updates, rebooted it and followed the same procedure:
    1 - removed (==renamed) prefs folder
    2 - start PS
    3 - open prefs / performace
    4 - config OpenGL for "Advanced"
    5 - closing prefs and restarting PS
    6 - checking OpenGL when active: pt7
    7 - Open menu "Window" and and select "Brush" (or press F5)
    8 - docking Brush-panel from original position to the tools-panel on the left
    9 - saving workspace as "BrushTest"
    10 - restarting PS
    11 checking OpenGL
    Since you have all older Versions still installed when you update i.e from CS4 to CS5 I tried this with every installed version.
    On my two office WS I have CS4, 5 and 5.5.
    After trying this with the GTX580 with this results: CS4 working, CS5 working, CS5.5 not working - I today started PS 12.1 for working and saw that tiny shadow below the document - WITH the brush panel open!!
    Checked it and now its working proper. I have no clue what has changed over night but it did it...
    My primary WS with the Quadro card still refuses to actived OpenGL with the opend brush-panel, no matter what I try.... maybe I gonna deinstall that CS4 to 5.5 mess and get me another license for the full CS5.5 instead of the update from the update...

  • No Sound; All options greyed out

    Output options for sound are greyed in Preferences and the desktop sound icon. In the Audio MIDI Setup window, the default output says Built-in Output and the System Output also says Built-in Output. No other options available for either.
    Just below halfway down there is Audio Input, which has a bunch of info on the left, but on the right where it says Audio Output, there is just a greyed out message that says Output is Not Supported.
    I also tried the option/apple/p/r, got the three chimes, but sound is still greyed out.
    Any gurus out there who can tell me what simple thing I did to cause this, or is it a hardware/sofware bug?
    Macbook Pro Core Duo 2   Mac OS X (10.4.8)   2 gig SDRAM 2.33 GHZ Core Duo 2

    it doesn't matter if you've used the ports or not.. there is a sensor inside the audio ports that will automatically switch your audio in and/or out into digital mode if it trips and then 'thinks' there's a digital cable connected. basically, if you open your sound control panel and display the output pane and it says 'digital out', and the volume control (and everything else) is greyed out, and it says something about this device not having volume control... then this is exactly the situation where the port sensor has clicked on to digital and is staying there. unfortunately, the sensor seems to be quite fragile and there are plenty of users that are suddenly wondering why they have no sound, and why the sound ouput only says digital and the options are greyed out. it would be at least a comfort to be able to say that this only can happen if you've been plugging things into the port (such as headphones), but I've heard of this happening to people regardless.
    anyway, look for the signs I mentioned: the digital output option being the only available choice in the sound control panel, with options greyed out. and also a red light coming out of the port. if this is happening to you, then you need to get the machine fixed cos that sensor is jammed.

  • Internet Options greyed out in Internet Explorer 9 because of GPO settings in Windows 2008 AD

    Internet Options greyed out in Internet Explorer 9 because of GPO settings in Windows 2008 AD.
    I am trying to find out what GPO setting is causing this so I can change I.E. settings at a desktop running Windows 7.
    A GPO has I.E. locked down so settings are greyed out for Intranet settings so I can't change Intranet settings.
    How do I enable so I can save changes with a GPO?

    Classic GPO using Administrative Templates, is designed to do exactly that (disable the UI).
    Previously, you could use IEM in preference mode.
    Now, you'll need to use GPP, but there are a couple of limitations.
    Check the IE10 IEAK documentation (it's useful for understanding what you can do with GPP)
    http://technet.microsoft.com/en-us/library/jj890998.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to fix iphone 4s wifi grayed out after update ios 6.1.3

      how to fix iphone 4s wifi grayed out after update ios 6.1.3 ?
    for this problem , I try to fix several ways that hope can fix . it come form internet , youtube ,some one told , such as use lamp app , airplane mode , and freezing but it can not work anymore .

    http://support.apple.com/kb/ts1559
    After following the steps included with the link provided, if you are still unable to turn Wi-Fi on, please contact Apple for support and service options.

  • I just reset my apple ID password and now all the imap folders in Apple Mail are greyed out. I can see the contents, but I don't get whay the folders are all greyed out. Can anyone help?

    I just reset my apple ID password and now all the imap folders in Apple Mail are greyed out. I can see the contents, but I don't get whay the folders are all greyed out. Can anyone help? Sorry for the long title on this message...

    Assuming this is an iCloud mail account, sign out of iCloud in its preference pane, then sign back in with the new password.

  • Why is my WIFI option greyed out!? 4S

    Last week I had my iPhone 4S replaced because my wifi option greyed out and the battery life started to drain really fast. 8 days later it's the exact same problem. What's happening here? I bought the phone 11 months ago!!! Up to date software, reset network settings. I have spoke with several other people with the same problem. I expected more from an expensive apple product...
    Please help me Apple! Thanks

    Your replacement should have a minimum of a 90 day warranty, if replaced by Apple.
    If you've followed all of the steps in the troubleshooting article, and your replacement device is still having wi-fi greyed out, then get the device replaced.

  • All 3D options greyed out in CC

    I'm not sure why all 3D options greyed out in my Photoshop. I can use the 3D options last month.
    I am using the Intel HD 4600 integrated graphics.
    System Info
    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:12, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 3400 MHz
    Built-in memory: 7878 MB
    Free memory: 5529 MB
    Memory available to Photoshop: 6866 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    The GPU Sniffer crashed on 7/12/2014 at 8:46:54 AM
    Display: 1
    Display Bounds: top=0, left=0, bottom=900, right=1440
    OpenGL Drawing: Disabled.
    OpenGL Allow Old GPUs: Not Detected.
    No GPU information available

    aqlisk wrote:
    System Info
    The GPU Sniffer crashed on 7/12/2014 at 8:46:54 AM
    No GPU information available
    Make sure your Intel HD device driver is good Photoshop is having problems when it tries to get information about your graphic GPU

  • MPB Rendering option greyed out - Win7 k5000

    System: Win 7/64; CPU E5-2690 X 2; 64Gb RAM; PP CS6 6.0.5; Quadro K5000 GPU.
    Project - Project Settings - General - rendering option greyed out. I've carefully seached the forums, tried various suggestions, but still cannot get to select the drop down box.
    Can anyone help?
    Thanks
    Les

    Andrew, thanks very much.
    Yes - you were correct; while I checked the cuda support txt file, I 'assumed' that 'quadro 5000' would be correct. I edited the file, saved it back to its location, and now have the drop down option working.
    Really appreciate,
    Regards
    Les

Maybe you are looking for

  • Videos stop playing

    I bought a new MacBook just a week ago. I noticed that some videos stop playing after a few seconds when I try to watch them while surfing the internet! For example: I wanted to watch some of the one to one tutorials but I couldn't because ALL the vi

  • Required business scenarios (Functional spec) related to MDM

    Hi, I am new to MDM, 1) What are the different business requirement we get from cleint. 2) How to proceed with that business requirement and desing the same in MDM. Can any body send me the sample functional specification and technical specification

  • Randomizing the Array Size

    Hello, How do make a random number that is between 20 to 50, and then make the random number to be the size of that array. Also My assignment is to make a Binary Search Lab. What does the Word "probe" mean? Example: What entry? 14 status: found at in

  • Re: android for bb playbook

    hi this is my 1st post, i have been told the 17th feb for the bb playbook android app to go live, what i'm confused about is do i have to download anything or will it just connect to my bb playbook, itself,  i'm a bit thick when it comes to things li

  • Strange CS4 behavior

    Hi, I'm hoping someone can help me.  I am running CS4 on a windows xp sp3 with 2 gigs of ram. It has developed a strange problem.  I hope I can explain it so it is understandable.  On the main page it almost seems like there is a double page, like a