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
04e5fd24
...
04e5fd24c419bb999a472ff8dd966223b0b457fc
authored
2001-08-31 17:55:32 +0000
by
Jakob Kaivo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*** empty log message ***
1 parent
3d9e4a77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/list.c
imap4d/list.c
View file @
04e5fd2
...
...
@@ -204,7 +204,7 @@ list_file (const char *cwd, const char *ref, const char *pattern,
implementation: Solaris 2.4 readdir on NFS filesystems. */
char
const
*
entry
=
dp
->
d_name
;
if
(
entry
[
entry
[
0
]
!=
'.'
?
0
:
entry
[
1
]
!=
'.'
?
1
:
2
]
!=
'\0'
&&
!
(
is_virtual
&&
!
strcmp
(
entry
,
"INBOX"
)
&&
!
strcmp
(
cwd
,
homedir
)))
!
(
!
strcmp
(
entry
,
"INBOX"
)
&&
!
strcmp
(
cwd
,
homedir
)))
{
int
status
=
match
(
entry
,
pattern
,
delim
);
if
(
status
)
...
...
Please
register
or
sign in
to post a comment