Comment 0 for bug 631644

Revision history for this message
Jeffrey Haemer (jeffrey-haemer+launchpad) wrote : Needs "Priority Inbox" option

Even if my gmail settings say "go to priority inbox," gm-notify always goes to my traditional inbox instead.

Probably an easy fix. If I replace "inbox" with "mbox" in gm-notify.py, it fixes the problem for me.

To make sure I'm being clear, the hack is this:

perl -i -pe 's/"inbox"/"mbox"/g' gm-notify.py

I.e., change inbox in quotation marks to mbox in quotation marks.