Skip to content

Instantly share code, notes, and snippets.

@lukeman
Created April 20, 2009 01:59
Show Gist options
  • Save lukeman/98320 to your computer and use it in GitHub Desktop.
Save lukeman/98320 to your computer and use it in GitHub Desktop.
$ cd ~/Library/Mail
$ sqlite3 Envelope\ Index
SQLite version 3.4.0
Enter ".help" for instructions
sqlite> select avg(size) from messages;
32984.7982999518
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment