diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-14 13:27:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-14 13:27:17 +0000 |
commit | 39b5f23ca6946548805b09eead5f8b0bfdef7da3 (patch) | |
tree | 3a97881cbf41e0785550c0c400f86d2a9ef5a661 /mail/elm+ME/files/patch-af | |
parent | Don't create group-writable directories. (diff) |
Upgrade to +82, add CP1251 support
Notes
Notes:
svn path=/head/; revision=31641
Diffstat (limited to 'mail/elm+ME/files/patch-af')
-rw-r--r-- | mail/elm+ME/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/elm+ME/files/patch-af b/mail/elm+ME/files/patch-af new file mode 100644 index 000000000000..f9c60663f91c --- /dev/null +++ b/mail/elm+ME/files/patch-af @@ -0,0 +1,11 @@ +--- hdrs/cs_imp.h.old Wed Aug 9 18:14:33 2000 ++++ hdrs/cs_imp.h Mon Aug 14 17:10:56 2000 +@@ -155,7 +155,7 @@ + uint16 iso646[12]; + struct utfmap utfmap; + } b; +-} map_ascii, map_latin1, map_koi8r, map_invariant, map_utf8; ++} map_ascii, map_latin1, map_koi8r, map_cp1251, map_invariant, map_utf8; + + extern unsigned char map_fallback_rev P_((unsigned int val, int *found)); + extern uint16 map_fallback P_((unsigned int c)); |