diff options
| author | David Bremner <david@tethera.net> | 2017-06-04 09:32:24 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-01 21:17:47 -0400 |
| commit | 4034a7cec75b785c9f935186a4daad7c325df56c (patch) | |
| tree | af829cc8130451562a691f3de22dbb26e4cc33fc /bindings/python/docs | |
| parent | 4a101ec7aabef163ffbdafe1b0a732bb23b3b0bc (diff) | |
lib: isolate n_d_add_message and helper functions into own file
'database.cc' is becoming a monster, and it's hard to follow what the
various static functions are used for. It turns out that about 1/3 of
this file notmuch_database_add_message and helper functions not used
by any other function. This commit isolates this code into it's own
file.
Some side effects of this refactoring:
- find_doc_ids becomes the non-static (but still private)
_notmuch_database_find_doc_ids
- a few instances of 'string' have 'std::' prepended, avoiding the
need for 'using namespace std;' in the new file.
Diffstat (limited to 'bindings/python/docs')
0 files changed, 0 insertions, 0 deletions
