nmhive.py: Use notmuch behind GET/POST /mid/<message_id>
authorW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 21:00:52 +0000 (14:00 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 21:02:07 +0000 (14:02 -0700)
commitfe9c70c04f77ee9f62a11507740e2eb65252bb43
treee3c7f50443d853e9a0e360ea815d6a1bda6c114c
parenta98096f129165be003294eaa5ad3596931c58ae7
nmhive.py: Use notmuch behind GET/POST /mid/<message_id>

With more per-request connections.  I don't currently check for
read/write lock contention, but ideally we'd return '202 Accepted' in
those cases and queue the changes for the next successful read/write
connection.
nmhive.py