Displaying 1 result from an estimated 1 matches for "save_size_in_filename".
2007 Mar 19
1
Adding ", S=size" to new message files when using "dirsize"
...h the "dirsize" quota plugin (and MTA's such as
Exim).
However, Dovecot only seems to do that when the "maildir" quota
plugin is specified (from "quota-maildir.c"):
/* For newly generated filenames add ,S=size. */
storage->save_size_in_filename = TRUE;
Shouldn't "save_size_in_filename" be included in "quota-dirsize.c",
since "dirsize" is the one that actually needs "S="?
Maybe I'm missing something? Here're some relevant parts of our test
config:
--
mail_location = maildir:/var/m...