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
3e61842c
...
3e61842c5526a3eaddd5f63006bbd1a88d166731
authored
2003-09-26 23:10:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed wording of the comment.
1 parent
10837b80
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
imap4d/util.c
imap4d/util.c
View file @
3e61842
...
...
@@ -1035,13 +1035,13 @@ util_wcard_match (const char *string, const char *pattern, const char *delim)
/* Return the uindvalidity of a mailbox.
When a mailbox is selected, whose first message does not keep X-UIDVALIDITY
value, the uidvalidity is computed bas
ed
on the return of time(). Now,
value, the uidvalidity is computed bas
ing
on the return of time(). Now,
if we call "EXAMINE mailbox" or "STATUS mailbox (UIDVALIDITY)" the same
mailbox is opened second time and the uidvalidity recalculated. Thus each
subsequent call to EXAMINE or STATUS upon an already selected mailbox
will return different uidvalidity value. To avoid this, util_uidvalidity()
will return
a
different uidvalidity value. To avoid this, util_uidvalidity()
first sees if it is asked to operate upon an already opened mailbox
and if so, returns previously computed value. */
and if so, returns
the
previously computed value. */
int
util_uidvalidity
(
mailbox_t
smbox
,
unsigned
long
*
uidvp
)
{
...
...
Please
register
or
sign in
to post a comment