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 1c3411d645..71e1bfedc9 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1983,7 +1983,7 @@ save_messages_save (struct _mail_msg *mm) CamelStreamFilter *filtered_stream; CamelMimeFilterFrom *from_filter; CamelStream *stream; - int fd, i; + int i; char *from; stream = camel_stream_vfs_new_with_uri (m->path, O_WRONLY | O_CREAT | O_TRUNC, 0666); |