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
ad4546d7
...
ad4546d7c1245e2e5eb3fc8d94e7fcff518ddd15
authored
2002-08-25 12:45:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_folders): Protect directory name with quotes.
1 parent
680a69f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/folders.c
mail/folders.c
View file @
ad4546d
...
...
@@ -48,7 +48,7 @@ mail_folders (int argc, char **argv)
path
=
util_fullpath
(
path
);
util_do_command
(
"! %s
%s
"
,
getenv
(
"LISTER"
),
path
);
util_do_command
(
"! %s
'%s'
"
,
getenv
(
"LISTER"
),
path
);
free
(
path
);
return
0
;
...
...
Please
register
or
sign in
to post a comment