* mu-msg-file: ensure that mu_msg_file_get_header always returns proper utf8

This commit is contained in:
djcb
2012-01-12 00:21:33 +02:00
parent 1a45c45e79
commit 5fb5347bc8
2 changed files with 32 additions and 11 deletions

View File

@ -32,13 +32,17 @@
G_BEGIN_DECLS
struct _MuMsgFile {
GMimeMessage *_mime_msg;
time_t _timestamp;
size_t _size;
char _path [PATH_MAX + 1];
char _maildir [PATH_MAX + 1];
/* list where we push allocated strings so we can
* free them when the struct gets destroyed
*/
GSList *_free_later;
};