summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-01-16 17:18:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-01-17 11:47:42 +0200
commit206b664ae62807ce41779a087251f56cdfe957bd (patch)
treea13cd594ae1501e77c1a87f58e34126325725829 /testsuite
parentfdf27cc40bc54494c89e86da5dfdce8b0248f2d3 (diff)
downloadmailutils-206b664ae62807ce41779a087251f56cdfe957bd.tar.gz
mailutils-206b664ae62807ce41779a087251f56cdfe957bd.tar.bz2
Minor changes
* configure.ac: Set version 3.1.91 * NEWS: Update. * doc/texinfo/programs.texi: Minor change. * libmailutils/mime/mime.c (_mime_part_size) (_mime_body_lines): Fix counting. Return 0 if MIME is empty.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/mimetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mimetest.c b/testsuite/mimetest.c
index 1e4f5949a..8ec5088d8 100644
--- a/testsuite/mimetest.c
+++ b/testsuite/mimetest.c
@@ -29,7 +29,7 @@
#include <mailutils/mailutils.h>
-void message_display_parts(mu_message_t msg, int indent);
+void message_display_parts (mu_message_t msg, int indent);
const char *from;
const char *subject;

Return to:

Send suggestions and report system problems to the System administrator.