diff options
author | Not Zed <NotZed@Ximian.com> | 2003-11-14 07:17:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-11-14 07:17:31 +0800 |
commit | 2699c4c41f9bfe08f6b69c982a7014f577ee0786 (patch) | |
tree | 306c1cf35b74ba9a5750834ea76ce0767b07ea19 /camel/tests/smime/Makefile.am | |
parent | cac6efa61f999754fb2832b3600c89b3b5f9d96d (diff) | |
download | gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar.gz gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar.bz2 gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar.lz gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar.xz gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.tar.zst gsoc2013-evolution-2699c4c41f9bfe08f6b69c982a7014f577ee0786.zip |
Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): new
2003-11-13 Not Zed <NotZed@Ximian.com>
* camel-mime-parser.c: Remove mempool code, we use the stuff in
e-util.
(PRESERVE_HEADERS): new compile option, if on, we preserve headers
and folding exactly rather than unfolding all input. THIS BREAKS
EVERYTHING right now, so don't turn it on.
* camel-gpg-context.c (gpg_decrypt): reset the input memstream
before passing it to the gpg engine.
* tests/smime/pgp-mime.c (main): redirect /dev/null to stdin so it
doesn't hang waiting for input.
(main): removed from build - this tests multipart/signed
explictly, but now the details of this is handled directly by the
cipher context.
* tests/smime/pgp.c (main): fixes for api changes.
(main): redirect /dev/null to stdin so it doesn't hang waiting for
input.
* tests/message/test1.c (main): update for api changes.
* camel-smime-context.c (sm_verify): look at the content object's
mime type, not the container's type.
svn path=/trunk/; revision=23343
Diffstat (limited to 'camel/tests/smime/Makefile.am')
-rw-r--r-- | camel/tests/smime/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am index ea3cab9d52..b14d804dc3 100644 --- a/camel/tests/smime/Makefile.am +++ b/camel/tests/smime/Makefile.am @@ -17,8 +17,8 @@ LDADD = \ $(EVOLUTION_MAIL_LIBS) check_PROGRAMS = \ - pgp \ - pgp-mime + pgp +# pgp-mime # pkcs7 -TESTS = pgp pgp-mime #pkcs7 +TESTS = pgp #pgp-mime pkcs7 |