FIX FEATURES V1.x
-----------------

o  Add auto-delete attribute to group attributes.

o  If -f .newsrc -S/-M specified then don't use attribute.batch_save to
   determine if group should be saved just save the groups that are
   specified in -f .newsrc-file. 

o  Add code to decrement/increment counter of NEW killed & hot articles 
   so that 'h' is not offered as default when there are no NEW hot articles.
   Look at 
   'r'  group N   page N    
   'zZ' group Y   page ?(will return) N  thread N
   'k'  group Y   page ?N  thread N 
    & code that marks arts read.
   need a routine to redraw screen title to reflect changes.

o  Add ~/.tin/newsgroups to write LIBDIR/newsgroups after 1st being read
   so on rereading active file you have a local copy and don't waste net 
   bandwidth.

o  Fix 'm' mail t)hread because it does not redraw the screen.

o  Add code to read LOGIN/NAME env. vars as username/fullname when posting an article.
   ie. LOGIN=billy NAME=billy boy   billy@addr (billy boy)

o  Fix 'NP' so they goto next/prev unread group.

o  Fix 'C' do that it wraps around group list (like TAB).

o  Fix PRINTER env var problem overriding option 18?
   Do a strstr(buf, "-P") and if -P is there do not use the PRINTER var?

o  Fix threading arts so global can be set but local (group level) can
   override it. At moment once set global unthreaded cannot toggle
   threading within group.

o  Fix local group check to hash the groups read in from ~/.tin/active and
   mark active[].flag as TRUE. then find flag=FALSE and ask user if
   they want to subscribe to group. Also of CNEWS just do a compare of 
   active.times.

o  Add quick post mode to tin (like elm) (Dave Sch?? yale)
   tin -w subject -g group,group,...

o  Fix '|' more of articles when done a 2nd time you have to add a <CR>
   to command to get it to work

o  Fix when in a thread and you auto-select a author ^K. After selection the
   header is from the basenote article while the article body is from the
   correct article in the thread.

o  Fix kill last article in thread when at page level from within thread level
   that causes an assertion failure in thread.c line 801. (David Bindermann)

o  Fix set show only unread in 'M' menu at article viewer level that causes
   'cannot find basenote articles' (Thomas Omerzu).
   Save respnum before so that it can be found after with which_thread() ?

o  Fix CDROM SPOOLDIRS to read newsgroups file from 'newsgrps' file.

o  Fix -S option to create an active file when new articles are
   saved to <savedir>. Also fix -R option to read ACTIVE file created
   by -S command. Use minimax code from tony travis to help in -R cmd
   line option.

o  Add write_attributes_file () to write active attributes that are different
   than global settings. Also a menu 'M' interface to set all the options PL6.

o  Add options to 'M' menu to allow setting all the variables that are now in 
   the tinrc file.

o  If 'a' in pipe to less and 423 error msg from NNTP it starts less with 
   no file.

o  Add Msg-Id: field contents to reply & followups.

o  In inews.c also allow reply_to var to be used in From: field.

o  Fix Save in feed.c routines. 
   Also fix so SAVING routines just use save_art_to_file() and print
   *** X Articles saved *** & none of the BS done at the moment

FIX FEATURES V2.0
-----------------

o  Add Xref handling of articles so that read ones are marked read in 
   other groups. 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. (JIM).

o  If saving in mailbox format and mailbox does not exist query the user?

o  In kill.c should kill_both only kill when subj & from are matched?

o  Add file ~/.tin/tinheaders for following headers to be stored:
     Reply-To:
     Organisation:
     Distribution:
 
o  Make binary as both standalone & NNTP as default

o  Add Ctrl-/ Ctrl-? to search the whole of an article (Subj,From & Body)
   at Group & Page level

o  Add elm like mini-menu to tin for first time users.

o  Add hashing to speedup valid_art() in big groups. Make it compile
   option so tin is still usable on Minix/small memory machines.
   -DSMALL_MEMORY_MACHINE

o  Add auto-aliasing of peoples mail addresses to mail aliases file.

o  Add ^G command to skip to next Subject: in digests.

o  Try compiling with -D_POSIX_SOURCE

o  Add filename & groupname completion (editline).

o  Fix uuscram code in uudecode.

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

ADD FEATURES
------------

o  Add -P <pattern> or -P <file> to search for in new news and to
   notify user by mail. Should understand 'subject=text' 'from=text'
   'body=text' and .AND. && .OR. || for filtering purposes.

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

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

o  Add time period to killing articles

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

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 or joetty.

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.

o  Run tests of my_strncpy() and system strncpy()

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

Group        Read    Thread    Save  Savedir  Maildir  Sigfile    
             Unread  Unthread  Mail  ProcTyp  Mailbox
-----------------------------------------------------------------------------
junk         Unread  OFF       OFF   Default  Default  Default
alt.sources  Read    ON        ON    $SRC/alt Default  ~/.Sig-alt

Also following fields (to override globally defined ones in tinrc):
replyto:
organization:

Add a menu interface to define all this. Also add edit menu for entries in
kill file.

Each group could have a field to say which NNTP/local connection to use so
as to be able to plug into different NNTP servers for different newsgroups

Add global attributes file for site. LIST ATTRIBUTES ??

