summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-26 23:10:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-26 23:10:14 +0000
commit3e61842c5526a3eaddd5f63006bbd1a88d166731 (patch)
tree83a442a1aeae7516e45196bacb550ab02f30f28b /imap4d
parent10837b80e19e0a8eb43bf8559bcdce61263de1a8 (diff)
downloadmailutils-3e61842c5526a3eaddd5f63006bbd1a88d166731.tar.gz
mailutils-3e61842c5526a3eaddd5f63006bbd1a88d166731.tar.bz2
Fixed wording of the comment.
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/imap4d/util.c b/imap4d/util.c
index e2be04367..dd21fbaed 100644
--- a/imap4d/util.c
+++ b/imap4d/util.c
@@ -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 based on the return of time(). Now,
+ value, the uidvalidity is computed basing 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)
{

Return to:

Send suggestions and report system problems to the System administrator.