* make mu-cmd reference-counted (make mu_msg_destroy internal, use

mu_msg_unref instead)
This commit is contained in:
Dirk-Jan C. Binnema
2011-01-09 18:54:14 +02:00
parent f1cedf7341
commit e0b484e922
11 changed files with 182 additions and 146 deletions

View File

@ -49,6 +49,8 @@ enum _StringFields {
typedef enum _StringFields StringFields;
struct _MuMsg {
guint _refcount;
GMimeMessage *_mime_msg;
MuMsgFlags _flags;