You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: