Summary | more variables for maildrop backend vfs_path |
Queue | Ingo |
Queue Version | 1.2.1 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , chuck (at) horde (dot) org |
Requester | dev (at) stean (dot) ch |
Created | 10/15/2008 (6102 days ago) |
Due | |
Updated | 12/28/2008 (6028 days ago) |
Assigned | 10/19/2008 (6098 days ago) |
Resolved | 12/15/2008 (6041 days ago) |
Milestone | 1.2.2 |
Patch | Yes |
put it in Ingo::getDomain(), operating on the results of
Ingo::getUser($full = true). That should take care of the share issue.
Assigned to Chuck Hagenbuch
State ⇒ Resolved
it in Ingo::getDomain(), operating on the results of
Ingo::getUser($full = true). That should take care of the share issue.
http://cvs.horde.org/diff.php/ingo/config/backends.php.dist?r1=1.47&r2=1.48&ty=u
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.211&r2=1.212&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver/vfs.php?r1=1.36&r2=1.37&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Ingo.php?r1=1.108&r2=1.109&ty=u
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.208&r2=1.209&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver/vfs.php?r1=1.35&r2=1.36&ty=u
State ⇒ Assigned
Assigned to
Milestone ⇒
State ⇒ New
New Attachment: domain.patch.gz
Patch ⇒ Yes
Queue ⇒ Ingo
Summary ⇒ more variables for maildrop backend vfs_path
Type ⇒ Enhancement
Priority ⇒ 1. Low
replacement in the vfs_path. having multiple domains
on a server it would be nice to have the domain too.
the attached patch adds the new %d replacement
variable.
however Ingo:getDomain() cares not about shares,
as Ingo:getUser() actually does. i am not sure how
getDomain() should behave in that case.