------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1481 Robert Blayzor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Robert Blayzor <[email protected]> 2014-12-20 20:20:49 --- I am running into this very same problem. Currently if you provide the full path to subfolder, Exim does not know the main maildir folder as it assumes the folder you provide is the "root" folder. Therefore, maildirsize is created in the subfolder and not the parent/root. Would a simple fix to this be to just assume the deliver "directory" option is the root directory and to have another maildir option for "folder" (or subfolder, etc). If that option is NULL then to ignore and just use the primary folder as normal. If a non-NULL value is there then deliver to a child folder. ie: directory = ~/foo/Maildir maildir_folder = .Junk Would deliver to: ~/foo/Maildir/.Junk and would result in: ~/foo/Maildir/new ~/foo/Maildir/cur ~/foo/Maildir/tmp ~/foo/Maildir/maildirsize ~/foo/Maildir/.Junk/maildirfolder ~/foo/Maildir/.Junk/new ~/foo/Maildir/.Junk/tmp ~/foo/Maildir/.Junk/cur -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
