diff options
author | tron <tron@pkgsrc.org> | 1999-08-18 00:22:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-18 00:22:33 +0000 |
commit | 0fbdac05758936beb4967063b5faa9d3e7ac74e4 (patch) | |
tree | bd1d0a55b3a67540fbbea05bf5762464e6f6ee69 /mail/mutt/patches | |
parent | 507575b27c0361f45a7ebf477cafd91aac78ae8e (diff) | |
download | pkgsrc-0fbdac05758936beb4967063b5faa9d3e7ac74e4.tar.gz |
Update "mutt" package to version 0.95.7. Changes since 0.95.6:
- The $in_reply_to configuration variable is gone. The In-Reply-To
header currently only contains the message-id of the message to
which the reply refers. This is to make sure that this header is
correctly formatted.
- Lots of bugs present in 0.95.6 were fixed.
Diffstat (limited to 'mail/mutt/patches')
-rw-r--r-- | mail/mutt/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mutt/patches/patch-ab b/mail/mutt/patches/patch-ab new file mode 100644 index 00000000000..4e80bee0554 --- /dev/null +++ b/mail/mutt/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 1999/08/18 00:22:34 tron Exp $ + +--- charsets/Makefile.in.orig Tue Aug 17 20:30:14 1999 ++++ charsets/Makefile.in Wed Aug 18 01:46:39 1999 +@@ -37,7 +37,7 @@ + all: charsets.list + + parse_i18n: parse_i18n.o $(LIBOBJS) +- $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) @LIBS@ ++ $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) + + strcasecmp.o $(LIBOBJS): + cd .. && $(MAKE) $(LIBOBJS) |