akifbilal / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 1 forks source link

a patch for grip to fix 0 new emails issue #465

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 25 Dec 2009 at 8:59

GoogleCodeExporter commented 8 years ago
Patch applied in r618.

Original comment by kennytm@gmail.com on 26 Jan 2010 at 6:40