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
1f024db3
...
1f024db39fb41aa242ed489cc3d9017eff1ecb12
authored
2001-11-12 13:15:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use quotes when setting default string values.
1 parent
2fe0ed35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/mail.c
mail/mail.c
View file @
1f024db
...
...
@@ -239,7 +239,7 @@ main (int argc, char **argv)
util_do_command
(
"set nohold"
);
util_do_command
(
"set noignore"
);
util_do_command
(
"set noignoreeof"
);
util_do_command
(
"set indentprefix=
\
t
"
);
util_do_command
(
"set indentprefix=
\
"\t\"
"
);
util_do_command
(
"set nokeep"
);
util_do_command
(
"set nokeepsave"
);
util_do_command
(
"set nometoo"
);
...
...
Please
register
or
sign in
to post a comment