With the new Gmail, when threads are snoozed, they reappear with the "Snoozed X Days Ago" annotation. Additionally, they are then sorted based on unsnooze date (i.e., when they are moved into the inbox) and not on the date of the last received message in the thread as they are normally. I can't find anything in the Google Apps Script reference which would indicate it is possible to change these thread attributes.
My goal is to be able to sort the messages based on the last received date as they are otherwise sorted. There must be another attribute somewhere related to snooze by which they are sorted and removing that attribute or setting it to the same date as the last received would then sort the threads by that date. Any ideas?
Thanks!