* make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
This commit is contained in:
@ -49,6 +49,8 @@ enum _StringFields {
|
||||
typedef enum _StringFields StringFields;
|
||||
|
||||
struct _MuMsg {
|
||||
guint _refcount;
|
||||
|
||||
GMimeMessage *_mime_msg;
|
||||
MuMsgFlags _flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user