summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-10-13 08:18:35 +0000
committerPaul Traina <pst@FreeBSD.org>1996-10-13 08:18:35 +0000
commit4477ccd6a84346abe5cd87a687d751c0c66e2aa8 (patch)
treeb8ce593fabb0cda6bee29820b5c0eb7226d09789 /mail
parentThe following patches enable RFC1342 compatible decoding of header fields (diff)
Whoops, forgot to include the makefile patch
Notes
Notes: svn path=/head/; revision=3970
Diffstat (limited to 'mail')
-rw-r--r--mail/mh/files/patch-ae28
1 files changed, 24 insertions, 4 deletions
diff --git a/mail/mh/files/patch-ae b/mail/mh/files/patch-ae
index c080ee22cced..f7cb12e4e1b3 100644
--- a/mail/mh/files/patch-ae
+++ b/mail/mh/files/patch-ae
@@ -14,10 +14,10 @@ or setenv MM_CHARSET 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})"
+ From:formatfield="%(comp{text})"
+ Reply-To:formatfield="%(comp{text})"
+ To:formatfield="%(comp{text})"
+ cc:formatfield="%(comp{text})"
---------------------------------------------------------
@@ -33,6 +33,26 @@ cc:formatfield="%(comp{text})"
# If you want POP support, this will help you get started, but feel
# free to customize it.
+--- conf/makefiles/sbr.864 Sun Oct 13 01:15:28 1996
++++ conf/makefiles/sbr Sun Oct 13 01:15:50 1996
+@@ -50,7 +50,7 @@
+ ruserpass.c \
+ @END: NORUSERPASS
+ showfile.c smatch.c sprintb.c ssequal.c strindex.c trimcpy.c \
+- uleq.c uprf.c vfgets.c formatdef.c m_msgdef.c
++ uleq.c uprf.c vfgets.c formatdef.c m_msgdef.c rfc1384.c
+
+
+ OFILES = add.o adios.o admonish.o addrsbr.o advertise.o advise.o \
+@@ -69,7 +69,7 @@
+ ruserpass.o \
+ @END: NORUSERPASS
+ showfile.o smatch.o sprintb.o ssequal.o strindex.o trimcpy.o \
+- uleq.o uprf.o vfgets.o formatdef.o m_msgdef.o
++ uleq.o uprf.o vfgets.o formatdef.o m_msgdef.o rfc1384.o
+
+ @BEGIN: SHAREDLIB
+ ODEFS = formatdef.o m_msgdef.o
--- sbr/formatsbr.c.orig Sat Oct 12 23:05:07 1996
+++ sbr/formatsbr.c Sun Oct 13 00:08:31 1996
@@ -114,13 +114,13 @@