X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.c;h=2258d0fe5025d1fd28313e69d1aca81798a8a0a3;hp=a066f6e5dd05562de916dd3f760a506e089e4613;hb=e6131516658a6c59a5bf1fe5fb73a9d1714a6f02;hpb=f435868132e200bfa71ac155f037cf64bf5414ba diff --git a/pop.c b/pop.c index a066f6e..2258d0f 100644 --- a/pop.c +++ b/pop.c @@ -994,7 +994,7 @@ static int pop_fetch_headers (CONTEXT * ctx) } mutt_clear_error (); - return (new_count - old_count); + return new_count - old_count; } /* delete all cached messages */