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 3c229fab2b..71608f5856 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -293,7 +293,7 @@ fetch_mail_fetch (struct _mail_msg *mm) if (!fm->delete || camel_exception_is_set (&mm->ex)) camel_uid_cache_save (cache); - /* if we are deleting off the server an no exception occured + /* if we are deleting off the server and no exception occured * then iterate through the folder uids and mark them all * for deletion. */ if (fm->delete && !camel_exception_is_set (&mm->ex)) { |