Projects
Kolab:3.4:Updates
kolab-syncroton
kolab-syncroton-2.2.4-dont-omit-junk-folder.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kolab-syncroton-2.2.4-dont-omit-junk-folder.patch of Package kolab-syncroton (Revision 44)
Currently displaying revision
44
,
Show latest
commit 98c90dc36eabe69435c8cca1cec34ca893b09297 Author: Aleksander Machniak <alec@alec.pl> Date: Wed Jan 29 14:04:00 2014 +0100 Fix typo, Junk folder might be skipped when using activesync_init_subscriptions diff --git a/lib/kolab_sync_backend.php b/lib/kolab_sync_backend.php index e280c4c..205201e 100644 --- a/lib/kolab_sync_backend.php +++ b/lib/kolab_sync_backend.php @@ -602,7 +602,7 @@ class kolab_sync_backend $type = $foldertypes[$folder] ?: 'mail'; if ($type == 'mail' && isset($special_folders[$folder])) { - $type == $special_folders[$folder]; + $type = $special_folders[$folder]; } if (!in_array($type, $supported_types)) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.