home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / ELM23-2 / ELM23-2.ZIP / manuals / elm.man < prev    next >
Text File  |  1992-02-01  |  4KB  |  105 lines

  1. NAME
  2.      elm - an interactive mail system
  3.  
  4. SYNOPSIS
  5.      elm [ -achkKmrwz ] [ -f alternate-folder ] [ -d debug-level ]
  6.      elm [ -s subject ] list of aliases or addresses
  7.  
  8. DESCRIPTION
  9.      Elm is an interactive screen-oriented mailer program that supercedes mail
  10.      and mailx.
  11.  
  12.      There are three main ways to use the elm mailer.   One  way  to  use  the
  13.      mailer  is  to  specify  a list of addresses on the command line when the
  14.      mailer is invoked.  This will allow sending of a single  message  to  the
  15.      specified  recipients  with  all the options usually available in the elm
  16.      system itself. For example, the command
  17.  
  18.           elm -s testing joe
  19.  
  20.      would initiate the sending of a message to the alias joe with the subject
  21.      "testing" indicated and would put you into an editor for you to enter the
  22.      text of the message.  If the subject flag and argument were not  present,
  23.      you would be prompted for a message subject.
  24.  
  25.      The second way, used most commonly when transmitting files and  such,  is
  26.      to  specify  the  subject  of  the  message  and the recipients using the
  27.      command line and redirect a file as standard  input.   For  example,  the
  28.      command
  29.  
  30.           elm -s testing joe < test.c
  31.  
  32.      would mail a copy of the file test.c  to  alias  joe,  with  the  subject
  33.      "testing" indicated.  The subject flag and argument are optional.
  34.  
  35.      The third  way,  elm  is  invoked  with  neither  subject  nor  addresses
  36.      specified on the command line and without standard input redirected.  You
  37.      can then read  any  messages  in  your  incoming  mailbox  (or  specified
  38.      folder), reply to messages in the mailbox, mail messages, etc.
  39.  
  40.      Options are:
  41.  
  42.        -a        Arrow - force the arrow cursor (instead of the inverse bar)
  43.  
  44.        -c        Checkalias - expand the following aliases and return.
  45.  
  46.        -d level  Debug   -   set   specified   debug   level   -   Output   to
  47.                  "$HOME/ELM:debug.info"
  48.  
  49.        -f alternative-folder
  50.                  Folder - read folder (specified)  rather  than  the  incoming
  51.                  mailbox.
  52.  
  53.        -h        Help - give a list of starting options.
  54.  
  55.        -?        Synonymous with the "-h" option.
  56.  
  57.        -k        Keypad - force knowledge of HP terminal  keyboard,  to  allow
  58.                  the use of the NEXT, PREV and HOME/SHIFT-HOME keys.
  59.  
  60.        -K        Keypad + softkeys - enable use of softkeys  on  HP  terminals
  61.                  only.
  62.  
  63.        -m        Menu off - Use the extra lines for more message headers.
  64.  
  65.        -s subj   Subject - specify subject for message to mail.
  66.  
  67.        -v        Version - print version and configuration information.
  68.  
  69.        -z        Zero - don't enter Elm if no mail is pending.
  70.  
  71. AUTHOR
  72.      Dave Taylor, Hewlett-Packard Laboratories
  73.  
  74. SEE ALSO
  75.      The Elm documentation package, including:  The Elm Users Guide,  The  Elm
  76.      Reference  Guide,  The  Elm  Alias System Users Guide, The Elm Forms Mode
  77.      Guide, The Elm Filter Guide, The Elm Configuration Guide
  78.  
  79.      newalias(1L), checkalias(1L), mail(1), mailx(1), frm(1L), printmail(1L)
  80.  
  81. FILES
  82.      /usr/local/lib/elm-help.*         help files
  83.      /usr/local/lib/aliases.text       system alias source
  84.      /usr/local/lib/aliases.hash       system alias hash table
  85.      /usr/local/lib/aliases.data       system alias data table
  86.      $HOME/.elm/aliases.text           user alias source
  87.      $HOME/.elm/aliases.hash           user alias hash table
  88.      $HOME/.elm/aliases.data           user alias data table
  89.      $HOME/.elm/elmrc                  customized mailer parameters
  90.      $HOME/.elm/elmheaders             customized message headers
  91.      /tmp/snd.$$                       outgoing mail edit buffer
  92.      /tmp/mbox.logname            temporary mailbox
  93.      $HOME/ELM:debug.info              Debug output if turned on
  94.  
  95. DIAGNOSTICS
  96.      Should know about keyboards/softkey terminals other than  HP.   (If  only
  97.      termcap were that powerful!)
  98.  
  99. BUG REPORTS TO
  100.      Syd Weinstein elm@DSI.COM (dsinc!elm)
  101.  
  102. COPYRIGHTS
  103.      (c) Copyright 1986, 1987 by Dave Taylor
  104.      (c) Copyright 1988, 1989, 1990 by The USENET Community Trust
  105.