Been two days now that the stock Gmail app has stopped marking read emails as read. They still look like they've been read and the subject text loses its boldness indicating it has been but the new message counter indicated that it hasn't. Logging in to Gmail from a PC also shows they've not been marked read. Forcefully marking them read doesn't do the trick either.
In the app I can use GMail style searches (which are awesome and I love by the way) to find unread emails and they show up, in bold, and unread. I'm talking about doing a search like "is:unread" by the way.
I want to reinstall Gmail.apk but not sure wher to get it... link?
UPDATE: Duh, its in the market.
Related
Hello all,
First I want to say thanks to all the developers and everyone who works so hard to make great stuff!
My question is regarding GMail: I use SkyRaider 3.0 RC2 Vanilla, Launcher Pro Plus, King's #3, OC to 1.13, s-off. I decided to enable the Priority Inbox Beta in my GMail account. I receive quite a bit of emails each day, so it did it's thing by filtering out the good and bad. When I receive a couple emails from people who are people I regularly get emails from, they appear in my Priority Inbox.
My phone's GMail icon will display 2 for 2 unread messages, but when I click on it only one unread shows up. I delete it, so now the unread out is at 1, but nothing is there. I cannot get it to clear unless I go to a computer to log in and get rid of it. I confirmed that both emails are in the same inbox.
Is that normal? I was able to get it corrected by disabling the Priority Inbox, and then clearing the GMail data/cache. Back to normal. Batt pulls, cycling power, nothing would clear the unread count. I understand that this feature is in its Beta phase, and what I am seeing is normal? Any comments?
The same thing has been happening the past few days for me. However I haven't enabled the Priority Inbox feature, and I'm on the 8/1 2.2 leak. I don't think its due to Priority Inbox, but rather a bug with the Gmail app. Just my two cents.
You have to go online in your browser and click on the unread email. I don't know why it's like that but that is how I have been dealing with the issue. If you open your phone's browser and log into gmail you will see the email it is reading and open it or delete it and it will zero out. Prior to rooting I had this issue as well, but could go to the "all mail" label and find what it was seeing, now even when I open it on my phone, it still shows unread sometimes.
I'd like to chime in and say I too noticed this problem today. It showed I had 5 unread messages. When I look in the inbox on my phone they were all read. However going to gmail on my computer showed the unread messages. Its as if the 'read' flag isn't being updated.
I am having a strange new issue with my gmail app.
When i read an email on my desire via the original gmail app, it doesn’t get marked as read on the actual web version. I go to gmail on my pc and see ih ave 20 unread messages, buti have read all these on the phone. I though the new gmail update would have fixed this but it hasn’t.
Also, it seems to be taking quite a long time to send out emails. Have i been stupid and turned of an option somewhere? Strangely enough when i press menu and labels the inbox says unread of 20, but when i click on it they are all read.
Auto Sync is on, background data is on, gmail sync is on. I have tried manually refreshing.
Any ideas?
It's not a bug, it's always been like this for me
Really,
this has never been the case before. Not, even my email notification bar shows 14 unread, when there should only be one. Before when there was only 1 unread the notification bar showed the email subject aswell, now it just says 14 unread!!!
wardy277 said:
I am having a strange new issue with my gmail app.
When i read an email on my desire via the original gmail app, it doesn’t get marked as read on the actual web version. I go to gmail on my pc and see ih ave 20 unread messages, buti have read all these on the phone. I though the new gmail update would have fixed this but it hasn’t.
Also, it seems to be taking quite a long time to send out emails. Have i been stupid and turned of an option somewhere? Strangely enough when i press menu and labels the inbox says unread of 20, but when i click on it they are all read.
Auto Sync is on, background data is on, gmail sync is on. I have tried manually refreshing.
Any ideas?
Click to expand...
Click to collapse
Maybe u need to enable IMAP on the web version. It always worked for me.
I actually like the fact it doesn't update online. I tend to scan read on my phone and properly read online or once downloaded to Outlook (at which point they're archived).
If I refresh my inbox online it then shows them as read/archived but it doesn't bother me tbh
IMAP is enabled, I havent touched any setting on the web as i have no need to use the web version. i read and reply to most of my emails via the app.
wardy277, I have exactly the same issue.
Everything works fine until a few days. Now my phone Gmail can not send email, "read" flag is not visible on web, deleted message stays on web application, unread message counter is broken (it shows, for example, 10 unread mail, when there must be only 2), and so on... Everything works as expected before.
Hope Google will fix it soon.
I'm glad i am not the only one. strange that it is only limited to a few people. Maybe there is a setting somwhere or a broken connection via t-mobile?
My phone was doing this earlier today. I found a solution to get your gmail app marking mail as read on the server again. Go into settings-applications-gmail and clear the data on the app then open gmail again and it will re-sync your mail. This will fix the problem or at least it did for me. This also solves issues of the app not sending messages.
I have the exact same problem. Clearing data works ..but after the first time .. it again goes back into the passive mode
A little late...
I know this thread is quite old but I just fixed this on my windows 8 phone.
I have the same problem with my HTC 8x. I wrote a simple script in Google Scripts that runs every 15 minutes and marks ALL email as read and then goes back thru the inbox and marks all my inbox items as unread.
Solves my problem.
When I get the time I will make the script to where it skips the inbox altogether and just marks any items NOT in my inbox as read.
Here's the code:
Code:
/* Marks all emails as read, loops back and marks all inbox items as unread */
function markNonInboxItemsRead(threadId) {
/* Mark all items read */
var threadsAll = GmailApp.search('is:unread');
for (var i = 0; i < threadsAll.length; i++){
threadsAll[i].markRead();
}
/* Mark any inbox item as unread /=*/
var threadsInbox = GmailApp.search('label:Inbox');
for (var j = 0; j < threadsInbox.length; j++){
threadsInbox[j].markUnread();
}
};
It's easy to do and to setup a trigger.
Hi,
I have seen various topics on contacts syncing and how to avoid sync with Google account to pollute the Contacts on the phone with what is not part of "My Contacts". I have been to apply most of this but it seems that it is only partial:
I can get the People application to show only the contacts I want, this is fine.
The issue is that when I send an email and I start typing in the To field, I'm offered all possible contacts, even the ones I explicitly filtered out and which are not appearing in People application...
Is this the expected behaviour? I hope no Is there something I can do to avoid that?
Any chance it could be a left over for a first sync? If yes, how can I clean it for good?
Thanks a lot for any help on this,
If you're talking about the Gmail app... it works the same way it does online, so you'll get all the contacts. I don't think you can change this.
I was talking about email and sms apps.
For Gmail, I'm clear it works as you say (even if the proposed contacts are not sorted in the same way on Android than in the browser, and it is a bit less convenient).
Hello,
would you kindly tell me how I can do a "Select All" email on my DZ?
I have downloaded 200+ emails from my server, they all appear as unread emails. I can select one at a time to mark as read, however, it is too labour intensive to tick-select all of them one by one.
Is there an application I can install for this?
Thanks for your help.
For gmail I know the only real way to do it is to do the Check > Menu > Mark Read.
But its weird, have you checked your email on your PC? I was having an issue when I would sync my phone to my email client and it would say that there were unread messages, and then when searching on the PC I found them. Once they were found, I marked them as read, the phone would resync and then the emails were gone.
IVI4V3R1CK said:
For gmail I know the only real way to do it is to do the Check > Menu > Mark Read.
But its weird, have you checked your email on your PC? I was having an issue when I would sync my phone to my email client and it would say that there were unread messages, and then when searching on the PC I found them. Once they were found, I marked them as read, the phone would resync and then the emails were gone.
Click to expand...
Click to collapse
I am afraid re-syncing does not change the unread emails to read status on phone.
I hope this can be found out.
I have found a temporary measure in that it is not part of the messaging application from HTC or Android.
Here is the source: http://androidforums.com/droid-support-troubleshooting/14432-how-mark-all-select-all-email-read.html
I hope others, who like me needed a solution will find this helpful.
Mine is showing one unread, even though all are showing gray and read in the app. Is there any way to reset or clear that?
I can scroll down and load more older emails, but reading them again doesn't clear the unread notification bubble.
I usually use a desktop browser to connect to Gmail and find/clear the unread message that way. You could probably use Chrome on your GN4 and request the desktop site and do it that way.
I'll try that. Thanks for the tip!