diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-21 00:01:01 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-21 00:01:01 +0800 |
commit | bc081447ebfff72bd9310306f40f286415f319c9 (patch) | |
tree | 2697dff521b5a182cf245f80ac4971fce81ee809 /mail/mail-ops.h | |
parent | 3c48cf5fc086d2f2b5ad0f56f6f58f2b83280fb7 (diff) | |
download | gsoc2013-evolution-bc081447ebfff72bd9310306f40f286415f319c9.tar.gz gsoc2013-evolution-bc081447ebfff72bd9310306f40f286415f319c9.tar.zst gsoc2013-evolution-bc081447ebfff72bd9310306f40f286415f319c9.zip |
Fix for bug 322160.
svn path=/trunk/; revision=31548
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 075aa748c5..31ece7a527 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -123,7 +123,7 @@ int mail_save_messages (CamelFolder *folder, GPtrArray *uids, const char *path, int mail_save_part (CamelMimePart *part, const char *path, void (*done)(CamelMimePart *part, char *path, int saved, void *data), - void *data); + void *data, gboolean readonly); /* yeah so this is messy, but it does a lot, maybe i can consolidate all user_data's to be the one */ void mail_send_queue (CamelFolder *queue, const char *destination, |