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
e884780e
...
e884780e51943a7a6ecb7f6db7003103d82e4842
authored
2005-08-11 07:28:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_expand_name): Do not proceed to opening the mailbox if failed to get its name
1 parent
44774504
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mail/file.c
mail/file.c
View file @
e884780
...
...
@@ -37,7 +37,10 @@ mail_expand_name (const char *name)
{
case
'#'
:
if
(
!
prev_name
)
{
util_error
(
_
(
"No previous file"
));
return
NULL
;
}
else
name
=
xstrdup
(
prev_name
);
break
;
...
...
@@ -128,3 +131,4 @@ mail_file (int argc, char **argv)
}
return
1
;
}
...
...
Please
register
or
sign in
to post a comment