Add import for 'important' headers.

Process and normalize some headers that will be used in quickly recalling
messages.
This commit is contained in:
2014-04-11 21:21:56 -07:00
parent aebb1a2c92
commit 14bd95851c
4 changed files with 121 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
DROP TABLE search_header;
CREATE TABLE search_header (
hash CHAR(40) REFERENCES original (hash),
name TEXT,
value TEXT
);