Skip to content

Commit a3eeead

Browse files
hankypanky666josteink
authored andcommitted
Add support for unread and open_email events to new Gmail.
This fixes #484.
1 parent c0209a7 commit a3eeead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gmail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,13 +1126,13 @@ var Gmail = function(localJQuery) {
11261126
// "" : "star",
11271127
// "" : "undo_send",
11281128
// "" : "unmute",
1129-
// "" : "unread",
1129+
"^u" : "unread",
11301130
// "" : "unstar",
11311131
// "" : "new_email",
11321132
// "" : "poll",
11331133
// "" : "refresh",
11341134
// "" : "restore_message_in_thread",
1135-
// "" : "open_email",
1135+
"^o" : "open_email",
11361136
// "" : "toggle_threads"
11371137
};
11381138
const threadData = api.tools.get_thread_data(threadObj);

0 commit comments

Comments
 (0)