akonadi
calendarsettings.cpp
42 mFreeBusyPublishAutoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyPublishAuto" ), mFreeBusyPublishAuto, false );
45 mFreeBusyPublishDelayItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "FreeBusyPublishDelay" ), mFreeBusyPublishDelay, 5 );
48 mFreeBusyPublishDaysItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "FreeBusyPublishDays" ), mFreeBusyPublishDays, 60 );
51 mFreeBusyPublishUrlItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "FreeBusyPublishUrl" ), mFreeBusyPublishUrl );
55 mFreeBusyPublishUserItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "FreeBusyPublishUser" ), mFreeBusyPublishUser );
59 mFreeBusyPublishPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QLatin1String( "FreeBusyPublishPassword" ), mFreeBusyPublishPassword );
61 mFreeBusyPublishPasswordItem->setWhatsThis( i18n("Password for publishing free/busy information") );
63 mFreeBusyPublishSavePasswordItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyPublishSavePassword" ), mFreeBusyPublishSavePassword, false );
69 mFreeBusyRetrieveAutoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyRetrieveAuto" ), mFreeBusyRetrieveAuto, false );
72 mFreeBusyFullDomainRetrievalItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyFullDomainRetrieval" ), mFreeBusyFullDomainRetrieval, false );
74 mFreeBusyFullDomainRetrievalItem->setWhatsThis( i18n("With this setting, you can change the filename that will be fetched from the server. With this checked, it will download a free/busy file called user@domain.ifb, for example nn@kde.org.ifb. Without this set, it will download user.ifb, for example nn.ifb.") );
76 mFreeBusyRetrieveUrlItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "FreeBusyRetrieveUrl" ), mFreeBusyRetrieveUrl );
79 mFreeBusyRetrieveUserItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "FreeBusyRetrieveUser" ), mFreeBusyRetrieveUser );
82 mFreeBusyRetrievePasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QLatin1String( "FreeBusyRetrievePassword" ), mFreeBusyRetrievePassword );
84 mFreeBusyRetrievePasswordItem->setWhatsThis( i18n("Password for retrieving free/busy information") );
86 mFreeBusyRetrieveSavePasswordItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyRetrieveSavePassword" ), mFreeBusyRetrieveSavePassword, false );
94 mBccItem->setWhatsThis( i18n("Check this box to get a copy of all e-mail messages that KOrganizer sends at your request to event attendees.") );
96 mMailTransportItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "MailTransport" ), mMailTransport, QLatin1String( "false" ) );
98 mMailTransportItem->setWhatsThis( i18n("If specified all, groupware e-mails will use this transport. Otherwise, the default one will be used.") );
103 mOutlookCompatCounterProposalsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "OutlookCompatCounterProposals" ), mOutlookCompatCounterProposals, false );
104 mOutlookCompatCounterProposalsItem->setLabel( i18n("Send Outlook-like pseudo counter proposals") );
105 addItem( mOutlookCompatCounterProposalsItem, QLatin1String( "OutlookCompatCounterProposals" ) );
106 mFreeBusyCheckHostnameItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "FreeBusyCheckHostname" ), mFreeBusyCheckHostname, false );
107 mFreeBusyCheckHostnameItem->setLabel( i18n("Check whether hostname and retrieval email address match") );
108 mFreeBusyCheckHostnameItem->setWhatsThis( i18n("With this setting you can configure whether the domain part of the free/busy URL has to match the domain part of the user ID you are looking for. For example, if this option is set, then looking for the free/busy data of joe@mydomain.com on the server www.yourdomain.com will fail.") );
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.