So we don't have to override the imap config file in the deployment
config.
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rKd62a59539705: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
This prevents that we have to replace the config/imap.php file, which works but is slightly annoying because we constantly have a modification in the git repo.
src/config/imap.php | ||
---|---|---|
3 | What is the reason for a function and this existence check? |
src/config/imap.php | ||
---|---|---|
3 | The reason for the function is because IMO this is a pretty clean way to include that if/else branch in the array. It could be done by assigning to a variable, do the modification, return the variable instead. |