aboutsummaryrefslogtreecommitdiffstats
path: root/news/tin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-05 13:09:10 +0800
committerache <ache@FreeBSD.org>1997-03-05 13:09:10 +0800
commitc80bebd04a5ac7750c1a189be0ba1d072524d0dd (patch)
treef974693bf1f3d2cc236aaef96ce861b33ad33165 /news/tin
parente26de6fedf1e1128343246c34ddf2a5bdd108bbd (diff)
downloadfreebsd-ports-gnome-c80bebd04a5ac7750c1a189be0ba1d072524d0dd.tar.gz
freebsd-ports-gnome-c80bebd04a5ac7750c1a189be0ba1d072524d0dd.tar.zst
freebsd-ports-gnome-c80bebd04a5ac7750c1a189be0ba1d072524d0dd.zip
FIx ~/.tin/headers usage
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/files/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
new file mode 100644
index 000000000000..38fcfdd772b7
--- /dev/null
+++ b/news/tin/files/patch-aa
@@ -0,0 +1,24 @@
+*** src/init.c.bak Tue Mar 4 21:34:58 1997
+--- src/init.c Wed Mar 5 07:35:05 1997
+***************
+*** 647,653 ****
+ joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE);
+ joinpath (mailgroups_file, rcdir, MAILGROUPS_FILE);
+ joinpath (motd_file, libdir, MOTD_FILE);
+- joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE);
+ joinpath (news_active_file, libdir, get_val ("TIN_ACTIVEFILE", ACTIVE_FILE));
+ joinpath (newsgroups_file, libdir, NEWSGROUPS_FILE);
+ #ifdef WIN32
+--- 647,652 ----
+*** src/post.c.bak Tue Mar 4 22:41:37 1997
+--- src/post.c Wed Mar 5 07:57:27 1997
+***************
+*** 2545,2550 ****
+--- 2545,2551 ----
+ if (*reply_to) {
+ msg_add_header ("Reply-To", reply_to);
+ }
++ msg_add_x_headers (msg_headers_file);
+ }
+ start_line_offset = msg_write_headers (fp);
+ start_line_offset++;