]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Added "true" to end of flex fixups in configure.ac, in case the
[nmh] / uip / mhparse.c
index daf7c40ca4f7909fde3edd33353b7f5b0183c7d5..5e35cbbf5c77e49881765681d17453a38e766914 100644 (file)
@@ -11,8 +11,6 @@
 #include <fcntl.h>
 #include <h/signals.h>
 #include <h/md5.h>
-#include <errno.h>
-#include <signal.h>
 #include <h/mts.h>
 #include <h/tws.h>
 #include <h/mime.h>
@@ -3129,7 +3127,7 @@ ce_str (int encoding) {
     case CE_BASE64:
         return "base64";
     case CE_QUOTED:
-        return "quoted";
+        return "quoted-printable";
     case CE_8BIT:
         return "8bit";
     case CE_7BIT: