We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0209a7 commit a3eeeadCopy full SHA for a3eeead
src/gmail.js
@@ -1126,13 +1126,13 @@ var Gmail = function(localJQuery) {
1126
// "" : "star",
1127
// "" : "undo_send",
1128
// "" : "unmute",
1129
- // "" : "unread",
+ "^u" : "unread",
1130
// "" : "unstar",
1131
// "" : "new_email",
1132
// "" : "poll",
1133
// "" : "refresh",
1134
// "" : "restore_message_in_thread",
1135
- // "" : "open_email",
+ "^o" : "open_email",
1136
// "" : "toggle_threads"
1137
};
1138
const threadData = api.tools.get_thread_data(threadObj);
0 commit comments