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
3d253737
...
3d253737ee1aa087c978ec2dd72d14eb2ca988f2
authored
2002-04-11 14:42:27 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Config files in ~/ all start with .mu again.
1 parent
fa169c3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/mu_argp.c
lib/mu_argp.c
View file @
3d25373
...
...
@@ -637,7 +637,7 @@ mu_create_argcv (const char *capa[],
if
(
rcdir
)
asprintf
(
&
progrc
,
"%s/%src"
,
MU_USER_CONFIG_FILE
,
progname
);
else
asprintf
(
&
progrc
,
"~/.%src"
,
progname
);
asprintf
(
&
progrc
,
"~/.
mu.
%src"
,
progname
);
if
(
!
progrc
)
{
...
...
Please
register
or
sign in
to post a comment