attempt to make message list reshow after viewing a mail
This commit is contained in:
parent
150a513c6c
commit
b4b61dfaf8
@ -2257,7 +2257,7 @@ void list_messages(struct user_record *user) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (c == 13) {
|
} else if (c == 13) {
|
||||||
closed = 1;
|
redraw = 1;
|
||||||
read_message(user, msghs, i - 1);
|
read_message(user, msghs, i - 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user