diff options
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r-- | mail/mail-tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h index d19d6553ca..37afb8666c 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -47,7 +47,7 @@ CamelFolder *mail_tool_get_local_inbox (CamelException *ex); CamelFolder *mail_tool_get_inbox (const gchar *url, CamelException *ex); /* Get the "trash" for a url (uses global session) */ -CamelFolder *mail_tool_get_trash (const gchar *url, CamelException *ex); +CamelFolder *mail_tool_get_trash (const gchar *url, int connect, CamelException *ex); /* Does a camel_movemail into the local movemail folder * and returns the path to the new movemail folder that was created. which shoudl be freed later */ |