From 57561414d76297c16b4b6f3da570f14b4ddf020c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Apr 2010 11:20:53 -0700 Subject: Add authors member to message message->authors contains the author's name (as we want to print it) get / set methods are declared in notmuch-private.h Signed-off-by: Dirk Hohndel --- lib/notmuch-private.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/notmuch-private.h') diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 94cce1bc..6e83cc37 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -275,6 +275,16 @@ _notmuch_message_talloc_copy_data (notmuch_message_t *message); void _notmuch_message_clear_data (notmuch_message_t *message); +/* Set the author member of 'message' - this is the representation used + * when displaying the message */ +void +notmuch_message_set_author (notmuch_message_t *message, const char *author); + +/* Get the author member of 'message' */ +const char * +notmuch_message_get_author (notmuch_message_t *message); + + /* index.cc */ notmuch_status_t -- cgit v1.2.3