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
a4b81a49
...
a4b81a49d718a6bb59ec3a02121630f4f6c22a8d
authored
2001-06-16 13:54:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed confusing comment
1 parent
d9c0545f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/search.c
imap4d/search.c
View file @
a4b81a4
...
...
@@ -509,7 +509,7 @@ parse_simple_key (struct parsebuf *pb)
if
(
!
condp
->
name
)
{
if
(
util_msgset
(
pb
->
token
,
&
set
,
&
n
,
0
)
==
0
)
/*FIXME: isuid? */
if
(
util_msgset
(
pb
->
token
,
&
set
,
&
n
,
0
)
==
0
)
{
put_code
(
pb
,
cond_msgset
);
put_code
(
pb
,
(
inst_t
)
n
);
...
...
Please
register
or
sign in
to post a comment