Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
var MARK_UNREAD = false; var ADD_UNSNOOZED_LABEL = false; return "Snooze/Snooze " + i + " days"; // Create the labels we’ll need for snoozing GmailAppcreateLabel"Snooze"; for var i = 1; i <= 7; ++i GmailAppcreateLabelgetLabelNamei; if ADD_UNSNOOZED_LABEL GmailAppcreateLabel"Unsnoozed"; var oldLabelnewLabelpage; for var i = 1; i <= 7; ++i newLabel = oldLabel; oldLabel = GmailAppgetUserLabelByNamegetLabelNamei; page = null; // Get threads in "pages" of 100 at a time while!page || pagelength == 100 page = oldLabelgetThreads0100; if pagelength > 0 if newLabel // Move the threads into "today’s" label newLabeladdToThreadspage; else // Unless it’s time to unsnooze it GmailAppmoveThreadsToInboxpage; if MARK_UNREAD GmailAppmarkThreadsUnreadpage; if ADD_UNSNOOZED_LABEL GmailAppgetUserLabelByName"Unsnoozed" addToThreadspage; // Move the threads out of "yesterday’s" label oldLabelremoveFromThreadspage;