diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-10 06:47:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-10 06:47:42 +0800 |
commit | fc87a9ba54dac044742a1070a997a7a66e477a18 (patch) | |
tree | 7fb8db68d499435f64759815aa0a69fcb8e66216 /camel/camel.h | |
parent | 0260b93bff2e0f2b9e0b0aa44c0d0ce80dc3cd11 (diff) | |
download | gsoc2013-evolution-fc87a9ba54dac044742a1070a997a7a66e477a18.tar.gz gsoc2013-evolution-fc87a9ba54dac044742a1070a997a7a66e477a18.tar.zst gsoc2013-evolution-fc87a9ba54dac044742a1070a997a7a66e477a18.zip |
New file with new function to dot-lock an mbox file and copy it to a safe
* camel-movemail.c: New file with new function to dot-lock an mbox
file and copy it to a safe private directory.
svn path=/trunk/; revision=2356
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel.h b/camel/camel.h index a92d69e04d..0c9a045afb 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -46,6 +46,7 @@ extern "C" { #include <camel/camel-mime-body-part.h> #include <camel/camel-mime-message.h> #include <camel/camel-mime-part.h> +#include <camel/camel-movemail.h> #include <camel/camel-multipart.h> #include <camel/camel-op-queue.h> #include <camel/camel-provider.h> |