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
a7f35d2f
...
a7f35d2ff07626469737aa59386d3a8bbfecc7dd
authored
2006-10-30 12:40:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(escape_sign): Print "-- \n" before the signature
1 parent
42912a53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/escape.c
mail/escape.c
View file @
a7f35d2
...
...
@@ -236,6 +236,7 @@ escape_sign (int argc ARG_UNUSED, char **argv, compose_env_t *env ARG_UNUSED)
if
(
util_getenv
(
&
p
,
isupper
(
argv
[
0
][
0
])
?
"Sign"
:
"sign"
,
Mail_env_string
,
1
)
==
0
)
{
fputs
(
"--
\n
"
,
ofile
);
if
(
isupper
(
argv
[
0
][
0
]))
{
char
*
name
=
util_fullpath
(
p
);
...
...
Please
register
or
sign in
to post a comment