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
ee271aa3
...
ee271aa33d9b5a2eeb8301cf86fdc8f59c5f3319
authored
2006-10-18 14:57:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Formatting fix
1 parent
3854c29d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mail.local/main.c
mail.local/main.c
View file @
ee271aa
...
...
@@ -711,7 +711,8 @@ deliver (mu_mailbox_t imbx, char *name)
if
(
status
)
{
mailer_err
(
_
(
"Cannot lock mailbox `%s': %s"
),
path
,
mu_strerror
(
status
));
mailer_err
(
_
(
"Cannot lock mailbox `%s': %s"
),
path
,
mu_strerror
(
status
));
mu_mailbox_destroy
(
&
mbox
);
exit_code
=
EX_TEMPFAIL
;
return
;
...
...
Please
register
or
sign in
to post a comment