summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-10 08:20:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-10 08:20:00 +0000
commit561a5ed821007275fdfbd0e9c2be6810fc1f0e19 (patch)
treef8301320692d54b948d96aba2ea5c0c551a9061f /imap4d
parent46bc1b7e0afc7f9d13b17714e8c224fe71ce7249 (diff)
downloadmailutils-561a5ed821007275fdfbd0e9c2be6810fc1f0e19.tar.gz
mailutils-561a5ed821007275fdfbd0e9c2be6810fc1f0e19.tar.bz2
Fixed comment
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/util.c b/imap4d/util.c
index e3e5845a9..19ac9cb33 100644
--- a/imap4d/util.c
+++ b/imap4d/util.c
@@ -300,8 +300,8 @@ util_msgset (char *s, size_t ** set, int *n, int isuid)
break;
} /* while */
- /* For message sets in form X:Y where Y is a not-existing UID,
- replace it with the last UID in the mailbox */
+ /* For message sets in form X:Y where Y is a not-existing UID greater
+ than max UID, replace Y with the max UID in the mailbox */
if (*n == 1 && invalid_uid)
{
val = max;

Return to:

Send suggestions and report system problems to the System administrator.