Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1beae8f5
...
1beae8f5c3cf5354a9320fb24b007f2a4242743f
authored
2002-09-26 14:44:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Documented "editheaders" variable
1 parent
966b1d4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
ChangeLog
doc/texinfo/programs.texi
ChangeLog
View file @
1beae8f
...
...
@@ -10,7 +10,8 @@
*
mail
/
reply
.
c
:
Likewise
.
*
mail
/
util
.
c
(
util_msglist_esccmd
)
:
Declaration
updated
.
*
mail
/
var
.
c
:
Implemented
"editheader"
variable
.
*
mail
/
var
.
c
:
Implemented
"editheaders"
variable
.
*
doc
/
texinfo
/
programs
.
texi
:
Documented
"editheaders"
variable
.
*
mh
/
Makefile
.
am
(
install
-
exec
-
hook
)
:
Remove
"folders"
before
linking
"folder"
to
it
.
...
...
doc/texinfo/programs.texi
View file @
1beae8f
...
...
@@ -915,9 +915,11 @@ using a text editor specified either by @code{EDITOR} or by
@code{
VISUAL
}
environment
variables
.
The
@samp{
~
e
}
uses
the
former
,
and
@samp{
~
v
}
uses
the
latter
.
@emph{
Please
note
}
,
that
both
commands
allow
you
to
edit
the
body
of
the
message
,
and
not
its
headers
.
To
change
message
headers
,
see
@ref{
Modifying
the
Headers
}
.
By
default
both
escapes
allow
you
to
edit
only
the
body
of
the
message
.
However
,
if
the
@code{
editheaders
}
variable
is
set
,
@command{
mail
}
will
load
into
the
editor
the
complete
text
of
the
message
with
headers
included
,
thus
allowing
you
to
change
the
headers
as
well
.
@node
Modifying
the
Headers
@subsubsection
Modifying
the
Headers
:
~
h
,
~
t
,
~
c
,
~
b
,
~
s
...
...
@@ -1677,6 +1679,14 @@ be printed using program set in the environment variable @code{ENVIRON}.
If @code{True}, causes @command{mail} to interpret a period alone on a line as the
terminator of a message you are sending.
@item editheaders
@*Type: Boolean.
@*Default: False.
When set, @command{mail} will include message headers in the text to
be the @code{~e} and @code{~v} escapes, thus allowing you to customize
the headers.
@item escape
@*Type: String.
@*Default: ~
...
...
Please
register
or
sign in
to post a comment