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
1caef376
...
1caef376ecd2fd676813b28c9f8ba77cf09919a3
authored
2003-08-17 15:58:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_send0): Fixed typo in variable name.
1 parent
c9e2c191
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/send.c
mail/send.c
View file @
1caef37
...
...
@@ -231,7 +231,7 @@ mail_send0 (compose_env_t * env, int save_to)
if
(
!
buf
)
{
if
(
util_getenv
(
NULL
,
"ignore"
,
Mail_env_boolean
,
0
)
==
0
)
if
(
util_getenv
(
NULL
,
"ignore
eof
"
,
Mail_env_boolean
,
0
)
==
0
)
{
util_error
(
util_getenv
(
NULL
,
"dot"
,
Mail_env_boolean
,
0
)
==
0
?
_
(
"Use
\"
.
\"
to terminate letter."
)
:
...
...
Please
register
or
sign in
to post a comment