* mu-msg-file: ensure that mu_msg_file_get_header always returns proper utf8
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user