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
b39b471f
...
b39b471f069c3fb61402051575021c291674b929
authored
2017-01-22 20:11:37 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bigfix in IMAP LIST
* imap4d/list.c (list_fun): List matching directories.
1 parent
b3d82e99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
imap4d/list.c
imap4d/list.c
View file @
b39b471
...
...
@@ -37,7 +37,9 @@ list_fun (mu_folder_t folder, struct mu_list_response *resp, void *data)
size_t
size
;
char
*
p
;
if
(
refinfo
->
pfx
->
record
&&
refinfo
->
pfx
->
record
!=
resp
->
format
)
if
((
resp
->
type
&
MU_FOLDER_ATTRIBUTE_FILE
)
&&
refinfo
->
pfx
->
record
&&
refinfo
->
pfx
->
record
!=
resp
->
format
)
return
0
;
name
=
resp
->
name
;
...
...
Please
register
or
sign in
to post a comment