diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-02 06:21:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-02 06:21:10 +0800 |
commit | 07f5146f0832d7611a21b328723382583b7107e0 (patch) | |
tree | f9d55761d6b6f3863fdaddf32c6e63bfa713f279 | |
parent | 271fc70bc3375774f84782c4769857b292406de8 (diff) | |
download | gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar.gz gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar.bz2 gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar.lz gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar.xz gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.tar.zst gsoc2013-evolution-07f5146f0832d7611a21b328723382583b7107e0.zip |
oops, camel-smime.h no longer exists. #include camel-smime-context.h and camel-smime-utils.h instead.
svn path=/trunk/; revision=10083
-rw-r--r-- | mail/mail-crypto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-crypto.h b/mail/mail-crypto.h index 2508d77304..a4eaba42b0 100644 --- a/mail/mail-crypto.h +++ b/mail/mail-crypto.h @@ -25,7 +25,8 @@ #include <camel/camel.h> #include <camel/camel-pgp-mime.h> -#include <camel/camel-smime.h> +#include <camel/camel-smime-context.h> +#include <camel/camel-smime-utils.h> #ifdef __cplusplus extern "C" { |