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
eac5fe0e
...
eac5fe0e0ded8b85a63b239d7523d4297fc99a51
authored
2008-01-28 14:56:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.
1 parent
627c1072
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
ChangeLog
pop3d/bulletin.c
ChangeLog
View file @
eac5fe0
2008-01-28 Sergey Poznyakoff <gray@gnu.org.ua>
* pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.
2008-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/cfg_driver.c (mu_cfg_section_add_params): Initialize
...
...
pop3d/bulletin.c
View file @
eac5fe0
...
...
@@ -52,7 +52,7 @@ open_bulletin_mailbox (mu_mailbox_t *pmbox)
if
((
status
=
mu_mailbox_open
(
tmbox
,
MU_STREAM_READ
))
!=
0
)
{
mu_mailbox_destroy
(
p
mbox
);
mu_mailbox_destroy
(
&
t
mbox
);
mu_error
(
_
(
"Cannot open bulletin mailbox `%s': %s"
),
bulletin_mbox_name
,
mu_strerror
(
status
));
return
1
;
...
...
Please
register
or
sign in
to post a comment