wmail: declare enum variable with the right type.
This commit is contained in:
parent
7af1c537ac
commit
4497ebeab1
|
@ -641,7 +641,7 @@ static void CheckMBox( void )
|
|||
static void CheckMaildir( void )
|
||||
{
|
||||
DIR *dir = NULL;
|
||||
int lastState = state;
|
||||
mail_state_t lastState = state;
|
||||
unsigned lastMailCount = numMails;
|
||||
|
||||
if( forceRead ) {
|
||||
|
|
Loading…
Reference in a new issue