Warning, /pim/messagelib/messageviewer/src/settings/messageviewer.kcfg.in is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0005 
0006   <include>QFontDatabase</include>
0007   <kcfgfile name="mailviewerrc" />
0008 
0009   <group name="Print">
0010       <entry name="PrintSelectedText" type="Bool" key="print-selected-text">
0011         <label>Only print selected text in viewer</label>
0012         <default>false</default>
0013       </entry>
0014       <entry name="RespectExpandCollapseSettings" type="Bool" key="respect-expand-collapse">
0015         <label>Respect expand/collapse quote mark which is defined in settings during printing.</label>
0016         <default>false</default>
0017       </entry>
0018       <entry name="PrintBackgroundColorImages" type="Bool" key="print-background-color-images">
0019         <label>Specifies whether the background color and images are also drawn when the page is printed.</label>
0020         <default>true</default>
0021       </entry>
0022       <entry name="AlwaysShowEncryptionSignatureDetails" type="Bool" key="print-always-show-encryption-signature-details">
0023       <label>Always show encryption/signature details when we print message</label>
0024         <default>false</default>
0025       </entry>
0026   </group>
0027 
0028 
0029   <group name="Fonts">
0030     <entry name="FixedFont" type="Font" key="fixed-font">
0031       <default code="true">QFontDatabase::systemFont(QFontDatabase::FixedFont)</default>
0032     </entry>
0033     <entry name="MinimumFontSize" type="Int">
0034       <label>When we render html do not use font size inferior to minimum size.</label>
0035       <default>8</default>
0036     </entry>
0037     <entry name="BodyFont" type="Font" key="body-font">
0038       <label>Specifies the font to use for the message body</label>
0039       <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0040     </entry>
0041     <entry name="PrintFont" type="Font" key="print-font">
0042       <label>Specifies the font to use for printing</label>
0043       <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0044     </entry>
0045   </group>
0046 
0047   <group name="Security">
0048     <entry name="CheckPhishingUrl" type="Bool">
0049        <label>Check if url can be a phishing</label>
0050        <default>false</default>
0051     </entry>
0052   </group>
0053   <group name="Reader">
0054    <entry name="CloseAfterReplyOrForward" type="Bool">
0055      <label>Close message window after replying or forwarding</label>
0056      <default>false</default>
0057    </entry>
0058 
0059    <entry name="ZoomFactor" type="Double">
0060      <default>100.0</default>
0061    </entry>
0062 
0063    <entry name="ShowEmoticons" type="Bool">
0064      <default>true</default>
0065    </entry>
0066 
0067   <entry name="AutoImportKeys" type="Bool">
0068       <default>false</default>
0069     </entry>
0070     <entry name="ShowExpandQuotesMark" type="Bool">
0071       <default>false</default>
0072       <label>Show expand/collapse quote marks</label>
0073       <whatsthis>Enable this option to show different levels of quoted text. Disable to hide the levels of quoted text.</whatsthis>
0074     </entry>
0075     <entry name="CollapseQuoteLevelSpin" type="Int">
0076       <label>Automatic collapse level:</label>
0077       <default>3</default>
0078       <min>0</min>
0079       <max>10</max>
0080     </entry>
0081     <entry name="ShrinkQuotes" type="Bool">
0082       <default>false</default>
0083       <label>Reduce font size for quoted text</label>
0084       <whatsthis>Enable this option to show quoted text with a smaller font.</whatsthis>
0085     </entry>
0086     <entry name="AlwaysDecrypt" type="Bool">
0087       <default>false</default>
0088       <label>Always decrypt messages when viewing or ask before decrypting</label>
0089     </entry>
0090     <entry name="MimeTreeMode2" type="Enum">
0091       <label>Message Structure Viewer</label>
0092       <choices>
0093         <choice name="Never">
0094           <label>Show never</label>
0095         </choice>
0096         <choice name="Always">
0097           <label>Show always</label>
0098         </choice>
0099       </choices>
0100       <default>Never</default>
0101     </entry>
0102     <entry name="MimePaneHeight" type="Int">
0103       <default>100</default>
0104     </entry>
0105     <entry name="MessagePaneHeight" type="Int">
0106       <default>180</default>
0107     </entry>
0108     <entry name="headerPluginStyleName" type="String" key="header-plugin-style-name">
0109       <label>What style of headers should be displayed</label>
0110       <default>defaultgrantlee</default>
0111     </entry>
0112 
0113 
0114     <entry name="headerStyle" type="String" key="header-style">
0115       <label>What style of headers should be displayed</label>
0116       <default>fancy</default>
0117     </entry>
0118     <entry name="headerSetDisplayed" type="String" key="header-set-displayed">
0119       <label>How much of headers should be displayed</label>
0120       <default>rich</default>
0121     </entry>
0122      <entry name="htmlMail" type="Bool">
0123        <label>Prefer HTML to plain text</label>
0124        <default>false</default>
0125     </entry>
0126     <entry name="htmlLoadExternal" type="Bool">
0127       <label>Allow messages to load external references from the Internet</label>
0128       <default>false</default>
0129     </entry>
0130     <entry name="attachmentStrategy" type="String" key="attachment-strategy">
0131       <label>How attachments are shown</label>
0132       <default>Smart</default>
0133     </entry>
0134     <entry name="RecycleQuoteColors" type="Bool">
0135       <label>Specifies whether to reuse the quote color, beyond the 3rd level</label>
0136       <default>false</default>
0137     </entry>
0138     <entry name="AccessKeyEnabled" type="Bool">
0139       <label>Activate Access Key</label>
0140       <default>true</default>
0141     </entry>
0142     <entry name="ScamDetectionEnabled" type="Bool">
0143       <label>KMail can analyze messages for suspected email scams by looking for common techniques used to deceive you</label>
0144       <default>true</default>
0145     </entry>
0146     <entry name="ScamDetectionWhiteList" type="StringList">
0147       <label>List of emails in scam white list</label>
0148       <default></default>
0149     </entry>
0150     <entry name="MailTrackingUrlEnabled" type="Bool">
0151       <label>Scan emails for tracking URLs</label>
0152       <default>true</default>
0153     </entry>    
0154   </group>
0155   <group name="MDN">
0156     <entry name="notSendWhenEncrypted" type="Bool" key="not-send-when-encrypted">
0157       <label>Do not send MDNs in response to encrypted messages</label>
0158       <default>true</default>
0159     </entry>
0160     <entry name="DefaultPolicy" type="Int" key="default-policy">
0161       <label>Specifies the default policy to use, for the Message Disposition Notifications (for internal use only)</label>
0162       <default>0</default>
0163     </entry>
0164     <entry name="QuoteMessage" type="Int" key="quote-message">
0165       <label>Specifies the default quoting action to take, when replying to a message (for internal use only)</label>
0166       <default>0</default>
0167     </entry>
0168   </group>
0169 
0170   <group name="Behaviour">
0171     <entry name="DelayedMarkAsRead"  type="Bool">
0172       <default>true</default>
0173     </entry>
0174     <entry name="DelayedMarkTime"  type="UInt">
0175       <default>0</default>
0176     </entry>
0177   </group>
0178 
0179     <group name="Invitations">
0180       <entry name="LegacyMangleFromToHeaders" type="Bool">
0181         <label>Mangle From:/To: headers in replies to replies</label>
0182         <whatsthis>Microsoft Outlook has a number of shortcomings in its implementation of the iCalendar standard; this option works around one of them. If you have problems with Outlook users not being able to get your replies, try setting this option.</whatsthis>
0183         <default>${LEGACY_MANGLE_FROM_TO_HEADERS}</default>
0184       </entry>
0185 
0186       <entry name="LegacyBodyInvites" type="Bool">
0187         <label>Send groupware invitations in the mail body</label>
0188         <whatsthis>Microsoft Outlook has a number of shortcomings in its implementation of the iCalendar standard; this option works around one of them. If you have problems with Outlook users not being able to get your invitations, try setting this option.</whatsthis>
0189         <default>${LEGACY_BODY_INVITES}</default>
0190       </entry>
0191 
0192      <entry name="ExchangeCompatibleInvitations" type="Bool">
0193         <label>Exchange-compatible invitation naming</label>
0194         <whatsthis>Microsoft Outlook, when used in combination with a Microsoft Exchange server, has a problem understanding standards-compliant groupware email. Turn this option on to send groupware invitations in a way that Microsoft Exchange understands.</whatsthis>
0195         <default>${EXCHANGE_COMPATIBLE_INVITATIONS}</default>
0196       </entry>
0197 
0198       <entry name="AutomaticSending" type="Bool">
0199         <label>Automatic invitation sending</label>
0200         <whatsthis>When this is checked, you will not see the mail composer window. Instead, all invitation mails are sent automatically. If you want to see the mail before sending it, you can uncheck this option. However, be aware that the text in the composer window is in iCalendar syntax, and you should not try modifying it by hand.</whatsthis>
0201         <default>true</default>
0202       </entry>
0203 
0204       <entry name="DeleteInvitationEmailsAfterSendingReply" type="Bool">
0205         <label>Delete invitation emails after the reply to them has been sent</label>
0206         <whatsthis>When this is checked, received invitation emails that have been replied to will be moved to the Trash folder, once the reply has been successfully sent.</whatsthis>
0207         <default>false</default>
0208       </entry>
0209 
0210       <entry name="AskForCommentWhenReactingToInvitation"  type="Enum">
0211         <label></label>
0212         <whatsthis></whatsthis>
0213         <choices>
0214           <choice name="NeverAsk"/>
0215           <choice name="AskForAllButAcceptance"/>
0216           <choice name="AlwaysAsk"/>
0217         </choices>
0218         <default>AskForAllButAcceptance</default>
0219       </entry>
0220 
0221     </group>
0222 
0223 
0224   <!-- FIXME: Make a separate setting for this for the composer and the reader. Only the
0225               reader setting should be here.
0226               Regression from r1021989.
0227   -->
0228   <group name="Composer">
0229     <entry name="UseFixedFont" type="Bool" key="use-fixed-font">
0230       <label>Use Fi&amp;xed Font</label>
0231       <default>false</default>
0232     </entry>
0233   </group>
0234 
0235     <group name="Todo">
0236       <entry name="LastSelectedFolder" type="LongLong">
0237         <whatsthis>The most recent selected folder using for Todo.</whatsthis>
0238         <default>-1</default>
0239       </entry>
0240     </group>
0241     <group name="Event">
0242       <entry name="LastEventSelectedFolder" type="LongLong">
0243         <whatsthis>The most recent selected folder using for Event.</whatsthis>
0244         <default>-1</default>
0245       </entry>
0246     </group>
0247     <group name="Note">
0248       <entry name="LastNoteSelectedFolder" type="LongLong">
0249         <whatsthis>The most recent selected folder using for Notes.</whatsthis>
0250         <default>-1</default>
0251       </entry>
0252     </group>
0253 
0254     <group name="DKIM">
0255       <entry name="EnabledDkim" type="bool">
0256         <default>false</default>
0257       </entry>
0258       <entry name="SaveDkimResult" type="bool">
0259         <default>false</default>
0260       </entry>
0261       <entry name="SaveKey" type="Enum">
0262         <choices>
0263           <choice name="NotSaving"/>
0264           <choice name="Save"/>
0265           <choice name="SaveAndCompare"/>
0266         </choices>
0267         <default>NotSaving</default>
0268       </entry>
0269       <entry name="CheckIfEmailShouldBeSigned" type="bool">
0270         <default>false</default>
0271       </entry>
0272       <entry name="UseDMarc" type="bool">
0273         <default>false</default>
0274       </entry>
0275       <entry name="UseDefaultRules" type="bool">
0276         <default>false</default>
0277       </entry>
0278       <entry name="AutogenerateRule" type="bool">
0279         <default>false</default>
0280       </entry>
0281       <entry name="AutogenerateRuleOnlyIfSenderOnSDID" type="bool">
0282         <default>false</default>
0283       </entry>
0284 
0285       <entry name="UseAuthenticationResults" type="bool">
0286         <default>false</default>
0287       </entry>
0288       <entry name="UseRelaxedParsingAuthenticationResults" type="bool">
0289         <default>false</default>
0290       </entry>
0291       <entry name="UseOnlyAuthenticationResults" type="bool">
0292         <default>false</default>
0293       </entry>
0294 
0295       <entry name="PublicRsaTooSmall" type="Enum">
0296         <choices>
0297           <choice name="Nothing"/>
0298           <choice name="Warning"/>
0299           <choice name="Error"/>
0300         </choices>
0301         <default>Warning</default>
0302       </entry>
0303       <entry name="PolicyRsaSha1" type="Enum">
0304         <choices>
0305           <choice name="Nothing"/>
0306           <choice name="Warning"/>
0307           <choice name="Error"/>
0308         </choices>
0309         <default>Warning</default>
0310       </entry>
0311       <entry name="VerifySignatureWhenOnlyTest" type="bool">
0312         <default>false</default>
0313       </entry>
0314     </group>
0315 
0316 </kcfg>
0317