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 so that it always finds unread messages. 

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

o  Fix 'z' at group selection level so whole screen is not redrawn.

o  Fix -s <savedir> -S so that an active is constructed when new
   articles are saved to private news dir.

o  Fix code to display only groups with unread news and only threads
   with unread news. (Make settable option).

ADD FEATURES
------------
o  Add longer line to parse_menu() because default takes up a lot of
   the line. 

o  Add code to reread Subject: & To: line before posting. Make
   Find_new_to() more flexible (ie. func("Subject:", string) ).

o  Add 2nd page to 'M' Options menu and put on the options:
     1) ask user if to update read groups on exits (al a vn)
     2) thread/unthread groups (read from ~/.tin/unthread)

o  Add elm style print command with %s in it for printing in 'M'.

o  Add mail/save to -S option. Selectable by 'M' menu.

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 '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

o  Add TAB like command to go to next group with unread news but don't
   enter it

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.
