|
NAMEelm - an interactive mail systemSYNOPSISelm [ -achkKMmrtwz ] [ -f alternate-folder ] [ -d debug-level ]elm [ -s subject ] list of aliases or addresses DESCRIPTIONElm is an interactive screen-oriented mailer program that supersedes mail and mailx.There are three main ways to use the elm mailer. One way to use the mailer is to specify a list of addresses on the command line when the mailer is invoked. This will allow sending of a single message to the specified recipients with all the options usually available in the elm system itself. For example, the command elm -s testing joewould initiate the sending of a message to the alias joe with the subject "testing" indicated and would put you into an editor for you to enter the text of the message. If the subject flag and argument were not present, you would be prompted for a message subject. The second way, used most commonly when transmitting files and such, is to specify the subject of the message and the recipients using the command line and redirect a file as standard input. For example, the command elm -s testing joe < test.cwould mail a copy of the file test.c to alias joe, with the subject "testing" indicated. The subject flag and argument are optional. The third way, elm is invoked with neither subject nor addresses specified on the command line and without standard input redirected. You can then read any messages in your incoming mailbox (or specified folder), reply to messages in the mailbox, mail messages, etc. Options are:
AUTHORElm Development GroupSEE ALSOThe Elm documentation package, including: The Elm Users Guide, The Elm Reference Guide, The Elm Alias System Users Guide, The Elm Forms Mode Guide, The Elm Filter Guide, The Elm Configuration Guidecheckalias(1L), frm(1L), mail(1), mailx(1), newalias(1L), printmail(1L), readmsg(1L) ENVIRONMENT VARIABLESREPLYTO Default replyto address.TERM The user's terminal type. LOGNAME User login name. USER Altername user login name. HOME The user's home directory. MAIL Location of mail file. LINES Number of row on the screen. COLUMNS Number of columns on the screen. SHELL The user's shell of choice. PAGER Command to use for displaying multiple page mails. Defaults to "builtin+". TMPDIR Directory to place temporary files. EDITOR Editor to use. NOMETAMAIL If set, do not use metamail. FILES/usr/local/lib/elm-help.* help files/usr/local/lib/aliases.text system alias source /usr/local/lib/aliases.dir system alias dbz directory table /usr/local/lib/aliases.pag system alias dbz hash table /usr/local/lib/aliases system alias data table /usr/local/lib/aliases.hash system alias hash table /usr/local/lib/aliases.data system alias data table $HOME/.elm/aliases.text user alias source $HOME/.elm/aliases.dir user alias dbz directory table $HOME/.elm/aliases.pag user alias dbz hash table $HOME/.elm/aliases user alias data table $HOME/.elm/elmrc customized mailer parameters $HOME/.elm/elmheaders customized message headers /tmp/snd.$$ outgoing mail edit buffer /tmp/mbox.logname temporary mailbox $HOME/ELM:debug.info Debug output if turned on DIAGNOSTICSShould know about keyboards/softkey terminals other than HP. (If only termcap were that powerful!)BUG REPORTS TOBill Pemberton flash@virginia.eduCOPYRIGHTSCopyright 1988-1995 by The USENET Community TrustDerived from Elm 2.0, Copyright 1986, 1987 by Dave Taylor
Visit the GSP FreeBSD Man Page Interface. |