From 3fbb518335fe2271a31a6c4779affa4df42cf203 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 12 Aug 2013 14:40:35 -0400 Subject: lib: Document which strings are returned in UTF-8 Any string that ultimately comes from notmuch_message_file_get_header is in UTF-8. --- lib/notmuch-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/notmuch-private.h') diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index cc55bb9d..eced03e8 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -386,7 +386,7 @@ void notmuch_message_file_restrict_headersv (notmuch_message_file_t *message, va_list va_headers); -/* Get the value of the specified header from the message. +/* Get the value of the specified header from the message as a UTF-8 string. * * The header name is case insensitive. * -- cgit v1.2.3