]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Never prevent using '/' in mailbox names with mail_full_filesystem_acces...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 17 Feb 2018 20:10:17 +0000 (22:10 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 24 Feb 2018 17:33:31 +0000 (19:33 +0200)
commit20856c63a2c0f694f32db4368cea2505937570cb
treeb1020ef12288857d4d02da5bc685f841641046e7
parentfdabb36505e139faf7753f3cf4c6b3cc1d2d8de7
lib-storage: Never prevent using '/' in mailbox names with mail_full_filesystem_access=yes

It was already allowed with LAYOUT=fs, but not with e.g. LAYOUT=Maildir++.
Now it's possible to use e.g. SELECT /home/shareduser/Maildir/test.box
src/lib-storage/mailbox-list.c