Ok, here is a couple of excerpts from the maildirquota.c file:

800:  if ( *subdir != '.' || strcmp(subdir, ".") == 0 ||
801:    strcmp(subdir, "..") == 0 || strcmp(subdir, ".Trash") == 0)


836: if ( *subdir != '.' || strcmp(subdir, ".") == 0 ||
      strcmp(subdir, "..") == 0 || strcmp(subdir, ".Trash") == 0)
      return (0);


And well... i want to know if i can remove Trash from this exclusion
please, pretty please.

Yes, of course i can also change the name of my trash folder in my app,
i just dont want to...

Is there any reason why the folder named .Trash is not included in quota
accounting? Is that part of tyhe maildir++ spec or what?


Reply via email to