Skip to content

Commit 2d2a4df

Browse files
committed
snapshot of project "tin", label ctin960815
1 parent 0f73fa4 commit 2d2a4df

File tree

24 files changed

+1567
-364
lines changed

24 files changed

+1567
-364
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
--unoff BETA release 960815 --
2+
3+
152) Jungshik Shin <jshin@pantheon.yale.edu>
4+
ADD. rfc1557 support
5+
FIX. several supplied patches
6+
7+
151) Dirk Nimmich <nimmich@uni-muenster.de>
8+
ADD. rewrote options 'M'enu, add several configurable options
9+
ADD. getline() now allows to set maximum number of characters to type
10+
in.
11+
FIX. several supplied patches
12+
113
--unoff BETA release 960814 --
214

315
150) Torsten Neumann <torsten@imke.infodrom.north.de>

INSTALL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ Compiled & installed on the following machines:
405405
AlphaStation ??? & OSF/1 v3.2 with gcc 2.7.1
406406

407407
6) Sun SPARCsystem 10/30 & SunOS 5.4 with gcc 2.6.3
408+
?? & SunOS 5.5 with cc
408409

409410
7) Intergraph Clipper & CLIX 7.5 with gcc 2.7.1
410411

@@ -414,6 +415,7 @@ Compiled & installed on the following machines:
414415
9) i486 & NetBSD 1.1 with gcc 2.4.5
415416

416417
10) IBM PowerPC RS6000/40p & AIX 4.1.4.0 with gcc 2.7.2
418+
?? & AIX 3.2 with gcc 2.3.3
417419

418420
11) i586 & SCO OpenServer Enterprise System (ver 5.0.0b)
419421
with SCO OpenServer Development System (ver 5.0.0a)

MANIFEST

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
MANIFEST for tin-1.3-unoff-BETA-960814 (Thu Aug 15 19:55:35 MET DST 1996)
1+
MANIFEST for tin-1.3-unoff-BETA-960815 (Fri Aug 16 03:21:36 MET DST 1996)
22
----------------------------------------------------
3-
34012 ./CHANGES
3+
34387 ./CHANGES
44
12949 ./TODO
5-
5174 ./Makefile
6-
17182 ./INSTALL
7-
2088 ./MANIFEST
5+
5194 ./Makefile
6+
17249 ./INSTALL
7+
2113 ./MANIFEST
88
1272 ./README
99
896 ./tinpp
1010
19318 ./aclocal.m4
1111
130893 ./configure
1212
14907 ./configure.in
1313
4771 ./install.sh
14-
11394 ./makefile.in
15-
818 ./conf-tin
16-
69407 ./doc/tin.1
14+
11414 ./makefile.in
15+
981 ./conf-tin
16+
70481 ./doc/tin.1
1717
23650 ./doc/iso2asc.txt
1818
1822 ./doc/hashing.doc
1919
2513 ./include/amiga.h
2020
2131 ./include/amigatcp.h
21+
11098 ./include/conf.h
2122
8483 ./include/config.h
22-
34336 ./include/extern.h
23-
9728 ./include/menukeys.h
23+
40510 ./include/extern.h
24+
10042 ./include/menukeys.h
2425
718 ./include/msmail.h
2526
4765 ./include/nntplib.h
2627
2305 ./include/os_2.h
27-
1805 ./include/patchlev.h
28-
28690 ./include/proto.h
28+
1940 ./include/patchlev.h
29+
29152 ./include/proto.h
2930
1376 ./include/stpwatch.h
30-
42092 ./include/tin.h
31+
42609 ./include/tin.h
3132
4101 ./include/win32.h
3233
791 ./include/win32tcp.h
3334
19408 ./src/active.c
@@ -38,19 +39,19 @@ MANIFEST for tin-1.3-unoff-BETA-960814 (Thu Aug 15 19:55:35 MET DST 1996)
3839
23226 ./src/attrib.c
3940
8217 ./src/charset.c
4041
1558 ./src/color.c
41-
44234 ./src/config.c
42+
54045 ./src/config.c
4243
19759 ./src/curses.c
4344
12323 ./src/debug.c
4445
2826 ./src/envarg.c
4546
18975 ./src/feed.c
4647
35697 ./src/filter.c
47-
10648 ./src/getline.c
48+
10804 ./src/getline.c
4849
41264 ./src/group.c
4950
3211 ./src/hashstr.c
5051
8979 ./src/help.c
51-
11837 ./src/inews.c
52-
28851 ./src/init.c
53-
41508 ./src/lang.c
52+
12140 ./src/inews.c
53+
29190 ./src/init.c
54+
54341 ./src/lang.c
5455
1740 ./src/list.c
5556
12078 ./src/mail.c
5657
17740 ./src/main.c
@@ -66,18 +67,18 @@ MANIFEST for tin-1.3-unoff-BETA-960814 (Thu Aug 15 19:55:35 MET DST 1996)
6667
34645 ./src/page.c
6768
24090 ./src/parsdate.y
6869
6414 ./src/pgp.c
69-
74644 ./src/post.c
70-
4873 ./src/prompt.c
70+
74695 ./src/post.c
71+
9134 ./src/prompt.c
7172
53 ./src/proto.sed
7273
23382 ./src/refs.c
73-
6144 ./src/rfc1521.c
74-
15908 ./src/rfc1522.c
74+
8438 ./src/rfc1521.c
75+
17248 ./src/rfc1522.c
7576
33938 ./src/save.c
7677
4386 ./src/screen.c
7778
9644 ./src/search.c
7879
35255 ./src/select.c
7980
5758 ./src/sigfile.c
80-
10912 ./src/signal.c
81+
10930 ./src/signal.c
8182
5777 ./src/strftime.c
8283
26074 ./src/thread.c
8384
4804 ./src/wildmat.c
@@ -86,5 +87,5 @@ MANIFEST for tin-1.3-unoff-BETA-960814 (Thu Aug 15 19:55:35 MET DST 1996)
8687
6294 ./src/xref.c
8788
5522 ./src/vms.c
8889
6837 ./include/autoconf.hin
89-
10775 ./src/Makefile.in
90-
1464307 total
90+
10857 ./src/Makefile.in
91+
1515400 total

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT = tin
44
EXE = tin
55
MANEXT = 1
66
LVER = 1.3
7-
PVER = 960814
7+
PVER = 960815
88
VER = $(LVER)-unoff-BETA-$(PVER)
99
MAIL_ADDR = "urs@akk.uni-karlsruhe.de"
1010

@@ -18,6 +18,7 @@ SRCDIR = ./src
1818
HFILES = \
1919
$(INCDIR)/amiga.h \
2020
$(INCDIR)/amigatcp.h \
21+
$(INCDIR)/conf.h \
2122
$(INCDIR)/config.h \
2223
$(INCDIR)/extern.h \
2324
$(INCDIR)/menukeys.h \

conf-tin

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ if test -z "$CFLAGS" ; then
3535
esac
3636
fi
3737

38+
# set --with-mail-gateway or --with-mail-domain and
39+
# --with-nntp-default-server to your local needs
40+
3841
CFLAGS="$CFLAGS" \
3942
CC="$CC" \
4043
./configure --verbose \
4144
--disable-echo \
4245
--enable-nntp-only \
43-
--with-mail-domain=/etc/NNTP_INEWS_DOMAIN \
46+
--with-mail-gateway=/etc/NNTP_INEWS_DOMAIN \
47+
--with-nntp-default-server=news.akk.uni-karlsruhe.de \
4448
$OPTS $* 2>&1 |tee -a $OUT

doc/tin.1

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,25 @@ If ON use inverse video for page headers at different levels. Default is ON.
11751175
If ON keep all failed postings in \fI$HOME/dead.articles\fP besides keeping the
11761176
last failed posting in \fI$HOME/dead.article\fP. Default is ON.
11771177
.TP 4
1178+
\fBmail_8bit_header\fP
1179+
Allows 8bit characters unencoded in the header of mail message.
1180+
Default is OFF. Turning it ON is effective only if mail_mime_encoding is
1181+
also set to 8bit. Leaving it OFF is safe for most users except for Korean
1182+
users with localized sendmail.
1183+
.TP 4
1184+
\fBmail_mime_encoding\fP
1185+
MIME encoding of the body in mail message, if necessary (8bit, base64, quoted-printable,7bit)
1186+
Default is 8bit. If set to 7bit, EUC-KR/JP/CN is encoded into ISO-2022-KR/JP/CN.
1187+
Currently, only ISO-2022-KR is implemented.
1188+
.TP 4
1189+
\fBmm_char\fP
1190+
charset used for MIME header in news posting and mail message.
1191+
If MIME_STRICT is defined at compile time,
1192+
charset other than the value of this parameter is considered
1193+
not displayable and replaced as '?'. Otherwise, all character
1194+
sets are regarded as compatible with the display. The environment
1195+
variable MM_CHARSET overrides the setting.
1196+
.TP 4
11781197
\fBkeep_posted_articles\fP
11791198
If ON keep all postings in \fI$HOME/Mail/posted\fP. Default is ON.
11801199
.TP 4
@@ -1184,9 +1203,6 @@ Default is "In article %M you wrote:"
11841203
\fBmark_saved_read\fP
11851204
If ON mark articles that are saved as read. Default is ON.
11861205
.TP 4
1187-
\fBmime_encoding\fP
1188-
MIME encoding of the body, if necessary (8bit, base64, quoted-printable).
1189-
Default is 8bit.
11901206
.TP 4
11911207
\fBnews_quote_format\fP
11921208
Format of quote line when posting/following up an article (%A=Address, %D=Date,
@@ -1200,6 +1216,14 @@ Turn off advertising in header (X-Newsreader/X-Mailer). Default is OFF.
12001216
If ON put cursor at first unread article in group otherwise at last article.
12011217
Default is ON.
12021218
.TP 4
1219+
\fBpost_8bit_header\fP
1220+
Allows 8bit characters unencoded in the header of news article.
1221+
Default is OFF. Only enacted if post_mime_encoding is also set to 8bit.
1222+
.TP 4
1223+
\fBpost_mime_encoding\fP
1224+
MIME encoding of the body in news posting, if necessary (8bit, base64, quoted-printable)
1225+
Default is 8bit.
1226+
.TP 4
12031227
\fBpost_process_type\fP
12041228
Type of post processing to perform after saving articles.
12051229
0=(none) 1=(unshar) 2=(uudecode) 3=(uudecode & list zoo)

0 commit comments

Comments
 (0)