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.
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
- Add 'fast_header' table that is just the values we'd want to search on (i.e.
|
|
the headers we hash on, plus whatever is needed for jwz threading).
|
|
- Investigate stored procedures that update 'fast_header' automatically when
|
|
we we add bulk headers to table 'header'
|