Fix strings again
This commit is contained in:
parent
63980efca6
commit
3b50587d1a
@ -1567,12 +1567,13 @@ int read_message(struct user_record *user, struct msg_headers *msghs, int mailno
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s_printf(get_string(187));
|
||||||
if (newscan) {
|
if (newscan) {
|
||||||
s_printf(get_string(235));
|
s_printf(get_string(235));
|
||||||
} else {
|
} else {
|
||||||
s_printf(get_string(187));
|
|
||||||
}
|
|
||||||
s_printf(get_string(186));
|
s_printf(get_string(186));
|
||||||
|
}
|
||||||
c = s_getc();
|
c = s_getc();
|
||||||
|
|
||||||
if (tolower(c) == 'r') {
|
if (tolower(c) == 'r') {
|
||||||
|
Reference in New Issue
Block a user