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 3976323 commit 3390c16Copy full SHA for 3390c16
advanced/gmail.gs
@@ -46,7 +46,7 @@ function listInboxSnippets() {
46
});
47
if (threadList.threads && threadList.threads.length > 0) {
48
for (const thread of threadList.threads) {
49
- console.log("Thread ID: %s", thread.id);
+ console.log("Snippet: %s", thread.snippet);
50
}
51
52
pageToken = threadList.nextPageToken;
0 commit comments