fix erroneous Subject: prompts
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -155,7 +155,7 @@ mail_send0 (struct send_environ *env, int save_to) | ... | @@ -155,7 +155,7 @@ mail_send0 (struct send_environ *env, int save_to) |
155 | while (!done) | 155 | while (!done) |
156 | { | 156 | { |
157 | char *buf; | 157 | char *buf; |
158 | buf = readline (NULL); | 158 | buf = readline (" \b"); |
159 | 159 | ||
160 | if (ml_got_interrupt ()) | 160 | if (ml_got_interrupt ()) |
161 | { | 161 | { | ... | ... |
-
Please register or sign in to post a comment