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 eb3fd0cb00..74cf74aeca 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -2190,7 +2190,7 @@ save_part_exec (struct _save_part_msg *m) else path = g_filename_to_uri (m->path, NULL, NULL); - if(!m->readonly){ + if (!m->readonly) { if (!(stream = camel_stream_vfs_new_with_uri (path, CAMEL_STREAM_VFS_CREATE))) { camel_exception_setv (&m->base.ex, CAMEL_EXCEPTION_SYSTEM, _("Cannot create output file: %s:\n %s"), |