-
Notifications
You must be signed in to change notification settings - Fork 5
Description
In some e-mail conversations with David Lechner, I suggested that Gmail Buttons add support for Gmail's conversation "muting" functionality. In Gmail's web interface, this functionality allows the user to "mute" or unsubscribe from a particular thread (conversation in Gmail speak). Received mail within the same thread will still be received and kept, but will bypass the inbox (i.e., be automatically archived). When you mute a thread, it also archives any existing messages in the thread.
Some experimentation shows that Gmail adds the "\Muted" label to messages in the thread. Unmuting the thread removes this label and restores the message(s) to their original folder (not sure how it remembers this).
Thunderbird already includes an "Ignore Thread" function (and "Ignore Subthread"), but these functions only ignore the thread within the Thunderbird client's view. They do not affect views of the thread from other clients.
Desired use cases are as follows:
- User clicks "mute" button. "\Muted" label is applied and message(s) are removed from the "folder" they are currently in.
- User finds message in "All Mail" folder (label) and clicks "unmute" button. "\Muted" label is removed from message(s) and they are restored to their original folder (label(s)).
additional desirable behavior: clicking or actuating Thunderbird's "Ignore Thread" functionality actually performs the actions above.