From 5e3aa6024fcca1200e0fe1930dfa01057841335d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 18 Aug 2010 22:49:46 +0300 Subject: [PATCH] * mu-msg-gmime: slight doc update --- src/mu-msg-gmime.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mu-msg-gmime.h b/src/mu-msg-gmime.h index 161a5f63..bcc79b43 100644 --- a/src/mu-msg-gmime.h +++ b/src/mu-msg-gmime.h @@ -220,8 +220,9 @@ const char* mu_msg_gmime_get_subject (MuMsgGMime *msg); * * @param msg a valid MuMsgGMime* instance * - * @return the Message-Id of this Message or NULL in case of error or if there - * is none. the returned string should *not* be modified or freed. + * @return the Message-Id of this Message (without the enclosing <>) + * or NULL in case of error or if there is none. the returned string + * should *not* be modified or freed. */ const char* mu_msg_gmime_get_msgid (MuMsgGMime *msg);