Currently, my iPod Touch (1G,3.1.2) is setup to use push gmail. I don't
know what conditions push grip into producing the "0 new emails" but it was
somewhat annoying so I took a look at the code and fixed the problem with
one line of code.
Right above line 295 in YouveGotMail.m (says: [bridge
notifyWithTitle:title..., ie the part where the plugin actually posts the
notification), add "if (msgCount > 0)".
This should fix the problem.
Original issue reported on code.google.com by r0ssa...@gmail.com on 8 Dec 2009 at 10:17
Original issue reported on code.google.com by
r0ssa...@gmail.com
on 8 Dec 2009 at 10:17