summaryrefslogtreecommitdiff
path: root/imap4d/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/search.c')
-rw-r--r--imap4d/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/search.c b/imap4d/search.c
index f4351b59a..ef0df01c2 100644
--- a/imap4d/search.c
+++ b/imap4d/search.c
@@ -291,7 +291,7 @@ do_search (struct parsebuf *pb)
util_send (" %d", uid);
}
else
- util_send (" %d", pb->msgno);
+ util_send (" %d", pb->msgno);
}
}
util_send ("\r\n");

Return to:

Send suggestions and report system problems to the System administrator.