Skip to content

Instantly share code, notes, and snippets.

@robin-drexler
Created June 6, 2013 18:20
Show Gist options
  • Save robin-drexler/5723692 to your computer and use it in GitHub Desktop.
Save robin-drexler/5723692 to your computer and use it in GitHub Desktop.
function archiveReadMails() {
var threads = GmailApp.search('label:inbox is:read -is:starred');
GmailApp.moveThreadsToArchive(threads);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment