ARCHIVED: In Elm, how do I include the headers of messages I am replying to?
Note: Elm is not available on any UITS systems.
You can configure your .elm/elmrc file to include headers
of copied messages in replies. To do this, at the Unix
shell prompt, enter:
pico ~/.elm/elmrc
If you already have an elmrc file, then make sure that
the following lines appear exactly as follows. If
these lines don't appear in your elmrc file, or you are
creating a new elmrc file, then add these lines
exactly as they appear below:
# when messages are copied into the outbound buffer, don't include headers?
noheader = OFF
Make sure that there are no hash marks ( # )
preceding the noheader = OFF line.
At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?
Last modified on December 01, 2009.







