Useful google scripts to filter your inbox
- Go to (https://script.google.com) and add a new project.
- Copy the script from BZStatusProcessor.gs to the new gs file.
- Save the script (File -> Save).
- In "Select function", select
processInbox
as the startup function - Click "Run" button to run the script
- When presented, allow the script access to your inbox.
- Go to your inbox and see the new tags added.
- Now, that you are satisfied with the results, go to Edit -> Current projet's triggers
- Click link to add new trigger
- Select
processInbox
as the startup function - Select when the script should run. Notice that the duration should be less than the interval specified in
newer_than
term - Save the new trigger.
You can install chrome extension that enables you to sync github and google scrips directly. Just clone the script to your git repo, sync your local repo with google scripts and follow the guidelines from earlier.
Enjoy!