2013-11-14 15:04:02 +00:00
|
|
|
$OpenBSD: patch-h_mhparse_h,v 1.2 2013/11/14 15:04:02 bentley Exp $
|
2013-11-14 07:36:27 +00:00
|
|
|
|
|
|
|
Fix for mhshow-charset- directives in .mh_profile being broken
|
|
|
|
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=b5f46f4ba364af010a7ef5afb20b667fcbe9b136
|
|
|
|
|
|
|
|
|
|
|
|
--- h/mhparse.h.orig Sat Feb 4 21:16:59 2012
|
|
|
|
+++ h/mhparse.h Mon Oct 28 01:09:06 2013
|
|
|
|
@@ -162,10 +162,8 @@ struct Content {
|
|
|
|
#define TEXT_ENRICHED 0x03
|
|
|
|
|
|
|
|
/* Flags for character sets */
|
|
|
|
-#define CHARSET_UNKNOWN 0x00
|
|
|
|
+#define CHARSET_SPECIFIED 0x00
|
|
|
|
#define CHARSET_UNSPECIFIED 0x01 /* only needed when building drafts */
|
|
|
|
-#define CHARSET_USASCII 0x01
|
|
|
|
-#define CHARSET_LATIN 0x02
|
|
|
|
|
|
|
|
/* Structure for text content */
|
|
|
|
struct text {
|