diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 1a78c2c7af..271315a2aa 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1242,7 +1242,7 @@ mail_get_store(const char *uri, void (*done) (char *uri, CamelStore *store, void { struct _get_store_msg *m; int id; - + m = mail_msg_new(&get_store_op, NULL, sizeof(*m)); m->uri = g_strdup(uri); m->data = data; |