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

15 Commits

Author SHA1 Message Date
Paul Traina
11796d8e54 Fix manpage description of maildelivery database.
Find sendmail in /usr/sbin/sendmail.

PR:		4532 & 2653
1997-09-22 17:52:30 +00:00
Peter Wemm
19d481cd4e Increase the max length of the .mh_sequences lines from 2048 to 4096
(BUFSIZ * 2 -> BUFSIZ * 4).  I found out the hard way that when the
"unseen:" squence hits the limit, all sorts of things start failing and
this causes secondary problems in exmh (like you can't delete things).
Since "memory is cheap" this should probably be bigger, except that 2900
unseen messages in your inbox is already slow.
1997-02-03 04:57:25 +00:00
Masafumi Max NAKANE
28e0ad9b92 The routine m_atoi in libmh handled filename like [0-9]+~ as regular mail
file, where it should only treat [0-9]+.  This bug was present when mh's
configuration contains locale definition.
Submitted by:	Dave Marquardt <marquard@Zilker.NET>
(Closing PR #2088.)
1997-01-07 10:12:53 +00:00
Masafumi Max NAKANE
5e801915d5 Due to hardcoded wrong utmp location, lib/mh/rcvtty didn't work.
(Closing PR #1965.)
Submitted by:	Tom Pusateri <pusateri@jnx.com>
PR-Ignored by:	pst
1997-01-07 09:26:49 +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
Paul Traina
6cc416dad8 Merge Mark's changes and my previous changes together to provide a 6.8.4
with the same functionality as 6.8.3.
1996-04-27 19:16:48 +00:00
Mark Murray
13053f004a Add POP services to MH. Mercifully, this is actually quite light on bloat.
Also add some repairs to the slocal .maildelivery db file system for
BSD4.4.
Submitted by:	Paul Traina (.maildelivery repairs)
1996-04-27 17:43:54 +00:00
Mark Murray
ff4781ad57 With the 6.8.4 MegaPatch, most of our kluges no longer apply, so
remove them, and only bring back shared libraries and an appropriate
mtstailor.
1996-04-27 13:18:38 +00:00
Paul Traina
d260a31f0a Fix shared library linking (again).
Fix and enable pop support code.
Fix and enable slocal msgid support code (eliminates duplicates) if .db file
present.
1996-02-23 01:25:09 +00:00
Mark Murray
64ba958522 Cosmetic cleanup. 1995-12-05 12:38:18 +00:00
Gary Palmer
b8e2f8fda3 Take out the APOP option from the default config (even though it
was commented out). APOP causes problems if you try to compile
with it optioned in.
1995-08-15 20:08:02 +00:00
Jordan K. Hubbard
41fb88d2c1 From: Mark Murray <mark@grondar.za>
Subject: misc/88: MH has no 'local' shared libraries.

>Number:         88
>Category:       misc
>Synopsis:       MH has no 'local' shared libraries.

Fix.
Submitted by:	mark
1994-12-27 22:41:37 +00:00
Paul Traina
47ed59f7d1 MH 6.8.3 port 1994-10-04 23:32:54 +00:00