summaryrefslogtreecommitdiff
path: root/libmailutils/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-08-01 22:24:56 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-08-01 22:24:56 +0300
commitb1d907181773eac9a53d70f7af1c6abc8a8d74f4 (patch)
treee02e5bf65003d02b3e5005aaf094bdc0868aa324 /libmailutils/tests/Makefile.am
parent2843c4054207db33a1237a6991143564c086b3d2 (diff)
downloadmailutils-b1d907181773eac9a53d70f7af1c6abc8a8d74f4.tar.gz
mailutils-b1d907181773eac9a53d70f7af1c6abc8a8d74f4.tar.bz2
New function to reconstruct message envelope from the headers.
* include/mailutils/sys/message_stream.h (_mu_message_stream): Reorganize structure. * libmailutils/base/amd.c: Use mu_message_reconstruct_envelope instead of the amd-specific envelope functions. * libmailutils/stream/message_stream.c: Likewise. * libmailutils/tests/readmesg.at: New test case. * libmailutils/tests/readmesg.c: New test program. * libmailutils/tests/Makefile.am: Add new tests. * libmailutils/tests/testsuite.at: Likewise. * mh/tests/mhl.at: Update expected output. * mh/tests/mhn.at: Likewise. * testsuite/mh/mbox1/: Fix timestamps in X-Envelope-Date * testsuite/mh/teaparty/: Likewise.
Diffstat (limited to 'libmailutils/tests/Makefile.am')
-rw-r--r--libmailutils/tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index 7b8fb7a08..bd0b781c0 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -56,6 +56,7 @@ noinst_PROGRAMS = \
modmesg\
parseopt\
prop\
+ readmesg\
recenv\
scantime\
strftime\
@@ -168,6 +169,7 @@ TESTSUITE_AT += \
parseopt_help11.at\
parseopt_help12.at\
prop.at\
+ readmesg.at\
recenv.at\
scantime.at\
strftime.at\

Return to:

Send suggestions and report system problems to the System administrator.