* mu: provide fake-msgids for messages without; this fixes the problem where e.g. draft messages

were not visible when using --include-related
This commit is contained in:
djcb
2013-04-09 21:20:25 +03:00
parent 21a216acd2
commit 3dc98724b3
4 changed files with 42 additions and 23 deletions

View File

@ -261,9 +261,9 @@ const char* mu_msg_get_subject (MuMsg *msg);
*
* @param msg a valid MuMsg* instance
*
* @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.
* @return the Message-Id of this message (without the enclosing <>),
* or a fake message-id for messages that don't have them, or NULL in
* case of error.
*/
const char* mu_msg_get_msgid (MuMsg *msg);