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
9449b984
...
9449b984b59dfaf4c4c44b24dde3855ef3df30d7
authored
2004-01-14 13:01:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Forgotten "else"
1 parent
6ecc1ae6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail.local/main.c
mail.local/main.c
View file @
9449b98
...
...
@@ -803,7 +803,7 @@ deliver (mailbox_t imbx, char *name)
if
(
rc
)
mailer_err
(
_
(
"error writing to mailbox: %s. Mailbox NOT truncated: %s"
),
mu_strerror
(
status
),
mu_strerror
(
rc
));
else
mailer_err
(
_
(
"error writing to mailbox: %s"
),
mu_strerror
(
status
));
}
...
...
Please
register
or
sign in
to post a comment