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
e500c497
...
e500c497fd88fc9cf5fda7f8b8d571ac4f39b04c
authored
2001-06-25 08:17:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Escape % signs in the command line before passing it to util_do_command().
1 parent
4977fe38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/mail.c
mail/mail.c
View file @
e500c49
...
...
@@ -335,6 +335,7 @@ mail_mainloop(char *(*input) __P((void *, int)), void *closure, int do_history)
command
=
buf
;
len
=
strlen
(
command
);
}
util_escape_percent
(
&
command
);
cmd
=
util_stripwhite
(
command
);
util_do_command
(
cmd
);
#ifdef WITH_READLINE
...
...
Please
register
or
sign in
to post a comment