Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 1996 01:13:22 -0700 (PDT)
From:      Paul Traina <pst>
To:        CVS-committers, cvs-all, cc:  (comp{text}), cvs-ports
Subject:   cvs commit:  ports/mail/mh/patches patch-ae
Message-ID:  <199610130813.BAA20379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
pst         96/10/13 01:13:19

  Added:       mail/mh/patches  patch-ae
  Log:
  The following patches enable RFC1342 compatible decoding of header fields
  for non-ascii character sets.
  
  Additional tips:
          setenv MM_CHARSET <rfc1342 charset>
          setenv LC_TYPE    <proper locale>
  
  e.g.    setenv MM_CHARSET KOI8-R
          setenv LC_TYPE    ru_RU.KOI8-R
  
  or      setenv MM_CHARSET iso-8859-1
          setenv LC_TYPE    iso_8859_1
  
  Change your mhl.format to read so that the new code will be invoked on
  interesting fields when you do a "show":
  
  From:formatfield="%(comp{text})"
  Reply-To:formatfield="%(comp{text})"
  To:formatfield="%(comp{text})"
  cc:formatfield="%(comp{text})"
  
  Obtained from: Ola Stromfors <Ola.S.Stromfors@telia.se>,
  	       Frederik H. Andersen <fha@dde.dk>,
  	       with fixes from anders@ifi.uio.no and pst@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610130813.BAA20379>