13 Commits

Author SHA1 Message Date
4063b48df7 Show From/Subject headers from messages with bad Dates. 2014-04-16 23:33:01 -07:00
f8d299b287 Initial version of query showing messages without date field. 2014-04-13 21:04:33 -07:00
0bf4581af7 Add index on hash for table original & header. 2014-04-13 21:03:54 -07:00
14bd95851c Add import for 'important' headers.
Process and normalize some headers that will be used in quickly recalling
messages.
2014-04-11 21:21:56 -07:00
aebb1a2c92 Show domain part of message-id sorted by popularity. 2014-04-09 19:41:21 -07:00
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