diff options
| author | David Bremner <david@tethera.net> | 2016-06-12 22:05:50 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-21 18:14:24 -0300 |
| commit | b8bb6d796458732622f80464dd808b3e02f57d9d (patch) | |
| tree | b9c301e7aeb3ddb4e9b773eaedc9ea24ee302611 /lib/Makefile.local | |
| parent | 8b03ee1d5a310f82718281362d105ff09e30148f (diff) | |
lib: basic message-property API
Initially, support get, set and removal of single key/value pair, as
well as removing all properties.
Diffstat (limited to 'lib/Makefile.local')
| -rw-r--r-- | lib/Makefile.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local index b13513a2..3d1030a5 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -49,6 +49,7 @@ libnotmuch_cxx_srcs = \ $(dir)/directory.cc \ $(dir)/index.cc \ $(dir)/message.cc \ + $(dir)/message-property.cc \ $(dir)/query.cc \ $(dir)/query-fp.cc \ $(dir)/config.cc \ |
