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

  1. Short: Mail-Reader (UUCP/Internet), v7 (7.157)
  2. Type: comm/mail
  3. Author: amk@zikzak.in-berlin.de (Andreas M. Kirchwitz)
  4. Uploader: amk@cs.tu-berlin.de (Andreas M. Kirchwitz)
  5.  
  6. AmigaElm    Electronic Mail Reader for UUCP and IP packages (AmigaUUCP,
  7.         Dillon-UUCP, Feulner-UUCP, wUUCP, AmiTCP + InetUtils etc.),
  8.         easy to install and to use. Mostly compatible with Unix-elm
  9.         (basic functions) and lots of additional features. Can be
  10.         used over a serial line. AmigaOS 2.0+ required.
  11.         Basic internal support for MIME (multimedia mail) and en-
  12.         cryption/decryption (eg, with PGP). Also supports "metamail"
  13.         and "reqtools" library 2.x.
  14.         This is version 7 (7.157), Shareware, binary only. Registered
  15.         version comes with full C source (and has better support ;-)
  16.         (concept based on hwr-mail by Heiko W. Rupp)
  17.         Author: Andreas M. Kirchwitz
  18.  
  19.  
  20. Summary of changes since version 6:
  21.  
  22.             IT'S FAST - AMAZINGLY FAST NOW!
  23.             ===============================
  24.  
  25.     - When new mail arrives, only the new messages are read.
  26.        (not the complete folder like in previous versions)
  27.     - More intelligent 2-phase checking of folder changes allows much
  28.        FASTER movement on main index screen and avoids scatter load of
  29.        new messages.
  30.     - Remembers last selected message after re-read.
  31.     - IT'S FAST - AMAZINGLY FAST NOW!
  32.       Reads in the complete folder in almost half the time.
  33.        (compared with previous versions)
  34.     - You can skip directly to the next unread message from within
  35.        built-in pager. (includes reading and deleting, configurable)
  36.     - Improved scripts for encryption and decryption.
  37.     - Improved "Send-off" prompt in terminal mode.
  38.     - Various other enhancements.
  39.     - Some internal changes and bug fixes.
  40.  
  41.  
  42. Complete list of changes since version 6:
  43.  
  44.  - Removed dozens of fseek()'s and ftell()'s, especially when reading in
  45.     mail folders. You folders are now read in almost half the time.
  46.     Envoy users may notice speed increase up to ten times (compared
  47.     with previous versions).
  48.  - If folder could not be opened, lock on folder was not removed
  49.     so that access from other programs was denied until reboot or
  50.     next successful call to Elm.
  51.  - For built-in pager: made "D" (shift d) the opposite of "d" in
  52.     combination with the SkipIndex variable. If SkipIndex is on,
  53.     "d" skips the index screen and "D" does not. If SkipIndex is off,
  54.     "d" return to index screen and "D" skips it.
  55.  - Changed default for "WarnReturnCode" from 1 to 10, because most users
  56.     never read manuals or history files (like this one).
  57.  - Some minor modifications in documentation (AppendSignature,
  58.     Iconify command key).
  59.  - Fixed some problems with re-sync ('$') and edit ('e') which were
  60.     introduced with the new read-only-new-msgs-on-folder-change-feature.
  61.     [Martin Jahner]
  62.  - After uniconify Elm's window is brought to front.
  63.     [Christian Stelter]
  64.  - Made Escape-key an alias for Control-C to abort "q"uit and e"x"it.
  65.     [Mike A. McAngus]
  66.  - Updated scripts "EncryptMsg" and "DecryptMsg".
  67.     [thanks to Ignatios Souvatzis and Peter Simons]
  68.  - Some further enhancements to "SkipIndex" and skip-to-next-message
  69.     feature.
  70.  - Fixed bug with option "-z" which didn't override "QuitEmpty" from
  71.     .elm/elmrc file correctly. Now it does ;-)
  72.  - More intelligent 2-phase checking of folder changes allows much
  73.     faster movement on main index screen and avoids scatter load of
  74.     new messages.
  75.  - Small changes to options menu.
  76.  - New design for "send-off" prompt when in terminal mode.
  77.     New switch to (not) archive out-going mail.
  78.  - Fixed bug with static string (was too small, a relict from the
  79.     past) when calling Metamail, which could cause Enforcer hits
  80.     if the Content-Type header field was larger then expected.
  81.     Now replaced with a dynamic string ;-)
  82.     [Klaus Heinz]
  83.  - Optimized search function (key '/')... is faster now.
  84.  - Some minor changes in documentation.
  85.  - Environment variable "HOME_ELM" offically documented now.
  86.  - Iconify/Zoom-Gadget gone, use Amiga-i instead.
  87.  - Iconify allowed only on main index screen.
  88.  - Rework of window refresh code.
  89.  - If new messages arrive, AmigaElm won't re-read the complete folder
  90.     any longer, but only the newly arrived messages at the end of the
  91.     folder. Thus, you should not edit the message contents of the
  92.     folder while Elm is running... Elm won't recognize this any longer
  93.     (because Elm does only consistency checks for the message offsets,
  94.      not for the contents).
  95.     If you want to edit the folder (in any way) while Elm is running,
  96.     use the built-in edit function (key 'e') which causes Elm to re-
  97.     read the complete folder.
  98.  - AmigaElm now automatically tries to remember last selected message
  99.     after re-read of folder.
  100.  - When in built-in pager: key 'n' and some other keys (eg, ' ' and 'd')
  101.     immediately jump to next undeleted message without displaying index
  102.     main screen. (see also new variable "SkipIndex")
  103.  - New in .elm/elmrc: "SkipIndex". If set to "No" and in internal pager,
  104.     only key 'n' skips to next undeleted message without displaying index
  105.     main screen.
  106.  - On main index screen, added 'D' (same as 'd').
  107.  - Fixed bug in "c)hange folder" where Elm tried to remember
  108.     message flags although it shouldn't do that. (flags are only
  109.     kept when re-syncing the current folder)
  110.  - Fixed bug when launching "mailto" and "metamail".
  111.     (software failure if failed _and_ command line was very long)
  112.  - Fixed bug with external pagers (More, Most, Less, etc) where text
  113.     file wasn't created properly (bug introduced in version 7).
  114.  
  115.