]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Look at post instead of inc to determine build options in build_nmh.
[nmh] / uip / mhparse.c
index daf7c40ca4f7909fde3edd33353b7f5b0183c7d5..3d4d773318e4202b6d599956aa41a599180b098a 100644 (file)
@@ -3129,7 +3129,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: