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
f61126fd
...
f61126fddd0feecc9486210aebb7c22d559809b9
authored
2004-01-15 13:20:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_scan0): Removed misleading comment
1 parent
9b86619a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mailbox/mh/mbox.c
mailbox/mh/mbox.c
View file @
f61126f
...
...
@@ -224,7 +224,6 @@ mh_scan0 (mailbox_t mailbox, size_t msgno ARG_UNUSED, size_t *pcount,
if
(
amd
->
uidvalidity
==
0
)
{
amd
->
uidvalidity
=
(
unsigned
long
)
time
(
NULL
);
/* FIXME amd->uidnext = amd->msg_count + 1;*/
/* Tell that we have been modified for expunging. */
if
(
amd
->
msg_head
)
{
...
...
Please
register
or
sign in
to post a comment