search for: new_files_inherit_parent_gid

Displaying 1 result from an estimated 1 matches for "new_files_inherit_parent_gid".

2010 Oct 05
2
Feature request for maildir style boxes
...box->file_create_gid_origin)); } else { mail_storage_set_critical(box->storage, "fchown(%s) failed: %m", temp_path); } } to something like: ( "new_files_inherit_parent_gid = true" ) if (box->file_create_gid != -1 && --> box->new_files_inherit_parent_gid) { fchown(fd, -1, box->file_create_gid) ... } bool new_files_inherit_parent_gid [default true] could be added the following for exa...