Hello,
When opening Gmail from XNotifier would it be possible to fo straight to : "#label/unread" instead of inbox?
In Inbox I might have emails that are randomly read, but I would see just the unread ones.
Updated:
function getViewURL(aFolder)
from:
return this.viewURL ;
to:
return this.viewURL + "#label/unread";
annd works fine but it would be nice to be something official.