6.0.0-beta13
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/11/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6140] Ingo mangles paths to subfolders
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __. ..___..__ | |(__ | _/ | \ |/\|.__)\__|./__.|__/
Comment
> Yes, it still happens. > > > > I think the problem is caused by this function in > ingo/lib/Script/procmail.php > > > > function procmailPath($folder) > > { > > /* NOTE: '$DEFAULT' here is a literal, not a PHP variable. */ > > if (isset($this->_params) && > > ($this->_params['path_style'] == 'maildir')) { > > if (empty($folder) || ($folder == 'INBOX')) { > > return '$DEFAULT'; > > } > > if (substr($folder, 0, 6) == 'INBOX.') { > > $folder = substr($folder, 6); > > } > > return '"$DEFAULT/.' . escapeshellcmd($folder) . '/"'; > > } else { > > if (empty($folder) || ($folder == 'INBOX')) { > > return '$DEFAULT'; > > } > > return str_replace(' ', '\ ', escapeshellcmd($folder)); > > } > > } > > > > > > There should be an option somewhere to set how ingo handles > subfolders of inbox. Right now, it always just removes the INBOX. > part of the subfolder's name, which changes it to a top-level folder. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers