FIX FEATURES
------------
o  Fix uuscram code in uudecode.

o  Fix code to sort arts. At page level funny things happen.

o  Fix code to KILL articles. At page level funny things happen.

o  Fix code to KILL articles with 't' command.

o  Fix 'z' so that it stays unread even if a KILL is performed before
   leaving the group.

o  Fix so that it always finds unread messages. 

ADD FEATURES
------------
o  Add crossposting of articles so that read ones are marked read in 
   other groups. in rn it uses Xref: line to do this. Perhaps just
   use update_group() to do it?
   Needs to handle 'c' 'C' 'k' 'K' commands. Perhaps it should be an
   option so that performance is not impaired.

o  Add 'C' command at group level to catchup present group and
   enter next group with unread news in it.

o  Add code to 'N' at group level so it goes to next group with unread news.

o  Add -s <dir> option to save new news to specifed spool dir for when
   one goes on holiday so that it can be read later by giving -S <dir>.

o  Add 'H' context senstive level help screens

o  Sort .newsrc according to preference. (sort active file as it is read)

o  Add code to do unpack patches

o  Add time period kill article

PIPEDREAMS
----------
o  Add rebindable keymaps and provide different terminal keymaps
   (ie. keymap.ansi, keymap.wy50 etc.)

o  Add support for german text messages.

o  Add Virtual newsgroups (combination of newsgroups ie. virtual.ibm
   consists of comp.sys.ibm.* groups).

o  Add threading on References like trn with mthreads database.

o  Add full curses support instead of using printf()'s.

o  Sub all not empty groups by looking at min max values in active array
   and Unsub all empty groups by looking at min max values in active 
   array. have a command to do this in a toggle effect.
