|  |  |  | Camel Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
gint camel_movemail (const gchar *source,const gchar *dest,GError **error);
This copies an mbox file from a shared directory with multiple readers and writers into a private (presumably Camel-controlled) directory. Dot locking is used on the source file (but not the destination).
| 
 | source file | 
| 
 | destination file | 
| 
 | return location for a GError, or NULL | 
| Returns : | Returns -1 on error. |