diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 16:10:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 16:10:29 +0000 |
commit | 566d64209ce8726d2b583bc94a0b6d662ff6cb30 (patch) | |
tree | 0c6d328f498bbffccfa922ae3ba9364e6205bb59 /news/tin/patches | |
parent | 672a07aa9f4cea7a5283beee2979dab37a026d0e (diff) | |
download | pkgsrc-566d64209ce8726d2b583bc94a0b6d662ff6cb30.tar.gz |
Update to 1.8.0.
Convert to options framework.
Prefer package version to internal version of pcre.
Add curses and inet6 options.
New features and changes since tin-1.6.0
Changes
-------
. interactive mailer can now be fed with headers. The old use_mailreader_i
config variable is obsolete and superseded by the new interactive_mailer
variable that can have three values:
0 no interactive mailreader (old use_mailreader_i=OFF)
1 interactive mailreader with headers
2 interactive mailreader without headers (old use_mailreader_i=ON)
New features
------------
. You can now specify a mailbox folder to save your sent mails (fcc=) so
you possibly don't need auto_cc or auto_bcc anymore. See tin(5).
. x_headers can take a command which generates the header(s). See tin(5).
. mime_forward (message/rfc822) attributes option
. single line scrolling in all levels
. minimalistic BiDi support (render_bidi)
. minimalistic IDNA decoding support
. display non-printable characters as octals in raw-mode
. user defined date_format
. support non-ascii key-bindings
. 'percentage match' threading
Retired Features
----------------
. AmigaOS support
Diffstat (limited to 'news/tin/patches')
-rw-r--r-- | news/tin/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/tin/patches/patch-aa b/news/tin/patches/patch-aa index 325335007e1..847bbacb7b7 100644 --- a/news/tin/patches/patch-aa +++ b/news/tin/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.2 2003/12/16 00:11:48 dillo Exp $ +$NetBSD: patch-aa,v 1.3 2006/01/01 16:10:29 wiz Exp $ ---- src/Makefile.in.orig Thu Jul 24 16:18:45 2003 +--- src/Makefile.in.orig 2005-07-16 21:49:36.000000000 +0200 +++ src/Makefile.in -@@ -326,7 +326,6 @@ install_manpage: $(DESTDIR)$(INS_MANUAL_ +@@ -336,7 +336,6 @@ install_manpage : $(DESTDIR)$(INS_MANUAL @$(INSTALL) -m 444 $(DOCDIR)/tin.1 $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/$(PROJECT).$(INS_MANUAL_EXT) @( $(CD) $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) && $(RM) -f r$(PROJECT).$(INS_MANUAL_EXT) && $(LN) $(PROJECT).$(INS_MANUAL_EXT) r$(PROJECT).$(INS_MANUAL_EXT) ) @$(INSTALL) -m 444 $(DOCDIR)/tin.5 $(DESTDIR)$(INS_MANUAL_DIR)5/$(PROJECT).5 - @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mbox.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 - file already exists" ; fi @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mmdf.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 - file already exists" ; fi - uninstall_manpage: + uninstall_manpage : |