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
5c84c1f8
...
5c84c1f87ac948cba815f33d4ed16f535bae91c5
authored
2001-08-27 20:07:12 +0000
by
Jakob Kaivo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix erroneous Subject: prompts
1 parent
ceefa4fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/send.c
mail/send.c
View file @
5c84c1f
...
...
@@ -155,7 +155,7 @@ mail_send0 (struct send_environ *env, int save_to)
while
(
!
done
)
{
char
*
buf
;
buf
=
readline
(
NULL
);
buf
=
readline
(
"
\b
"
);
if
(
ml_got_interrupt
())
{
...
...
Please
register
or
sign in
to post a comment