/* * Send all drafts labeled "send-tomorrow". */ function sendDayOldDrafts() { var threads = GmailApp.search('in:draft label:send-tomorrow'); for (var i=0; i