home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / uucp / amigauucpsrc / dmail / version.doc < prev   
Text File  |  1994-06-29  |  2KB  |  60 lines

  1.  
  2.     DMAIL
  3.     .10    Embedded string variable support now in, as in:
  4.  
  5.         set sigfile uulib:$user$.signature
  6.  
  7.     .09    When compiled under DICE, dmail uses DICE's getenv() call
  8.         which returns a permanent pointer.  SAS/C's getenv(), on
  9.         the otherhand, returns only a temporary pointer and needs
  10.         to be hacked.
  11.  
  12.         as of DICE V2.06.35 getenv() properly deals with 2.0 local
  13.         variables allowing full multi-user capability through
  14.         setting USERNAME and REALNAME variables.
  15.  
  16.         added terminating $ for variables capability, allowing
  17.         embedded variables in commands such as:  $USER$.signature,
  18.         again for better multi-processing support.
  19.  
  20.         DMail now sets a local variable called 'user' with the
  21.         selected user name so .dmailrc scripts need not depend
  22.         on the ins and outs of AmigaUUCP user name configuration.
  23.  
  24.         Changed the 'header' variable to the 'sigfile' variable
  25.         and added a new variable called 'headfile', see dmail help.
  26.         (help sig and help set)
  27.  
  28.     .08    DMail now looks for UULIB:<user>.dmailrc before defaulting
  29.         to UULIB:.dmailrc when looking for the init file.
  30.  
  31.     .07    Fixed bug in SETLIST command .. sometimes header names
  32.         would not be recognized (bug actually in load_mail
  33.         hashing)
  34.  
  35.     .06    Forward added (forward but puts ':'s in front of the text,
  36.         allowing commentary)
  37.  
  38.     .05    Now uses GetUserName()
  39.  
  40.     .04    1.06 fixes, Cc: line on reply fixed, deletes t:Original.
  41.  
  42.     .03    ENV:USER enviroment variable overides config UserName
  43.         entry when DMail is looking for mail.
  44.  
  45.     .02    signature file ($header variable) is now appended to the
  46.         END of included text instead of the beginning.
  47.  
  48.     .01    unmark and associated commands (like pre) no longer return
  49.         an error if there are no articles to unmark.
  50.  
  51.         If new mail comes in while we are reading mail dmail no
  52.         longer looses it when you update the mail file.
  53.  
  54.         DMail now recognizes new mail.    If the last select you did
  55.         was a 'sel all' it becomes immediately available for
  56.         viewing.
  57.  
  58.     .00    Initial port from UNIX
  59.  
  60.