Richard Goode writes:

> Which creates an entry in the maildirsize file which is right aligned, padded with 
>spaces to the left.  The easy fix was to just change the sprintf format to %-8s and 
>%-4s:
> 
>         sprintf(buf + strlen(buf),
>                 "%-8s ", str_off_t(maildirsize_size, n));
> 
>         sprintf(buf + strlen(buf),
>                 "%-4s\n", str_off_t(maildirsize_cnt, n));
> 
> Have I got this right?  Is this something to add in the main source, or a patch I 
>need to personally keep?

No.  qmail-ldap needs to be fixed.

Reply via email to