Got J and Q mixed up
This commit is contained in:
parent
20b95ed1a2
commit
c07eb6825a
@ -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) {
|
||||||
|
Reference in New Issue
Block a user