Got J and Q mixed up

This commit is contained in:
Andrew Pamment 2017-10-13 15:41:43 +10:00
parent 20b95ed1a2
commit c07eb6825a

View File

@ -1882,10 +1882,10 @@ int read_message(struct user_record *user, struct msg_headers *msghs, int mailno
} }
} else if (tolower(c) == 'j' && newscan == 1) { } else if (tolower(c) == 'j' && newscan == 1) {
free(body); free(body);
doquit = 2; doquit = 1;
} else if (tolower(c) == 'q') { } else if (tolower(c) == 'q') {
free(body); free(body);
doquit = 1; doquit = 2;
} else if (c == ' ') { } else if (c == ' ') {
mailno++; mailno++;
if (mailno >= msghs->msg_count) { if (mailno >= msghs->msg_count) {