Open avar opened 14 years ago
The problem with your code snippet is that it is still monitoring the "unread" atom feed label. You need to find the atom label that corresponds with the #sent-label. Presumably this is "sent" - try it out and I think you'll find that it works. Better label functionality is one of the most requested features - I just haven't come up with a good design for it yet. :)
I send a lot of messages to mailing lists, and the best way to monitor replies is to check the #sent label in GMail for unread messages.
Unfortunately no GMail checker that I can find provides this feature, since you already have a feature for monitoring #all this should presumably be easy, but with this monkeypatch:
It doesn't work as expected. Perhaps you could look into it? Maybe as part of a more general "monitor unread messages under a given label" feature?