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
cf831892
...
cf831892e4500bba6cb34019f5ba295fcdefc8f5
authored
2007-07-05 20:01:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_mailbox_get_debug): Propagate the debug state to the underlying folder.
1 parent
ace857c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/mailbox.c
mailbox/mailbox.c
View file @
cf83189
...
...
@@ -511,6 +511,8 @@ mu_mailbox_get_debug (mu_mailbox_t mbox, mu_debug_t *pdebug)
int
status
=
mu_debug_create
(
&
(
mbox
->
debug
),
mbox
);
if
(
status
!=
0
)
return
status
;
if
(
!
mu_folder_has_debug
(
mbox
->
folder
))
mu_folder_set_debug
(
mbox
->
folder
,
mbox
->
debug
);
}
*
pdebug
=
mbox
->
debug
;
return
0
;
...
...
Please
register
or
sign in
to post a comment