1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Hidetoshi Shimokawa
93aa89f88c Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
1999-01-16 12:15:50 +00:00
Paul Traina
53496fae1c time to go to sleep...call file by right name 1996-10-13 08:39:51 +00:00
Paul Traina
4477ccd6a8 Whoops, forgot to include the makefile patch 1996-10-13 08:18:35 +00:00
Paul Traina
961de0e15a 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
1996-10-13 08:13:18 +00:00