]> git.cworth.org Git - notmuch/commit
lib: basic message-property API
authorDavid Bremner <david@tethera.net>
Mon, 13 Jun 2016 01:05:50 +0000 (22:05 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 21 Sep 2016 21:14:24 +0000 (18:14 -0300)
commitb8bb6d796458732622f80464dd808b3e02f57d9d
treeb9c301e7aeb3ddb4e9b773eaedc9ea24ee302611
parent8b03ee1d5a310f82718281362d105ff09e30148f
lib: basic message-property API

Initially, support get, set and removal of single key/value pair, as
well as removing all properties.
lib/Makefile.local
lib/message-private.h [new file with mode: 0644]
lib/message-property.cc [new file with mode: 0644]
lib/message.cc
lib/notmuch.h
test/T610-message-property.sh [new file with mode: 0755]