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