Email counter stuck at 17

email counter stuck at "17" even when no new messages. when new messages come in and get read it still reads "17"?

Right-click Inbox - Mark Folder Read

Similar Messages

  • New email count stuck

    I recently updated to Lion and since then, the new mail count of one of my email addresses in mail is stuck on 17 new emails. New emails come in, I see them, read them, delete them, and it still says 17. There are no hidden unread emails. I have even removed the problematic address and re-installed it. Same issue. The 4 other addresses are fine. I didn't realize how much I relied on that count throughout the day! Hoping someone can help.

    If deleting the email accounts and setting them back up again as allan suggested does not work, there might be an issue with the software on the iphone.
    You might want to try the reset and/or restore if necessary.
    If you do reset or restore here is an article from the apple support website that might help out.
    http://docs.info.apple.com/article.html?artnum=305740
    Hope this helps.

  • Unread Email Count wrong for all eternity?

    I've read a number of threads where people had the same problem but I've never seen a solution. My unread email count on my Yahoo mail is stuck at 5 (+ whatever unread emails I really have.)
    I've:
    --Double-checked all folders. There are no unread emails I'm missing
    --Marked all emails as read in Yahoo just in case
    --Deleted and re-added my Yahoo mail account on my phone
    --Turned off and on, and done a hard reset on my phone
    --Prayed, sang voodoo chants, and yelled at the thing
    The false unread emails mock me. It's a minor annoyance but it bugs me because everything else just works so well that it sticks out.
    Anyone have the same problem and solve it? Please?!
    Thanks, Jeff

    Try doublclicking on the home button, find Yahoo icon, hold till wiggles, press red sign and close it... then reopen Yahoo and see if the issue is still there.
    It may work, but it is a very long shot.

  • Unread email count Is 3900 after upgrade to IOS 8.1.2

    AFter upgrading to IOS 8.1.2 my unread email count jumped to 3900 even though there is no email on my phone and none on the server. Is there a way of clearing this count?

    Hi, jaff067.  
    Thank you for visiting Apple Support Communities. 
    I understand that you have an unread message counter, but your mail account indicates all mail is read.  This usually means that you have an additional mail account setup.  Check to see if you can access this account or change mailboxes and clear the unread via the steps below.   
    Write messages
    Cheers, 
    Jason H.  

  • How can I setup an iCloud email counter in Safari?

    Would anyone know if there is a way to set up an iCloud email counter in the Safari toolbar so that one can see a notification if an email arrives to my iCloud email account?
    Or would you know if it is possible to add to iGoogle internet portal a "gadget" which would perform the same function.  I am using such a gadget for my Hotmail and gmail accounts.
    Henry

    Hi Clay
    Thank you for the response,  It is appreciated.  My Apple Mac OS is Lion 10.7.4.  Am concerned upgrading to Mountain Lion 10.8 as some perhaps some (or perhaps many?) of the applications I use on daily basis may not be ready yet? Should I not wait 3 or 4 months? When I upgraded to Lion I had issues with three if not four of the applications which were trying to catch up (Sonos, VLC etc.).
    I will certainly look for Growl.  Thanks again for the good support.
    Henry

  • Email counter and connection not working correctly after updates

    How do I fix the email counter on my dock bar it shows that I have 214 unread and they have all been read?
    Also, my email is constantly asking me to enter my password to establish connection this is after I have been working in email and sending and receiving emails fine.  Does anyone have a fix for this?

    I did find the problem with the counter.  It had to do with my Gmail account not my other email account.  I still haven't found the answer to the question of my connections to my email accounts are dropping and need me to enter my password though.  I have made sure that the passwords is correct that is entered.

  • IPad unread email count doesn't tally with Microsoft Exchange 2007 email count from OWA.

    I discovered that when we first setup the iPad to sync email from Microsoft Exchange 2007 server via ActiveSync, the total number of unread email count tally with the count from OWA. After a few days, the unread email count will be out of sync. The settings for iPad "Mail days to syn": No limit. Mail to show: 1000. iPad iOS: 5.1.1
    We performed the following:
    1.     Compare email by email to verify which are the read email from OWA doesn't sync to iPad. We discovered that some emails read from OWA doesn't sync with iPad even performed forced update. However, if we delete that read email from OWA, it will delete (unread) from iPad immediately after sync.
    2.     Email recall message for successful recalled displayed in OWA but not on iPad.
    3.     Calendar invite message forward as email displayed in OWA but not in iPad.
    Is there a bug for Microsoft Exchange 2007 or there is limitation for iPad?
    Any kind expert can advice?
    Thanks.

    Can you do setup an unread mail folder that shows all unread mail regardless of what folder it really is in on the iPhone mail program somehow?
    No.
    If not, can this be submitted as an enhancement as it makes email use very cumbersome.
    Yes. You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • Email count not displaying in iOS 8.0.2

    So immediately after upgrading to iOS 8.0.2 my email count stopped showing up on the screens icon. I've tried restarting and deleting my email accounts and adding them back and nothing changes. Anyone else experiencing this?

    I recently upgraded Mountain Lion to Mavericks. Until now it's been disappointing. I read about these so-called syncing features too late.
    See How to locally sync an iPhone with OS X Mavericks? iCloud is NOT an option.

  • Duplicate entries in table & email count

    hi,,
    In my selection screen i have 3 fields-
    billing doc--vbeln
    customer no--kunnr
    email id -
    when i give inputs in this selection screen fields and execute it mail is sent and
    the inputs given for the fields are stored in a ZTABLE.
    my requirement is if user is entering 90073336,66789 and daniel
    once it gets stored in the ztable. if once again i am giving the
    same input, it doesnot get stored in my ztable.
    can i get duplicate entries in my ztable. if yes how?
    and if my receiver mail id is daniel
    no of times email count should be one.if again daniel then two.
    if harry.the one.
    thnx..

    Hi,
    please help me in that counter loop code..how to do this!!
    and how to code for duplicate entries.
    DATA:  ITAB21 TYPE hashed TABLE OF zmailhist WITH UNIQUE key mandt vbeln kunnr,
           WA LIKE LINE OF ITAB21.
    WA-VBELN = P_VBELN.
          INSERT WA INTO TABLE ITAB21.
          WA-KUNNR = P_KUNNR.
          INSERT WA INTO TABLE ITAB21.
          TRANSLATE V_ID TO LOWER CASE.
          CONCATENATE V_ID '@cadence.com'  INTO CHAR1.
          WA-UNAME = CHAR1.
          INSERT WA INTO TABLE ITAB21.
          WA-VSURA = SY-UZEIT.
          INSERT WA INTO TABLE ITAB21.
          WA-ERDAT = SY-DATUM.
          INSERT WA INTO TABLE ITAB21.
              IF SY-SUBRC = 0.
                 V_VSTAT = '0'.
              ELSE.
                 V_VSTAT = '1'.
              ENDIF.
          WA-VSTAT = V_VSTAT.
          INSERT WA INTO TABLE ITAB21.
          WA-NAME1 = I_TAB1-EMAIL.
          INSERT WA INTO TABLE ITAB21.
    INSERT zmailhist FROM TABLE ITAB21 ACCEPTING DUPLICATE KEYS.
    its not picking the duplicate entries..pls help

  • 5th gen ipod counter stuck at 0:00

    Already tried the 5 r's with no success. which is to say ipod restored and all music seems to be loaded, but will not play with counter stuck on 0:00. Any ideas?

    First, to Athena53, these forums are user to user forums and besides Apple employees who monitor the forums for content, they generally do not answer questions here.
    Second, my own experience with the counter stuck at 0:00 is there is a bug in the 5th generation iPod firmware where when you wake up the iPod, plug in the headphones, then try to play something, it will often get stuck at 0:00. A reset of the iPod gets it out of that state.
    The work around is that the problem is plugging in the headphones first. Instead I start the iPod playing, THEN plug in the headphones and I never get the problem. And I have verified that it always occurs when the headphones are plugged in first then hitting play after the iPod wakes up.
    Regards,
    Patrick

  • No new emails count beside the mailbox icon

    Morning.
    The dockling displays the red star containig the count of new emails in INBOX, but beside the INBOX icon in Mail.app is no blue circle with the new emails count.
    Why that? It's a common IMAP account.
    TIA and kind regards, Friedrich

    I've started to receive emails - be aware that the time stamp on emails in Mac Mail and in iCloud are showing as different. So emails that appear to have just been sent MAY actually be from yesterday and earlier today when iCloud was down.
    This is the same email - top example is from Mac Mail, bottom from iCloud webmail - note the different times.

  • Unread email count wrong on my IPad

    The Unread email count is wrong on my IPad. I have read other threads about this issue but they all seem to point to Macs. I did just update to IOS 6 last Monday(5 days ago)

    I deleted the account and reinstalled it and the count is now correct.

  • Why doesnt my inbox give me an email count when i open an email?

    I have downloaded the new software, and now when I go into an email, it no longer shows me the email count at the top...ie 1 of 164.  Has this feature gone away or is there a setting where I can add this feature back to my inbox?

    I see the number.  See the upper left here:
    UPDATE - To clarify, I see the number of unread email messages remaining in this account.  The "of ... " has been removed from iOS 7.
    Message was edited by: sberman

  • HT1694 Unread email count is wrong

    Hi,
    Unread email counter is wrong after search. Has been happening for a long time and still no fix from apple.
    Thanks for help

    Hi, jaff067.  
    Thank you for visiting Apple Support Communities. 
    I understand that you have an unread message counter, but your mail account indicates all mail is read.  This usually means that you have an additional mail account setup.  Check to see if you can access this account or change mailboxes and clear the unread via the steps below.   
    Write messages
    Cheers, 
    Jason H.  

  • I have a one-line, yellow email address stuck on my screen.

    I have a one-line, black-on-yellow email address stuck on my MacBook Pro screen. It looks like a skinny sticky but that's not what it is. More like a label. It's driving me nuts trying to get rid of it. Restart doesn't do it. Any ideas?

    Recently both the Yahoo! Toolbar extension and the Babylon extension have been reported to cause an issue like that. Disable or uninstall those add-ons.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Upgrade errors without using a gui

    I am on linux or unix and using exceed to run the installer across the network. It is very slow. I have done several installs/upgrades of different versions and types of oracle recently. Is there an easy way to get the errors or prereq failures witho

  • I tunes can't find original song files of all my songs.  How do I fix this?

    I tunes can't find original song files of all my songs.  How do I fix this?

  • "Error while using XML iview" with XML iview template

    Our portal platform: HP-UX,  WAS 6.40 JAVA, EP 6.0 SP14 We created an XML iview using XML iview template and configured the XML source URL with RSS feeder addresses such as"https://forums.sdn.sap.com/rss/rssmessages.jsp?forumID=41". And then select R

  • Oracle Client 10 Unattended Installation

    Hello, using the unattended installation mode: steup -nowait -force -silent -responseFile c:\test.rsp the installation failes. the errorlog tells me that DepMode and TLDepmode is not defines in the answer file. The test.rsp was recorded by using the

  • List all active login sessions IDs

    Hi, I want to enumrate all active login sessions for session IDs. I found some api SessionGetInfo which gives current user session ID. and getutmpxent which gives process id of (as i understand id of process creating session) all sessions. I want to