from DrKonqi
FIXED-IN: 4.10
BUG: 296114
Lock file is not necessary now in akonadi.
We access to mail from resources which are able to be access by several
program.
readEntry() and writeEntry() calls to the corresponding GlobalSettings
generated methods.
At present, I do not think that the remaining calls can be ported, as they
either specify multiple items of the same type (e.g. Akonadi resources,
antispam tool configuration) or are not configuration files.
Because the KConfigXT may be augmented in the future with additional features
that may allow us to remove all readEntry/writeEntry calls, I am not marking
this one as closed yet.
CCBUG: 89446
Merged revisions 1133711,1133743-1133744,1133749,1133751,1133763,1133766-1133767,1133774,1133793,1133798,1133805,1133833,1133849,1133852,1133862,1133866,1133871,1133884,1133900,1133905,1133918,1133920,1133928,1133936,1133943,1133947-1133950,1133974-1133976,1133986-1133988,1133992-1133995,1133997,1134013 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1133711 | krake | 2010-06-02 11:11:35 +0200 (Wed, 02 Jun 2010) | 2 lines
Complete change to new KMail config file kmail2rc
........
r1133743 | krake | 2010-06-02 12:54:30 +0200 (Wed, 02 Jun 2010) | 2 lines
The config file name is kmail2rc now
........
r1133744 | krake | 2010-06-02 13:00:13 +0200 (Wed, 02 Jun 2010) | 2 lines
Check if there is an old KMail config or KMail data directory so we don't needlessly run the migrator on totally new setups
........
r1133749 | smartins | 2010-06-02 13:24:05 +0200 (Wed, 02 Jun 2010) | 4 lines
We don't open new windows that bypass akonadi now.
BUG: 232296
........
r1133751 | krake | 2010-06-02 13:30:45 +0200 (Wed, 02 Jun 2010) | 2 lines
We cannot know how long the migrator will need, we definitely cannot be sure it will be finished in 30 seconds (the default of waitForFinished)
........
r1133763 | krake | 2010-06-02 14:04:54 +0200 (Wed, 02 Jun 2010) | 2 lines
Data dir also changes to "kmail2" because this is the aboutdata's appname
........
r1133766 | smartins | 2010-06-02 14:21:36 +0200 (Wed, 02 Jun 2010) | 2 lines
Remove text/calendar mimetype from the monitor so free/busy isn't included.
........
r1133767 | smartins | 2010-06-02 14:24:41 +0200 (Wed, 02 Jun 2010) | 2 lines
Remove text/calendar mimetype from the monitor so free/busy isn't included.
........
r1133774 | mlaurent | 2010-06-02 14:31:57 +0200 (Wed, 02 Jun 2010) | 2 lines
Minor fix
........
r1133793 | krake | 2010-06-02 15:45:19 +0200 (Wed, 02 Jun 2010) | 2 lines
Get rid of the warnings triggered by kDebug() usage
........
r1133798 | lfranchi | 2010-06-02 15:49:56 +0200 (Wed, 02 Jun 2010) | 4 lines
Add Urgent headers if user selected Urget action.
BUG: 238104
........
r1133805 | krake | 2010-06-02 16:06:16 +0200 (Wed, 02 Jun 2010) | 2 lines
Move special mail collection handling into the base class to share modify job handling with custom folder icon migration
........
r1133833 | lfranchi | 2010-06-02 17:53:51 +0200 (Wed, 02 Jun 2010) | 4 lines
Only enable Copy action when some text is selected in the viewer
CCBUG: 223820
........
r1133849 | mlaurent | 2010-06-02 18:55:56 +0200 (Wed, 02 Jun 2010) | 2 lines
Add debug
........
r1133852 | mlaurent | 2010-06-02 19:04:29 +0200 (Wed, 02 Jun 2010) | 2 lines
Add info here. We mustn't modify kmail2rc but akonadi*resouce*
........
r1133862 | smartins | 2010-06-02 19:41:11 +0200 (Wed, 02 Jun 2010) | 2 lines
Remove TODO. Bug fixed by skelly.
........
r1133866 | krake | 2010-06-02 19:49:09 +0200 (Wed, 02 Jun 2010) | 2 lines
If accounts have trash folders configured, set them to that special collections type
........
r1133871 | smartins | 2010-06-02 19:54:09 +0200 (Wed, 02 Jun 2010) | 7 lines
SVN_SILENT:
Just style stuff before i commit a nice patch.
Remove 4 space identation, use 2 instead.
........
r1133884 | smartins | 2010-06-02 20:21:46 +0200 (Wed, 02 Jun 2010) | 9 lines
Finally found the cause behind events not appearing at startup from time to time.
Race between the model used by AkonadiCollectionView and calendarSearch's model, when the first model's selection model
gets an item selected calendarSearch's model might not know about the collection yet.
BUG: 237153
........
r1133900 | smartins | 2010-06-02 22:04:51 +0200 (Wed, 02 Jun 2010) | 2 lines
Stay quiet when parent didn't change
........
r1133905 | lfranchi | 2010-06-02 22:09:46 +0200 (Wed, 02 Jun 2010) | 5 lines
Make context menus a bit smarter, and show more relevant entries. Could use more cleanup too.
BUG: 223480
CCBUG: 223486
........
r1133918 | smartins | 2010-06-02 22:41:49 +0200 (Wed, 02 Jun 2010) | 2 lines
Stay quiet when nothing is inserted.
........
r1133920 | djarvie | 2010-06-02 22:54:24 +0200 (Wed, 02 Jun 2010) | 3 lines
Fix loss of time zone specification for date only alarms when converting a
pre-2.3.2 calendar, if start-of-day time in calendar is not midnight.
........
r1133928 | lfranchi | 2010-06-02 23:31:15 +0200 (Wed, 02 Jun 2010) | 2 lines
When a default collection changes, make sure our specialcollection still has one, and if not, find the newly created one.
........
r1133936 | lfranchi | 2010-06-03 00:04:34 +0200 (Thu, 03 Jun 2010) | 4 lines
clear cache of specialcollection folder ids when fetching new ones
BUG: 1133929
........
r1133943 | lfranchi | 2010-06-03 00:30:33 +0200 (Thu, 03 Jun 2010) | 2 lines
only show Move To Trash in folder context menu if selected folder is not the trash
........
r1133947 | link | 2010-06-03 01:28:43 +0200 (Thu, 03 Jun 2010) | 1 line
Be more forgiving of user input. Trim the server field of whitespace before working with it.
........
r1133948 | link | 2010-06-03 01:28:47 +0200 (Thu, 03 Jun 2010) | 1 line
trimm the email field before working with it
........
r1133949 | link | 2010-06-03 01:28:50 +0200 (Thu, 03 Jun 2010) | 5 lines
I don't know why, but the ecmascript interpreter kross uses does not have a trim() function
for strings, so this commit adds one and uses it in the appropriate places. Of course since
each script is independent it has to be added to each wizard.
Trimming user input prevents many copy/paste errors.
........
r1133950 | djarvie | 2010-06-03 01:31:33 +0200 (Thu, 03 Jun 2010) | 2 lines
Remove unnecessary startOfDay parameter
........
r1133974 | link | 2010-06-03 03:31:27 +0200 (Thu, 03 Jun 2010) | 1 line
warnings--
........
r1133975 | link | 2010-06-03 03:31:31 +0200 (Thu, 03 Jun 2010) | 1 line
Run the server test and change the settings appropriately before accept()ing the imap config dialog.
........
r1133976 | link | 2010-06-03 03:31:33 +0200 (Thu, 03 Jun 2010) | 1 line
If the user manually changes the advanced connection settings, don't run the test as obviously (we hope) he/she knows what he is doing. This is all really a pre-cursor to the "Test Settings" feature. See bug 239893
........
r1133986 | link | 2010-06-03 04:16:44 +0200 (Thu, 03 Jun 2010) | 1 line
remove stale connect()s
........
r1133987 | link | 2010-06-03 04:16:47 +0200 (Thu, 03 Jun 2010) | 1 line
imap resource: Prevent two KWallet password prompts from being shown consecutively.
........
r1133988 | link | 2010-06-03 04:16:50 +0200 (Thu, 03 Jun 2010) | 5 lines
imap resource: Remove the passwordPossible() method because it is redundant.
The password() method takes a pointer to a bool that is set if the password fetching is not possible. Besides,
calling passwordPossible() followed by password() will result in two KWallet prompts to the user in short
succession, which is very annoying.
........
r1133992 | link | 2010-06-03 04:58:59 +0200 (Thu, 03 Jun 2010) | 1 line
pop3 resource: delete the wallet pointer. memleak--
........
r1133993 | link | 2010-06-03 04:59:02 +0200 (Thu, 03 Jun 2010) | 1 line
pop3 resource: fix comment
........
r1133994 | link | 2010-06-03 04:59:06 +0200 (Thu, 03 Jun 2010) | 1 line
pop3 resource: keep the wallet open to prevent multiple password prompts when configuring the resource
........
r1133995 | link | 2010-06-03 04:59:09 +0200 (Thu, 03 Jun 2010) | 3 lines
imap resource: add a validator to the imap host field
doh, should have used this from the beginning!
........
r1133997 | winterz | 2010-06-03 05:09:25 +0200 (Thu, 03 Jun 2010) | 5 lines
forward port SVN commit 1133996 by winterz:
change the Exec command to use --encrypt-sign rather than --sign-encrypt
CCBUG: 240536
........
r1134013 | tokoe | 2010-06-03 08:14:27 +0200 (Thu, 03 Jun 2010) | 3 lines
Copy hasMyWritableEventsFolders from KCal::CalHelper, since
bodypart formatter is the only user
........
svn path=/branches/work/komo/kdepim/; revision=1134025
Merged revisions 1133254,1133258,1133261,1133263,1133265,1133285-1133286,1133296-1133297,1133299-1133301,1133308,1133312-1133313,1133315,1133317,1133321,1133323,1133326-1133327,1133329-1133330,1133338,1133348,1133356,1133359,1133362,1133377-1133379,1133388-1133393,1133397,1133399,1133404,1133407-1133409,1133419-1133420,1133424,1133427,1133429,1133467,1133471,1133476,1133530,1133535 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1133254 | smartins | 2010-06-01 12:27:59 +0200 (Tue, 01 Jun 2010) | 4 lines
Make reminders work for to-dos too.
CCBUG: 230474
................
r1133258 | mlaurent | 2010-06-01 12:37:12 +0200 (Tue, 01 Jun 2010) | 2 lines
migrate "MessageListView::StorageModelThemes" too
................
r1133261 | mlaurent | 2010-06-01 13:02:57 +0200 (Tue, 01 Jun 2010) | 2 lines
Migrate folder icons (needs more tests)
................
r1133263 | mlaurent | 2010-06-01 13:08:07 +0200 (Tue, 01 Jun 2010) | 2 lines
Done
................
r1133265 | mlaurent | 2010-06-01 13:19:51 +0200 (Tue, 01 Jun 2010) | 2 lines
Migrate MessageListView::StorageModelAggregations too
................
r1133285 | mlaurent | 2010-06-01 14:44:08 +0200 (Tue, 01 Jun 2010) | 2 lines
Start to migrate folder view
................
r1133286 | mlaurent | 2010-06-01 14:48:17 +0200 (Tue, 01 Jun 2010) | 2 lines
not necessary now
................
r1133296 | krake | 2010-06-01 15:02:25 +0200 (Tue, 01 Jun 2010) | 2 lines
Only attempt delete from store when that settings is actually enabled
................
r1133297 | tmcguire | 2010-06-01 15:09:18 +0200 (Tue, 01 Jun 2010) | 18 lines
No such file here.
SVN_SILENT:
Blocked revisions 1131606 via svnmerge
........
r1131606 | tmcguire | 2010-05-28 16:19:02 +0200 (Fri, 28 May 2010) | 10 lines
Fix parsing of dist list entries without a UID, which is the
case for all dist list entries on Kolab dist lists.
Now I can see dist list members for dist lists saved on
Kolab again.
How did that ever work??
MERGE: trunk? Needs to be checked
........
................
r1133299 | mlaurent | 2010-06-01 15:10:36 +0200 (Tue, 01 Jun 2010) | 3 lines
FolderView->CollectionView better name.
Migration done in kmail-migration (will commite it soon)
................
r1133300 | mlaurent | 2010-06-01 15:12:32 +0200 (Tue, 01 Jun 2010) | 2 lines
migrate Enable/height favorite collection view
................
r1133301 | mlaurent | 2010-06-01 15:15:03 +0200 (Tue, 01 Jun 2010) | 2 lines
Done
................
r1133308 | smartins | 2010-06-01 15:27:33 +0200 (Tue, 01 Jun 2010) | 4 lines
To show up in side by side view, the collection must at least support the event mime type.
This is the 4.4 behaviour.
................
r1133312 | mlaurent | 2010-06-01 15:35:58 +0200 (Tue, 01 Jun 2010) | 2 lines
Bye bye old option
................
r1133313 | tmcguire | 2010-06-01 15:36:05 +0200 (Tue, 01 Jun 2010) | 11 lines
Don't close the distribution list dialog if the item creation failed.
SVN_MERGE
This is a merge of:
r1131609 | tmcguire | 2010-05-28 16:22:52 +0200 (Fri, 28 May 2010) | 5 lines
Changed paths:
M /branches/kdepim/enterprise/kdepim/kmail/distributionlistdialog.cpp
Only close the dialog when the dist list was saved ok.
Part of kolab/issue4281
................
r1133315 | smartins | 2010-06-01 15:37:49 +0200 (Tue, 01 Jun 2010) | 6 lines
To show up in timeline view, the collection must at least support the event mime type.
This is the 4.4 behaviour.
BUG: 232166
................
r1133317 | tmcguire | 2010-06-01 15:38:42 +0200 (Tue, 01 Jun 2010) | 14 lines
Merged with r1133313
SVN_SILENT:
Recorded merge of revisions 1131609 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1131609 | tmcguire | 2010-05-28 16:22:52 +0200 (Fri, 28 May 2010) | 5 lines
Only close the dialog when the dist list was saved ok.
Part of kolab/issue4281
MERGE: trunk?
........
................
r1133321 | tmcguire | 2010-06-01 15:40:48 +0200 (Tue, 01 Jun 2010) | 17 lines
Not needed here.
SVN_SILENT:
Blocked revisions 1131612 via svnmerge
........
r1131612 | tmcguire | 2010-05-28 16:25:06 +0200 (Fri, 28 May 2010) | 9 lines
When the resource is locked, also cache if the user cancels
the subresource selection dialog.
This fixes multiple dialogs appearing when the user saves a
dist list but cancels the subresource dialog.
kolab/issue4281
MERGE: trunk?
........
................
r1133323 | mlaurent | 2010-06-01 15:44:02 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove old options (not necessary with akonadi)
................
r1133326 | tmcguire | 2010-06-01 15:46:24 +0200 (Tue, 01 Jun 2010) | 13 lines
SVN_SILENT:
Blocked revisions 1131621 via svnmerge
........
r1131621 | tmcguire | 2010-05-28 17:04:06 +0200 (Fri, 28 May 2010) | 6 lines
Prevent multiple subresource dialogs in KAddressbook's dist list
editor as well.
kolab/issue4281
MERGE: trunk?
........
................
r1133327 | tmcguire | 2010-06-01 15:49:40 +0200 (Tue, 01 Jun 2010) | 18 lines
SVN_SILENT:
Blocked revisions 1133221-1133222 via svnmerge
........
r1133221 | tmcguire | 2010-06-01 11:01:11 +0200 (Tue, 01 Jun 2010) | 4 lines
Factor out the resource selection into a seperate method.
MERGE: can probably be blocked, I need to check.
........
r1133222 | tmcguire | 2010-06-01 11:02:32 +0200 (Tue, 01 Jun 2010) | 5 lines
Ask the user in which resource the dist list should be saved
kolab/issue4400
MERGE: can probably be blocked after checking
........
................
r1133329 | mlaurent | 2010-06-01 15:54:58 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove not necessary entry
................
r1133330 | smartins | 2010-06-01 16:01:09 +0200 (Tue, 01 Jun 2010) | 4 lines
SVN_SILENT:
Remove trailing spaces.
................
r1133338 | smartins | 2010-06-01 16:24:28 +0200 (Tue, 01 Jun 2010) | 2 lines
Add support for kcal filters, it's what we still use for filtering for now.
................
r1133348 | krake | 2010-06-01 16:54:44 +0200 (Tue, 01 Jun 2010) | 3 lines
Import metadata of remaining DIMAP cache items (import failed, or kept explicitly) into a local maildir resource working on the respective DIMAP directory.
................
r1133356 | krake | 2010-06-01 17:18:59 +0200 (Tue, 01 Jun 2010) | 2 lines
Copy "*.rc" files from KMail 1 "appdata"
................
r1133359 | mlaurent | 2010-06-01 17:27:43 +0200 (Tue, 01 Jun 2010) | 2 lines
Bye bye some old key
................
r1133362 | mlaurent | 2010-06-01 17:38:52 +0200 (Tue, 01 Jun 2010) | 2 lines
Migrate "Composer/previous-fcc"
................
r1133377 | krake | 2010-06-01 17:46:27 +0200 (Tue, 01 Jun 2010) | 2 lines
Migrate POP3 filter configs
................
r1133378 | mlaurent | 2010-06-01 17:59:39 +0200 (Tue, 01 Jun 2010) | 2 lines
Migrate "FolderSelectionDialog/LastSelectedFolder" not used in kmail2 yet (need to implement it soon)
................
r1133379 | mlaurent | 2010-06-01 18:00:49 +0200 (Tue, 01 Jun 2010) | 2 lines
Delete "TreeWidgetLayout" entry
................
r1133388 | tmcguire | 2010-06-01 18:18:05 +0200 (Tue, 01 Jun 2010) | 1 line
Fix crash.
................
r1133389 | tmcguire | 2010-06-01 18:18:26 +0200 (Tue, 01 Jun 2010) | 1 line
Add support for completing contact groups.
................
r1133390 | tmcguire | 2010-06-01 18:18:28 +0200 (Tue, 01 Jun 2010) | 1 line
Remove some code duplication and unused includes.
................
r1133391 | mlaurent | 2010-06-01 18:18:33 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove some old groups which are not necessary in kmail2
................
r1133392 | mlaurent | 2010-06-01 18:25:26 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove other account
................
r1133393 | krake | 2010-06-01 18:25:56 +0200 (Tue, 01 Jun 2010) | 2 lines
The top level folder can actually only contain collections, no items since it represents the IMAP accounts "root" folder
................
r1133397 | smartins | 2010-06-01 18:36:19 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove uneeded signal
................
r1133399 | mlaurent | 2010-06-01 18:37:36 +0200 (Tue, 01 Jun 2010) | 3 lines
not necessary to delete old group when we look at all folder.
Delete them when we start to migrate
................
r1133404 | mlaurent | 2010-06-01 19:05:41 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove old entry
................
r1133407 | smartins | 2010-06-01 19:18:57 +0200 (Tue, 01 Jun 2010) | 4 lines
Filters working in month view.
BUG: 234492
................
r1133408 | mlaurent | 2010-06-01 19:19:14 +0200 (Tue, 01 Jun 2010) | 2 lines
Remove old entry
................
r1133409 | smartins | 2010-06-01 19:28:23 +0200 (Tue, 01 Jun 2010) | 2 lines
Turn on dynamic filtering so items disappear immediately when filtered.
................
r1133419 | krake | 2010-06-01 19:51:49 +0200 (Tue, 01 Jun 2010) | 2 lines
Fixed typo in message and message parameter
................
r1133420 | krake | 2010-06-01 19:52:21 +0200 (Tue, 01 Jun 2010) | 2 lines
Fix waiting for a broken resource
................
r1133424 | mlaurent | 2010-06-01 20:01:28 +0200 (Tue, 01 Jun 2010) | 2 lines
Fix layout warning
................
r1133427 | krake | 2010-06-01 20:03:40 +0200 (Tue, 01 Jun 2010) | 2 lines
Fix check for unmigrated DIMAP accounts
................
r1133429 | smartins | 2010-06-01 20:04:56 +0200 (Tue, 01 Jun 2010) | 2 lines
Don't allow two delete jobs for the same incidence, can happen if the user is fast.
................
r1133467 | tmcguire | 2010-06-01 21:43:15 +0200 (Tue, 01 Jun 2010) | 4 lines
Improve crash handling code a bit.
Set the crash handler in a central place (KMKernel), and use KCrash
in a more appropriate way.
................
r1133471 | mlaurent | 2010-06-01 21:46:44 +0200 (Tue, 01 Jun 2010) | 2 lines
Fix compile
................
r1133476 | tmcguire | 2010-06-01 22:02:11 +0200 (Tue, 01 Jun 2010) | 1 line
Enable the composer again in case composing failed.
................
r1133530 | lfranchi | 2010-06-02 00:00:55 +0200 (Wed, 02 Jun 2010) | 3 lines
fix specialcollection folder functions in kmkernel
statistics from them are now valid at all times, not just on first run
................
r1133535 | lfranchi | 2010-06-02 00:05:28 +0200 (Wed, 02 Jun 2010) | 2 lines
Extend timer lag for action updates after collection changes. This gives time for the ETM to receive the newly updated items, otherwise we are in stale state until the user click on something else.
................
svn path=/branches/work/komo/kdepim/; revision=1133689
- less risk of symbol collisions across libraries
- the API docs of messageviewer link more correctly
svn path=/trunk/KDE/kdepim/messageviewer/; revision=1085208
It will be removed for KDEPIM 4.4 instead.
Also remove the handle for SIGKILL, that is impossible to handle.
svn path=/trunk/KDE/kdepim/; revision=1007365
a type that QVariant can't handle.
Should fix compile problems on systems where getpid() is a long.
BUG: 180954
svn path=/trunk/KDE/kdepim/; revision=981380
KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
instead. the default value is not optional any more, as it defines the
return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized
KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()
KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow
- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers
svn path=/trunk/KDE/kdepim/; revision=728852
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r703856 | vkrause | 2007-08-23 14:57:25 +0200 (Thu, 23 Aug 2007) | 2 lines
Add migration infrastructure to transfer local flags to the server.
........
r703887 | vkrause | 2007-08-23 16:34:57 +0200 (Thu, 23 Aug 2007) | 5 lines
Configuration update script to trigger migration of local IMAP flags to
the server. This should solve a regression due to the recent changes to
store the seen flag on the server also for read-only folders where all
local flags were overwritten.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703903
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
SVN commit 645708 by dfaure:
Fix kmail saying "I seem to be running already" upon session restoration due to a stale lock file.
Now (on linux) it checks if the pid in the lock file really belongs to a running kmail or kontact.
svn path=/branches/kdepim/enterprise/kdepim/; revision=668091