~ken-vandine/evolution-indicator/unity_counter

« back to all changes in this revision

Viewing changes to src/evolution-indicator.c

  • Committer: Didier Roche
  • Date: 2010-10-14 12:27:45 UTC
  • Revision ID: didier.roche@canonical.com-20101014122745-p72o66kmlpa1fzvp
remove workaround as e-d-s get it right now

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
  if (!t->new)
226
226
                return;
227
227
 
228
 
  if (only_inbox && !(t->is_inbox || (g_strrstr (t->uri, "local#Inbox") !=  NULL)))
 
228
  if (only_inbox && !(t->is_inbox))
229
229
  {
230
230
    g_debug ("EI: %s is not an inbox", t->uri);
231
231
    return;