]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_rfc2047.c
+mhn.defaults.sh.cfg
[nmh] / sbr / fmt_rfc2047.c
index ef1bdfac8f50106c15f89aeea74517847a2fd2c0..9d5b6d3cbdea51626d07f956c48ad673b12a7dd2 100644 (file)
@@ -200,7 +200,7 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
             * empty encoded text. This ensures that we don't
             * malloc 0 bytes but skip on to the end
             */
-           if (endofmime == startofmime) {
+           if (endofmime == startofmime && use_iconv) {
                use_iconv = 0;
                iconv_close(cd);
             }