Unread count for nesting Mail folders?

Is it possible for the unread count of a folder in Mail (4.5) to include the unread count of a nested folder? Effectively, I'd like the unread count to "roll up", so that collapsed folders do not hide unread messages in nested folders.

No, there is not. The Mail icon badge shows the count for the sum of the Inbox new mails only.
You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

Similar Messages

  • Unread counts on "rules" destination folders not updating

    Since I installed Leopard a few days ago I have a minor mail (3.1) issue. I use "rules" to distribute the mail to specified folders as it comes into the in box. The minor problem is that the unread counts on the destination folders is not always updating until they are clicked on. Anyone else see this? Normal? Fixable?

    I've been having the same problem ever since I upgraded from Tiger to Leopard -- new mail messages that are directed to IMAP mailboxes via rules don't always change the unread mail count of the mailbox until I switch to that mailbox.
    These are some of the steps I've taken to try and narrow the problem:
    + Disabled the use of the IDLE command (I'm not sure if my dovecot version 0.99.11 IMAP server supports it or not). Didn't seem to affect the problem.
    + Added a new rule (seemed to work okay -- unread count increased when mail was delivered to the mailbox). Since the problem seems more or less intermittent I'm not sure if this proves anything.
    + Removed old rules and replaced them with new rules that do the same thing. Still intermittent.
    + Tried clicking the "Get new mail in all accounts button", and it didn't update the unread count.
    A theory:
    + Some of these mailboxes are rather large. I'm wondering if that has anything to do with it. I've noticed that the "waiting" icon is displayed for about 5 seconds on one of the mailboxes.
    An oddity:
    + When I'm sitting here and an email message arrives and is moved to a mailbox via a rule, I hear the new mail sound, so I know the Mail application at some level is aware of this new message, but the mailbox unread count doesn't change until I switch to the mailbox.
    Some configuration information:
    + IMAP server (dovecot 0.99.11). Remained constant when I switched from Tiger to Leopard.
    + I leave all of my mail in mailboxes on the server.
    + I did have one interesting thing happen during the Tiger to Leopard upgrade that might be relevant -- after the upgrade, I had two "IMAP Account"s each with a copy of all of the mailboxes that are on the server. I'm guessing this somehow happened because I use either direct LAN access or ssh-tunnel access (when I'm on the road) and switch the name (and IP address) of the server as appropriate. Somehow this gave me two identically named accounts during the upgrade (one of the incoming mail servers was "ssh-tunnel" which is the host name I use for the ssh tunnel). I managed to remove one of them, but all of the mailbox settings in my rules disappeared and needed to be re-added.
    Any suggestions are welcome -- it's not fun "polling" mailboxes to see if someone has sent you mail and is awaiting a response!

  • Safari 4 tabs do not display unread counts for GMail and Google Reader

    To reproduce this, do the following:
    1. Create a bookmark for either GMail or Google Reader
    2. Click on the bookmark under Safari to load either site (make sure it has at least on unread item)
    The text in the tab title will not display the unread count. Instead, it displays either "GMail" or "Google Reader". Firefox displays the unread counts for both sites in the tab's title text as follows: "Gmail - Inbox(2) - <email addr>", "Google Reader (2)".
    This is the one of the main reasons why I will continue to use Firefox over Safari 4. Displaying the unread counts in the tab titles allows me quickly glance at the browser's window with both sites loaded in separate tabs to see if there are any unread items.

    I was able to fix the problem by disabling Gmail Labs (you can always reenable them again).
    http://mail.google.com/mail/?labs=0.
    Or go to Settings-Labs and you'll notice a link at the very top asking you if you want to kill all the labs if it breaks something on gmail...there's an escape hatch.

  • Getting different message count for some mail boxes in a particular account

    Hello,
    I am using java mail api in my project.
    I am using two methods
    Case 1 :
    folder.getMessageCount()
    case 2:
    getMessageCount(String folderName){
    int iCount = 0;
    Folder objFolder = store.getDefaultFolder();
    if (folderName != null && folderName.equalsIgnoreCase("") == false) {
    objFolder = objFolder.getFolder(folderName);
    iCount = objFolder.getMessageCount();
    return iCount;
    I am getting different output from both the above cases.
    I have tested both cases on many accounts and they give me same message count. but for one gmail account only they give me different message count for two folders, Inbox as well as Gmail/All.
    Can anyone tell me the reason for this difference.

    Yes, in case 1, i first open the folder and then i call folder.getMessageCount().
    I am using IMAP in both the cases
    as i used Store store = session.getStore("imaps");
    Yes, there is no new mail delivered to the folder when this methods are analyzed.
    i am getting different count as
    imap.getMessageCount() >> First way
    imap.getMessageCount(Bi testing) >> Another way:-
    imap.getMessageCount(Bi testing)--> Count = 4
    imap.getMessageCount()--> Count = 4
    imap.getMessageCount(INBOX)--> Count = 125
    imap.getMessageCount()--> Count = 117
    imap.getMessageCount(Personal)--> Count = 11
    imap.getMessageCount()--> Count = 11
    imap.getMessageCount(Receipts)--> Count = 6
    imap.getMessageCount()--> Count = 6
    imap.getMessageCount(Travel)--> Count = 36
    imap.getMessageCount()--> Count = 36
    imap.getMessageCount(Work)--> Count = 2
    imap.getMessageCount()--> Count = 2
    *imap.getMessageCount([Gmail]/All Mail)--> Count = 180*
    imap.getMessageCount()--> Count = 161
    imap.getMessageCount([Gmail]/Drafts)--> Count = 0
    imap.getMessageCount()--> Count = 0
    imap.getMessageCount([Gmail]/Sent Mail)--> Count = 40
    imap.getMessageCount()--> Count = 40
    imap.getMessageCount([Gmail]/Spam)--> Count = 0
    imap.getMessageCount()--> Count = 0
    imap.getMessageCount([Gmail]/Starred)--> Count = 0
    imap.getMessageCount()--> Count = 0
    imap.getMessageCount([Gmail]/Trash)--> Count = 15
    imap.getMessageCount()--> Count = 15
    In this two folders Inbox as well as [Gmail]/All Mail showing different counts when used on both methods.

  • Error in using flags for retrieving mail folders

    Hi i tried with the blow clde for retrieving the folders of the mail . i am getting the error . i.e
    Javax.mail.MessagingException:connection timed out
    the code is;
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Flags;
    import javax.mail.Folder;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.URLName;
    import javax.mail.internet.InternetAddress;
    public class MainClass {
    public static void main(String[] args) throws Exception {
    URLName server = new URLName("protocol://username@host/foldername");
    Session session = Session.getDefaultInstance(new Properties(), new MailAuthenticator());
    Folder folder = session.getFolder(server);
    if (folder == null) {
    System.out.println("Folder " + server.getFile() + " not found.");
    System.exit(1);
    folder.open(Folder.READ_ONLY);
    // Get the messages from the server
    Message[] messages = folder.getMessages();
    for (int i = 0; i < messages.length; i++) {
    // Get the headers
    System.out.println("From: " + InternetAddress.toString(messages.getFrom()));
    System.out.println("Reply-to: " + InternetAddress.toString(messages[i].getReplyTo()));
    System.out.println("To: " + InternetAddress.toString(messages[i].getRecipients(Message.RecipientType.TO)));
    System.out.println("Cc: " + InternetAddress.toString(messages[i].getRecipients(Message.RecipientType.CC)));
    System.out.println("Bcc: " + InternetAddress.toString(messages[i].getRecipients(Message.RecipientType.BCC)));
    System.out.println("Subject: " + messages[i].getSubject());
    System.out.println("Sent: " + messages[i].getSentDate());
    System.out.println("Received: " + messages[i].getReceivedDate());
    if (messages[i].isSet(Flags.Flag.DELETED)) {
    System.out.println("Deleted");
    if (messages[i].isSet(Flags.Flag.ANSWERED)) {
    System.out.println("Answered");
    if (messages[i].isSet(Flags.Flag.DRAFT)) {
    System.out.println("Draft");
    if (messages[i].isSet(Flags.Flag.FLAGGED)) {
    System.out.println("Marked");
    if (messages[i].isSet(Flags.Flag.RECENT)) {
    System.out.println("Recent");
    if (messages[i].isSet(Flags.Flag.SEEN)) {
    System.out.println("Read");
    if (messages[i].isSet(Flags.Flag.USER)) {
    // We don't know what the user flags might be in advance
    // so they're returned as an array of strings
    String[] userFlags = messages[i].getFlags().getUserFlags();
    for (int j = 0; j < userFlags.length; j++) {
    System.out.println("User flag: " + userFlags[j]);
    folder.close(false);
    class MailAuthenticator extends Authenticator {
    public MailAuthenticator() {
    public PasswordAuthentication getPasswordAuthentication() {
    return new PasswordAuthentication("username", "password");
    Any one can help me.

    Ok thankyou. i will do it from next time. Please give me code changes for my problem.

  • Unread count for RSS feeds ridiculously high

    I only have a total of 17620 files in ~/Library/Mail/RSS/ (find . -type f | wc -l). But within Mail some feeds say they have a total of about 4.294.966.000 messages. When I select other feeds the problem seems to be moving to those feeds as well.
    I believe I've also seen this behavior with 10.5.5. I've already tried removing and regenerating +~/Library/Mail/Envelope Index+, but that didn't fix it.

    Mail/30 minutes/after one month.
    But I don't see how that is relevant as Mail.app counts more messages than there are files.

  • Unread counter for whatsapp in xperia home?

    Why xperia home dont count whatsapp/viber/kakao and the other.. Samsung home count them

    This is a function provided by the application, not the home screen sorry. For this to appear the application in question would need to be programmed to do so in which case you would be best to speak with the developer of the application in question.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Is there any way to hide unread count on Mail for junk or trash folders?

    I have a ton of junk messages and messages in my trash folder, and I really don't care to see the unread count (I know, I'm being picky.) I can't find a way to hide the unread count for these folders and it's annoying to right click and select "mark all as read". Is there any way to hide the count automatically, or a filter I can set up? I know that you can adjust what unread count shows up on the dock, but I'm talking about the Mail program itself. Ideas? Thanks in advance, y'all!

    This is the action that I'm talking about. I set certain Gmail folders to be used for these 4 options. I would like to release those folders from their respective duties.

  • Google Mail in Apple Mail - Unread Counter Doesn't Update

    I have a minor but annoying problem with my Google Mail email account on Apple Mail. When I receive a new email to my Google Mail account, Apple Mail displays the unread mail counter as expected. However, once I read the new email in my inbox, the email counter for the inbox sets to 0, but the counter for Google Mail (on the left hand side) remains at 1. If I then expand the Google Mail account at the left hand side, the counter updates itself without clicking the supposed unread email. This doesn't happen with other email accounts I have in Apple Mail. Any ideas?
    Cheers.

    ?

  • Is there a mark-unread option for mails on Iphone ?

    Hi all
    I was wondering whether there is unread option for the mails on the Iphone ?
    Thanks
    Hannes

    Tes there is.
    Open the message and at the bottom of the header is a button labeled "Mark as unread".
    Isn't the Internet great? You can get contradictory answers to the same question every day!

  • Safari does not display GMail/Google Reader unread counts in tab titles

    To reproduce this, do the following:
    1. Create a bookmark for either GMail or Google Reader
    2. Click on the bookmark under Safari to load either site (make sure it has at least on unread item)
    The text in the tab title will not display the unread count. Instead, it displays either "GMail" or "Google Reader". Firefox displays the unread counts for both sites in the tab's title text as follows: "Gmail - Inbox(2) - <email addr>", "Google Reader (2)".
    This is the one of the main reasons why I will continue to use Firefox over Safari. Displaying the unread counts in the tab titles allows me quickly glance at the browser's window with both sites loaded in separate tabs to see if there are any unread items.

    I had the same problem and was able to find a workaround. The key insight actually came from another one of your (jkwuc89) posts where you mentioned:
    Loading GMail or Google Reader from a Safari bookmark appears to behave differently when compared to loading either site from a link on another page.
    The solution is to change the address of your bookmark so that it is similar to loading the site from a link on another page. When you bookmark Gmail, it's address will read:
    https://mail.google.com/mail/#inbox
    However, edit the address of this bookmark to:
    javascript:window.location='https://mail.google.com/mail/#inbox'
    This Javascript snippet will trick Safari to open Gmail as if you had clicked a link on another page and the tab will display the correct page title including unread count. You can follow a similar pattern with Google Reader or other sites that exhibit a similar problem.

  • Safari 5.1.5 (Windows) RSS unread count no longer working

    With the previous version of Safari under Windows 7(SP1) the 'unread count' for the RSS feed bookmarks were only updated when Safari was restarted. This was bad enough, but now with Safari 5.1.5 they don't appear at all.
    I've even gone so far as removing every bit of Apple software (Safari, iTunes, iCloud, Mobile Me, Bonjour etc), removed all data in the user profile, rebooted a couple of times and completely reinstalled Safari iCloud and iTunes but still not working.
    I've been Googling about it but I couldn't find much about it, only confirmation of my previous problem (the need to restart Safari to update the counts)
    Am I the only one with this problem? Any suggestions?
    Thx, Tim

    @sean0826 -- this is why you don't use Java menus. Even javascript menus are a bad idea; you need to have a secondary menu system ANYTIME you have a menu system that requires a plugin or scripting to be active. NOT EVERYONE browses with that stuff on.
    The only thing you can do for now is FTP to your site and add in static menus (like we did in the "old days" at the bottom of the page; or rip out the Java Menus and install static or CSS versions.
    BTW where are you rmenus supposed to be. I have opera, safari, ff, and a few others. they all look the same. So if that's true, it's the plugin that's the problem, not safari.
    In Opera Pogo.com works. java loads, the game is there. It does have some drawing issues but not surprised.
    In Safair Pogo works fine. Just played a game of chess.

  • Wrong counts on unread emails on my gmail folders in Mac Mail

    Hi
    I have a tag showing unread emails in my Gmail folders in Mac Mail when I have no mail inside those folders.
    Sent Messages 133 and All Messages 244
    I have deleted mnessages everywhere and still this count tag appears with same number.
    Pierre

    There are two standard protocols for receiving email, POP and IMAP. In the POP (Post Office Protocol) when messages are "read" by your email client (Mail) they are downloaded and stored on the reading computer and deleted from the POP server. When you are using IMAP (Internet Message Access Protocol) the messages remain on the IMAP server until they are deleted. IMAP was created for exactly the situation you are trying to achieve. For example Apple's iCloud (formerly me.com, formerly mac.com) uses IMAP protocol. So whether I access my email on my Mac, my iPhone, my iPad, or via webmail I have access to all the files in all the various mailboxes automatically because they are all seeing and using the same online mailboxes. If I delete a message on any of the varioius devices it is deleted on all of the various devices.
    Whether you can use IMAP protocol or not depends on your email host and whether they have an IMAP server or not. Many ISPs do not offer IMAP because they do not want to bear the expense of the additional disk space required to store the IMAP messages. As I mentioned before Apple's free email service is by default IMAP. Google Mail offers a somewhat non-standard IMAP service. It works with Apple's email client, Mail, but it is just a bit "different".
    Personally I resisted using IMAP for years. Largely because I had always used POP and was comfortable with it. Once I got an iPhone and needed to synch my email between my computer and iPhone I realized IMAP was "the only way to go."

  • Any way to get the mail app to get updated message counts for other folders

    I've been wondering if there's a way to get the mail app to not only check if new mail exists in my main "inbox", but also all of the folders on my imap server? I can individually visit each folder I'm interested in and while it works, I have to guess what folders might have mail in them.. It would be great to have the phone check all folders (or perhaps a list of subscribed folders) for new mail on a regular basis.. Any ideas?

    I have opened a wrap-up thread related to the issue reported here and in many other threads -- "iPhone Mail does not poll IMAP subfolders for server-side processed e-mails": http://discussions.apple.com/thread.jspa?threadID=1355852

  • Mail unread Count out of Synch

    I synch my mail with an Exchange server. My Inbox and two other folders alway show 1 unread (Inbox has got 3 unread). "Mark All Messages as Read" doesn't change the unread count. Rebuild, restart mail doesn't help neither…
    Any clue?
    Michael

    Hey Barry
    Thanks for your post. It works better now. Do you have some background info about what's happening with mail here? Is it a communication problem with the mail server or so?
    Best
    Simon

Maybe you are looking for

  • Error while trying to expire item programmatically

    I'm trying to expire an item using WWSBR_API.MODIFY_ITEM_POST_UPLOAD. The API doc states that parameter p_expiration should be in the format 'dd-mon-yyyy HH12:MI PM'. However whenever I try to use this format the procedure returns the error: ORA-0183

  • Installation of Solaris 10 pr x86 paltform

    Hello ! Recently I get a version of Solaris 10 for x86 paltform. I've tried to install Solaris on my comp but I get the next error: elf32 read error Load error: Read of "paltform/i86pc/kernel/unix failed. First I thought that the problem is in SATA 1

  • VIBER

    can i use viber on my bb curve 9220? and if yes then from where should i download? and how i use to connect my phone to my pc, by using data cable i am unable to connect. help me out please. and also help me that how i use facebook without data servi

  • Regarding ERPI Data Loading

    Dear All, I have few doubts on ERP Integrator. 1) What are things required from Oracle GL to Planning for Data Loading using ERP Integrator? (Trail Balance is enough or we required some other file from Oracle GL) 2) Is there any scheduling options av

  • Pop ups in new browser window constantly - HELP

    A new Browser box has been constantly popping up with ads, facebook and other things right in the middle of whatever I am doing - this is getting very annoying. I have pop up blockers on and seems to happen only with Mozilla, which I love. I tried to