diff options
-rw-r--r-- | mail/mail-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 4bde9475a3..705785eac4 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1256,12 +1256,12 @@ mail_build_attachment(CamelFolder *folder, GPtrArray *uids, /* ** LOAD FOLDER ********************************************************* */ -/* there hsould be some way to merge this and create folder, since both can +/* there should be some way to merge this and create folder, since both can presumably create a folder ... */ struct _get_folder_msg { struct _mail_msg msg; - + char *uri; guint32 flags; CamelFolder *folder; |