De-noising the inbox

A little while ago, inspired by Paul Christiano’s post about various habits he found useful, I decided to put a bit more work into my email processing. Paul had one email trick that sounded particularly useful:

I set gmail to archive all emails on arrival and assign them the special label “In.” This lets me to search for emails and compose emails, using the normal gmail interface, without being notified of new arrivals. I process the items with label “in” (typically turning emails into todo items to be processed by the same system that deals with other todo items) at the beginning of each half day. Each night I scan my email quickly for items that require urgent attention.

I use email asynchronously, but was still checking it multiple times a day, and even when I didn’t immediately respond to most of my emails this took up a lot of attention. Enforcing processing only once a day sounded attractive. (I had previously tried doing this purely by force of will, and this was helpful but easy to slip from, e.g. when I was composing new emails or searching my history.)

I tried Paul’s exact solution briefly, but most of the Gmail user interface is designed with inbox processing, rather than label processing, in mind—this setup messes with, among other things, some keyboard shortcuts, Boomerang,1 and the “send and archive” button. I looked around for things that would let me just hide the inbox from the Gmail UI, but they didn’t seem to exist. So finally I wrote a little piece of Google Apps Script to do the job.

While I was scripting my inbox, I realized that I could add a couple more enhancements:

So far, I’ve found it very helpful. I typically only deal with 5-10 emails per day now (whereas before I was dealing with 25-50). On the weekend I go over another 100-200 emails but usually only for a few seconds each. So far the Gmail “important” filter has about a 3% false negative rate (emails that I wish it had flagged as important but it didn’t), and none of them have been actually necessary to respond to.

To use the script, make a copy of it in your own drive via the link above. Then follow the instructions written at the top of the script.

I hope this is helpful. Enjoy!


  1. This is a referral link which will give both of us a month of free paid service if you sign up for the paid plan. ↩︎

Comments

email me replies

format comments in markdown.

Your comment has been submitted! It should appear here within 30 minutes.
Reece

Hey, this sounds like a really useful system! I think Google’s gotten more strict with its security since this blog was published. Tried to deploy following your instructions, but Google says I can’t authorize it until “the developer” authorizes “the app” with Google. Funny because it recognizes I’m “the developer” trying to deploy this on my Gmail account! I’m a newbie to coding (less than a week) so it’s very likely that I’m missing something here despite my Googling to troubleshoot this. Just wanted to give you a heads up anyways!

email me replies

format comments in markdown.

Your comment has been submitted! It should appear here within 30 minutes.