Add new mail scan to mail menu
This commit is contained in:
parent
d9c97540d5
commit
89ba901b18
Binary file not shown.
@ -1320,7 +1320,12 @@ int mail_menu(struct user_record *user) {
|
||||
lua_pop(L, 1);
|
||||
c = lRet[0];
|
||||
}
|
||||
switch(tolower(c)) {
|
||||
switch(tolower(c)) {
|
||||
case '!':
|
||||
{
|
||||
mail_scan(user);
|
||||
}
|
||||
break;
|
||||
case 'd':
|
||||
{
|
||||
s_printf("\r\n");
|
||||
|
Reference in New Issue
Block a user