/usr/share/config.kcfg/kmail.kcfg is in kmail 4:16.04.3-4~deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 | <?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>qtextcodec.h</include>
<include>QFontDatabase</include>
<include>kcolorscheme.h</include>
<include>editor/composer.h</include>
<include>MessageComposer/Util</include>
<include>KCompletion</include>
<kcfgfile name="kmail2rc"/>
<group name="Behaviour">
<entry name="ActionEnterFolder" type="Enum">
<label></label>
<whatsthis></whatsthis>
<choices>
<choice name="SelectFirstUnread"/>
<choice name="SelectLastSelected"/>
<choice name="SelectNewest"/>
<choice name="SelectOldest"/>
</choices>
<default>SelectLastSelected</default>
</entry>
<entry name="NetworkState" type="Enum">
<choices>
<choice name="Online"/>
<choice name="Offline"/>
</choices>
<default>Online</default>
</entry>
<entry name="LoopOnGotoUnread" type="Enum">
<label></label>
<whatsthis></whatsthis>
<choices>
<choice name="DontLoop"/>
<choice name="LoopInCurrentFolder"/>
<choice name="LoopInAllFolders"/>
<choice name="LoopInAllMarkedFolders"/>
</choices>
<default>DontLoop</default>
</entry>
<entry name="ShowPopupAfterDnD" type="Bool">
<label></label>
<whatsthis></whatsthis>
<default>true</default>
</entry>
<entry name="ExcludeImportantMailFromExpiry" type="Bool">
<label></label>
<whatsthis>This prevents the automatic expiry of old messages in a folder from deleting (or moving to an archive folder) the messages that are marked 'Important' or 'Action Item'</whatsthis>
<default>true</default>
</entry>
<entry name="AllowLocalFlags" type="Bool">
<label>Allow local flags in read-only folders</label>
<default>false</default>
</entry>
<entry name="SendOnCheck" type="Enum">
<label>Send queued mail on mail check</label>
<whatsthis><qt><p>Select whether you want KMail to send all messages in the outbox on manual or all mail checks, or whether you do not want messages to be sent automatically at all. </p></qt></whatsthis>
<choices>
<choice name="DontSendOnCheck"/>
<choice name="SendOnManualChecks"/>
<choice name="SendOnAllChecks"/>
</choices>
<default>DontSendOnCheck</default>
</entry>
</group>
<group name="FolderSelectionDialog">
<entry name="LastSelectedFolder" type="LongLong">
<whatsthis>The most recently selected folder in the folder selection dialog.</whatsthis>
<default>-1</default>
</entry>
</group>
<group name="General">
<entry name="WarnBeforeExpire" type="bool" key="warn-before-expire">
<default>true</default>
</entry>
<entry name="SystemTrayEnabled" type="Bool">
<label>Enable system tray icon</label>
<default>false</default>
</entry>
<entry name="SystemTrayPolicy" type="Enum">
<label>Policy for showing the system tray icon</label>
<choices>
<choice name="ShowAlways"/>
<choice name="ShowOnUnread"/>
</choices>
<default>ShowOnUnread</default>
</entry>
<entry name="SystemTrayShowUnread" type="Bool">
<label>Show unread mail in system tray</label>
<default>true</default>
</entry>
<entry name="ExternalEditor" type="String" key="external-editor">
<label>Specify e&ditor:</label>
<default>kwrite %f</default>
</entry>
<entry name="UseExternalEditor" type="Bool" key="use-external-editor">
<label>Use e&xternal editor instead of composer</label>
<default>false</default>
</entry>
<entry name="CustomMessageHeadersCount" type="Int" key="mime-header-count">
<label>Specifies the number of custom MIME header fields to be inserted in messages (for internal use only)</label>
</entry>
<entry name="CloseToQuotaThreshold" type="Int">
<label>The threshold for when to warn the user that a folder is nearing its quota limit.</label>
<default>80</default>
</entry>
<entry name="EmptyTrashOnExit" type="Bool" key="empty-trash-on-exit">
<label>Empty the local trash folder on program exit</label>
<default>false</default>
</entry>
<entry name="StartSpecificFolderAtStartup" type="Bool" key="startSpecificFolderAtStatup">
<label>Allow to start specific folder</label>
<default>true</default>
</entry>
<entry name="StartupFolder" type="LongLong" key="startupFolder">
<label>Specify the folder to open when the program is started</label>
<default>-1</default>
</entry>
<entry name="ConfirmBeforeEmpty" type="Bool" key="confirm-before-empty">
<label>Ask for confirmation before moving all messages to trash</label>
<default>true</default>
</entry>
<entry name="AutoExpiring" type="Bool" key="auto-expiring">
<label>Specifies whether the folders will expire in the background (for internal use only)</label>
<default>true</default>
</entry>
<entry name="FirstStart" type="Bool" key="first-start">
<label>Specifies whether this is the very first time that the application is run (for internal use only)</label>
<default>true</default>
</entry>
<entry name="PreviousVersion" type="String" key="previous-version">
<label>Specifies the version of the application that was last used (for internal use only)</label>
<default code="true">QLatin1String(KDEPIM_VERSION)</default>
</entry>
<entry key="ShowMenuBar" type="Bool">
<default>true</default>
<!-- label and whatsthis are already provided by KStandardAction::showMenubar -->
<label></label>
<whatsthis></whatsthis>
</entry>
</group>
<!-- General -->
<group name="Internal">
<entry name="PreviousNewFeaturesMD5" type="String" hidden="true">
<whatsthis>This value is used to decide whether the KMail Introduction should be displayed.</whatsthis>
<default></default>
</entry>
</group>
<group name="Composer">
<entry name="ForwardingInlineByDefault" type="Bool">
<default>false</default>
<label>Forward Inline As Default.</label>
</entry>
<entry name="TooManyRecipients" type="Bool" key="too-many-recipients">
<label>Warn if the number of recipients is more than:</label>
<default>false</default>
<whatsthis>If the number of recipients is larger than this value, KMail will warn and ask for a confirmation before sending the mail. The warning can be turned off.</whatsthis>
</entry>
<entry name="RecipientThreshold" type="Int" key="recipient-threshold">
<label></label>
<default>5</default>
<min>1</min>
<max>100</max>
<whatsthis>If the number of recipients is larger than this value, KMail will warn and ask for a confirmation before sending the mail. The warning can be turned off.</whatsthis>
</entry>
<entry name="PreviousIdentity" type="UInt" key="previous-identity" />
<entry name="PreviousFcc" type="String" key="previous-fcc" />
<entry name="PreviousDictionary" type="String" />
<entry name="CurrentTransport" type="String" key="current-transport" />
<entry name="UseHtmlMarkup" type="Bool" key="html-markup">
<default>false</default>
</entry>
<entry name="NeverEncryptDrafts" type="Bool" key="never-encrypt-drafts">
<default>true</default>
</entry>
<entry name="ConfirmBeforeSend" type="Bool" key="confirm-before-send">
<label>Confirm &before send</label>
<default>false</default>
</entry>
<entry name="ConfirmBeforeSendWhenUseShortcut" type="Bool" key="confirm-before-send-when-use-shortcut">
<default>false</default>
</entry>
<entry name="CheckSpellingBeforeSend" type="Bool" key="check-spelling-before-send">
<label>Check spelling before send</label>
<default>false</default>
</entry>
<entry name="RequestMDN" type="Bool" key="request-mdn">
<label>Automatically request &message disposition notifications</label>
<whatsthis><qt><p>Enable this option if you want KMail to request Message Disposition Notifications (MDNs) for each of your outgoing messages.</p><p>This option only affects the default; you can still enable or disable MDN requesting on a per-message basis in the composer, menu item <em>Options</em>-><em>Request Disposition Notification</em>.</p></qt></whatsthis>
<default>false</default>
</entry>
<entry name="Headers" type="Int" key="headers">
<default>KMail::Composer::HDR_SUBJECT|KMail::Composer::HDR_FROM</default>
</entry>
<entry name="CompletionMode" type="Int" key="Completion Mode">
<default code="true">KCompletion::CompletionPopup</default>
</entry>
<entry name="AutoSpellChecking" type="Bool" key="autoSpellChecking">
<default>true</default>
</entry>
<entry name="ShowForgottenAttachmentWarning" type="Bool" key="showForgottenAttachmentWarning">
<default>true</default>
</entry>
<entry name="AttachmentKeywords" type="StringList" key="attachment-keywords">
<default code="true">
MessageComposer::Util::AttachmentKeywords()
</default>
</entry>
<entry name="AutosaveInterval" type="Int" key="autosave">
<label>Autosave interval:</label>
<whatsthis>A backup copy of the text in the composer window can be created regularly. The interval used to create the backups is set here. You can disable autosaving by setting it to the value 0.</whatsthis>
<default>2</default>
</entry>
<entry name="CustomTemplates" type="StringList" key="CustomTemplates" />
<entry name="ShowSnippetManager" type="Bool">
<label>Show the Text Snippet Management and Insertion Panel in the composer.</label>
<default>false</default>
</entry>
<entry name="SnippetSplitterPosition" type="IntList"/>
<entry name="CryptoStoreEncrypted" type="Bool" key="crypto-store-encrypted">
<label>When check, sent messages will be stored in the encrypted form</label>
<default>true</default>
</entry>
<entry name="RecentUrls" type="StringList" key="recent-urls">
<label>A list of all the recently used URLs</label>
<default code="true">
QStringList()
</default>
</entry>
<entry name="RecentEncodings" type="StringList" key="recent-encoding">
<label>A list of all the recently used encodings</label>
<default code="true">
QStringList()
</default>
</entry>
<entry name="ShowCryptoLabelIndicator" type="Bool">
<label>Show crypto label indicator</label>
<default>true</default>
</entry>
<entry name="CheckSendDefaultActionShortcut" type="Bool">
<label>Validate Send Default Shortcut</label>
<default>false</default>
</entry>
</group>
<!-- Composer -->
<group name="Fonts">
<entry name="ComposerFont" type="Font" key="composer-font">
<default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
</entry>
</group>
<group name="Geometry">
<entry name="ComposerSize" type="Size" key="composer">
<default>QSize(800,600)</default>
</entry>
<entry name="IdentityDialogSize" type="Size" key="Identity Dialog size">
<label>The size of the identity dialog (for internal use only)</label>
<default>QSize()</default>
</entry>
<entry name="SearchWidgetWidth" type="Int">
<label>The width of the search window (for internal use only)</label>
<default>0</default>
</entry>
<entry name="SearchWidgetHeight" type="Int">
<label>The height of the search window (for internal use only)</label>
<default>0</default>
</entry>
<entry name="ConfigureDialogWidth" type="Int">
<label>The width of the Configure KMail dialog (for internal use only)</label>
<default>0</default>
</entry>
<entry name="ConfigureDialogHeight" type="Int">
<label>The height of the Configure KMail dialog (for internal use only)</label>
<default>0</default>
</entry>
<entry name="FolderViewWidth" type="Int">
<default>250</default>
</entry>
<entry name="FolderViewHeight" type="Int">
<default>500</default>
</entry>
<entry name="FolderTreeHeight" type="Int">
<default>400</default>
</entry>
<entry name="SearchAndHeaderHeight" type="Int">
<default>180</default>
</entry>
<entry name="SearchAndHeaderWidth" type="Int">
<default>450</default>
</entry>
<entry name="ReaderWindowWidth" type="Int">
<default>200</default>
</entry>
<entry name="ReaderWindowHeight" type="Int">
<default>320</default>
</entry>
<entry name="readerWindowMode" type="Enum">
<label>Message Preview Pane</label>
<choices>
<choice name="hide">
<label>Do not show a message preview pane</label>
</choice>
<choice name="below">
<label>Show the message preview pane below the message list</label>
</choice>
<choice name="right">
<label>Show the message preview pane next to the message list</label>
</choice>
</choices>
<default>below</default>
</entry>
<entry name="FolderList" type="Enum">
<label>Folder List</label>
<choices>
<choice name="longlist">
<label>Long folder list</label>
</choice>
<choice name="shortlist">
<label>Short folder list</label>
</choice>
</choices>
<default>longlist</default>
</entry>
</group>
<group name="Reader">
<entry name="CloseAfterReplyOrForward" type="Bool">
<label>Close message window after replying or forwarding</label>
<default>false</default>
</entry>
</group>
<group name="GlobalTemplates">
<entry name="TemplateNewMessage" type="String" key="TemplateNewMessage">
<label>Message template for new message</label>
<whatsthis></whatsthis>
<default code="true">TemplateParser::DefaultTemplates::defaultNewMessage()</default>
</entry>
<entry name="TemplateReply" type="String" key="TemplateReply">
<label>Message template for reply</label>
<whatsthis></whatsthis>
<default code="true">TemplateParser::DefaultTemplates::defaultReply()</default>
</entry>
<entry name="TemplateReplyAll" type="String" key="TemplateReplyAll">
<label>Message template for reply to all</label>
<whatsthis></whatsthis>
<default code="true">TemplateParser::DefaultTemplates::defaultReplyAll()</default>
</entry>
<entry name="TemplateForward" type="String" key="TemplateForward">
<label>Message template for forward</label>
<whatsthis></whatsthis>
<default code="true">TemplateParser::DefaultTemplates::defaultForward()</default>
</entry>
<entry name="QuoteString" type="String" key="QuoteString">
<label>Quote characters</label>
<whatsthis></whatsthis>
<default code="true">TemplateParser::DefaultTemplates::defaultQuoteString()</default>
</entry>
</group>
<group name="Search">
<entry name="LastSearchCollectionId" type="LongLong">
<default>-1</default>
</entry>
</group>
<!-- Main Folder View settings -->
<group name="MainFolderView">
<entry name="ToolTipDisplayPolicy" type="Int">
<label>Specifies the policy used when displaying policy</label>
<default>0</default>
</entry>
</group>
<!-- Search Dialog settings -->
<group name="SearchDialog">
<entry name="CollectionWidth" type="Int">
<label>Specifies the width of the collection field in the Search Window dialog (for internal use only)</label>
<default>150</default>
</entry>
<entry name="SubjectWidth" type="Int">
<label>Specifies the width of the subject field in the Search Window dialog (for internal use only)</label>
<default>150</default>
</entry>
<entry name="SenderWidth" type="Int">
<label>Specifies the width of the sender field in the Search Window dialog (for internal use only)</label>
<default>120</default>
</entry>
<entry name="ReceiverWidth" type="Int">
<label>Specifies the width of the receiver field in the Search Window dialog (for internal use only)</label>
<default>120</default>
</entry>
<entry name="DateWidth" type="Int">
<label>Specifies the width of the date field in the Search Window dialog (for internal use only)</label>
<default>120</default>
</entry>
<entry name="FolderWidth" type="Int">
<label>Specifies the width of the folder field in the Search Window dialog (for internal use only)</label>
<default>100</default>
</entry>
</group>
</kcfg>
|