Projects
Kolab:3.4
pykolab
deliver-to-shared-folders-with-spaces.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File deliver-to-shared-folders-with-spaces.patch of Package pykolab (Revision 142)
Currently displaying revision
142
,
Show latest
From 1ae974030e1e71565872f7265ba33f1cd82986bd Mon Sep 17 00:00:00 2001 From: Daniel Hoffend <dh@dotlan.net> Date: Wed, 18 Feb 2015 00:55:40 +0100 Subject: [PATCH] deliver to shared folders with spaces #4613 --- pykolab/setup/setup_mta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykolab/setup/setup_mta.py b/pykolab/setup/setup_mta.py index 88c6f6c..0cd9c33 100644 --- a/pykolab/setup/setup_mta.py +++ b/pykolab/setup/setup_mta.py @@ -226,7 +226,7 @@ bind_pw = %(service_bind_pw)s query_filter = (&(|(mail=%%s)(alias=%%s))(objectclass=kolabsharedfolder)(kolabFolderType=mail)) result_attribute = kolabtargetfolder -result_format = shared+%%s +result_format = "shared+%%s" """ % { "base_dn": conf.get('ldap', 'base_dn'), "server_host": server_host, -- 1.9.1
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
.