home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / AmigaElm-v4.readme < prev    next >
Text File  |  2014-05-19  |  4KB  |  79 lines

  1. Short: UUCP Mail-Reader, version 4 (4.159)
  2. Type: comm/mail
  3. Uploader: amk@cs.tu-berlin.de
  4.  
  5. AmigaElm    Electronic Mail Reader for all known UUCP packages (Amiga,
  6.         Smith. Dillon, Feulner, etc.), easy to install and to use.
  7.         Mostly compatible with Unix-elm (basic functions) and lots
  8.         of additional features.  AmigaOS 2.0+ required.
  9.         Basic internal support for MIME (multimedia mail) and en-
  10.         cryption/decryption (eg, with PGP). Also supports "metamail"
  11.         and "reqtools" library 2.x.
  12.         This is version 4 (4.159), Shareware, binary only. Registered
  13.         version comes with full C source (and has better support ;-)
  14.         (concept based on hwr-mail by Heiko W. Rupp)
  15.         Author: Andreas M. Kirchwitz
  16.  
  17. Changes since version 3:
  18.  - New sorting criterion: "Receiver".
  19.  - In Group-Reply, double entries (To, Cc, From) will be deleted.
  20.  - New command 'E' (Extended Group-Reply), old command 'E' (Export) gone.
  21.  - Corrected searching order for env-vars HOST(NAME), DOMAIN(NAME)
  22.     and USER(NAME) according to the manual.  The vars with NAME
  23.     appended are only used if the one without NAME doesn't exist.
  24.  - Elm exits if started in terminal-mode into background (run).
  25.  - More descriptive error message if OldLocking is off but
  26.     OwnDevUnit.library is not installed.
  27.  - New in .elm/elmrc: "ColorBackground", "ColorText", "ColorIntuition"
  28.     and "ColorPrompt". Old keyword "Color" is now obsolete. See manual
  29.     for conversion of old color values to new ones.
  30.  - New in .elm/elmrc: "CryptMode", set default encryption mode for
  31.     outgoing mail (Send-off Window).
  32.  - Encryption now supports three custom settings.
  33.  - Keywords "Screen-*" in .elm/elmrc now also allowed without
  34.     leading "Screen-"
  35.  - In manual (Elm.guide): cleaned up example .elm/elmrc file
  36.  - New shells (command "!") now opened within dimensions of window,
  37.     not screen.
  38.  - Fixed Enforcer hit(s) when loading non-empty folder, deleting all
  39.     messages, resync'ing (empty folder) and then filling this folder
  40.     with messages so that Elm has to resync again.
  41.  - New keys: "J"/"K" skips to next/previous undeleted message
  42.  - New file .elm/smartsignature, list of addresses (AmigaDOS patterns,
  43.     one per line) -- if the pattern matches on one of the receipients
  44.     (To,Cc,Bcc) then Elm appends no signature by default.
  45.  - Cleaned up documentation for commands S)ave, W)rite and C)opy.
  46.  - Folder loaded with option -f (or FOLDER) was accidently deleted
  47.     on exit if KeepEmpty=No, AlwaysKeep=No and all messages were read.
  48.  - Key-shortcuts in "Send-off Window" for Okay/Edit/Cancel now work
  49.     case-insensitive.
  50.  - Warning with domainized HOSTNAME and non-empty DOMAINNAME now
  51.     only in verbose mode.  (AmiTCP seems to be broken)
  52.  - Search command '/' crashed machine if used under AmigaOS 1.x.
  53.     (search command calls AmigaOS 2.x pattern-matching functions)
  54.  - Totally rewritten code for getting char in terminal (raw) mode.
  55.     (this fixes a bug in SAS/C's rawcon() if redirection is active)
  56.  - When in terminal mode: file notification (if folder has changed)
  57.     now finally works, and CTRL-C (break) is detected.
  58.  - Now DOMAINNAME may start either _with_ period ('.') or _without_ one
  59.     (or may be empty).
  60.  - If connected to an Amiga terminal, Elm no longer needs LINES and
  61.     COLUMNS. Terminal's width and height are now checked with WINDOW
  62.     STATUS REQUEST (Amiga specific CSI sequence).
  63.  - New in .elm/elmrc: "WBR_Timeout" (in microseconds) sets maximum
  64.     response time for terminal to answer WINDOW STATUS REQUEST (for
  65.     window bounds).  Defaults to 1 (for local usage), must be set
  66.     to higher value for remote connections.  Only used in terminal
  67.     mode.
  68.  - New scripts "EncryptMsg", "DecryptMsg" and "DecryptFolder".
  69.     Thanks to Peter Simons.
  70.  - If outgoing mail is encrypted, saving is disabled by default (in
  71.     Send-off Window) for security reasons. Because of technical
  72.     reasons those mail is saved as entered in editor without
  73.     modifications selected in Send-off Window. But be careful,
  74.     you'll have the un-encrypted plain text on your hard-disk!
  75.  - Pipe command "|" now works also in terminal mode.
  76.  - New in .elm/elmrc: FolderDirectory, starting directory when
  77.     changing folder (command key 'c') with file-requester, default
  78.     is "uumail:".
  79.