diff options
author | hubertf <hubertf> | 1997-12-17 23:40:56 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-17 23:40:56 +0000 |
commit | 8598eb9eed161ed0c70c5e2262eb6831e0869575 (patch) | |
tree | 365cf64592f907d8e995cb5ffaf1e56eb3f85182 /news/knews/patches/patch-ab | |
parent | 83ce573a29ab585ab185a61a7ab5e7d0bd819c7f (diff) | |
download | pkgsrc-8598eb9eed161ed0c70c5e2262eb6831e0869575.tar.gz |
A X11 newsreader with support for threading and MIME
closes PR 4611 by Matthias Scheler <tron@lyssa.owl.de>.
Diffstat (limited to 'news/knews/patches/patch-ab')
-rw-r--r-- | news/knews/patches/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/knews/patches/patch-ab b/news/knews/patches/patch-ab new file mode 100644 index 00000000000..4a42c0c8683 --- /dev/null +++ b/news/knews/patches/patch-ab @@ -0,0 +1,10 @@ +--- src/global.h.orig Tue Aug 13 16:30:33 1996 ++++ src/global.h Sun Nov 30 18:32:48 1997 +@@ -109,6 +109,7 @@ + long no_unread; + long first_art; + long last_art; ++ long active_last_art; + ART_LIST_NODE *read_arts; + long disp; + char subscribed; |