8 Commits

Author SHA1 Message Date
2f6b083f47 Header import, and dumporiginal extensions.
Add ability to dump headers or mimetypes for original messages.
Add ability to dump all messages, instead of just hashes listed.
Add new command  cmd/headers to import all headers from messages in table
    original.  Utility can work incrementally or do fully table imports.
Moved 'fetch all original messages' code to db/util.go.  Added conditional
version given table name that will only return original messages that do not
    have matching hashes in the specified table.
2014-04-01 23:18:12 -07:00
61c61a1075 Set header name correctly. 2014-04-01 23:17:12 -07:00
8fb345cfb1 Query for messages needing contact extraction. 2014-03-29 22:33:05 -07:00
53485960db Use COALESCE instead of CASE for more concise query. 2014-03-28 20:16:13 -07:00
8f03a8072a Fill in empty count and name when value comes from unnamed. 2014-03-28 20:06:58 -07:00
1e70c13cf9 Harvest email addresses from messages.
Go tool for reading original messages from DB and filling out contact table.
SQL scripts for building address book table from most commonly referenced
    names per unique email address.
2014-03-27 21:38:00 -07:00
6e9423bdb1 Disk Usage per table for PostgreSQL. 2014-03-27 21:35:38 -07:00
06310ad1cc Rename pq -> pg (postgres has no Q). 2014-03-20 22:28:33 -07:00