Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!kuhub.cc.ukans.edu!anu-news!list From: munnari!csc0.anu.oz.au!gih900@UUNET.UU.NET (Geoff Huston) Newsgroups: news.software.anu-news Subject: RE: News V5.9 availability. Message-ID: <8909172247.8547@munnari.oz.au> Date: 18 Sep 89 13:42:26 GMT Sender: ANU-NEWS Discussion Reply-To: Geoff Huston Lines: 29 X-cc: anu-news@"vm1.nodak.edu@ANU.anu.OZ.AU", munnari!GIH900@uunet.UU.NET Bob Sloane writes:: >In NEWSMAIL.C routine do_move_folder, you do: > > all = ((news_context == 1) || (cli$present("ALL") & 1)); > >which should be: > > all = ((news_context == 1) || (cli$present(c$dsc("ALL")) & 1)); > ^^^^^^^^^^^^ correct!! > >Perhaps this version could use some beta testing before being released? Good point - As I said in the annoucement posting, the mail interface routines are a) undocumented and b) incomplete. With the very scant time resources I have right now my choices were either to post where I've got to, or to sit on it for a few more months trying to tie up these loose ends. As I'd already committed a release to the net in mid-August I felt that releasing this code fixed a number of outstanding problems. I'd welcome more comments on the mail interface and noted problems, as there is a fair deal more to do around this section of the code. cheers, Geoff Huston gih900@csc.anu.oz