On 19-Jul-2001 Johann du Preez wrote:
> Found the problem, the code for the -m parameter had a return, instead of a
> break. Changed it to:
>
> case ('m'):
> bMaildir = true;
> break;
> //return (0);
>
>
> Hope this helps someone else somewhere :)
Damn, I don't know about other but it helps me for sure :)
- Davide
