geary/desktop/org.gnome.Geary.gschema.xml
Cédric Bellegarde 786a9df536 client: startup notifications is a freedesktop.org concept
Do not use the same wording for our background mode
2022-08-25 21:50:28 +00:00

134 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.Geary" path="/org/gnome/Geary/" gettext-domain="geary">
<key name="window-maximize" type="b">
<default>false</default>
<summary>Maximize window</summary>
<description>True if the application window is maximized, false otherwise.</description>
</key>
<key name="window-width" type="i">
<default>1024</default>
<summary>Width of window</summary>
<description>The last recorded width of the application window.</description>
</key>
<key name="window-height" type="i">
<default>768</default>
<summary>Height of window</summary>
<description>The last recorded height of the application window.</description>
</key>
<key name="formatting-toolbar-visible" type="b">
<default>false</default>
<summary>Show/hide formatting toolbar</summary>
<description>True if the formatting toolbar in the composer is shown.</description>
</key>
<key name="autoselect" type="b">
<default>true</default>
<summary>Autoselect next message</summary>
<description>True if we should autoselect the next available conversation.</description>
</key>
<key name="display-preview" type="b">
<default>true</default>
<summary>Display message previews</summary>
<description>True if we should display a short preview of each message.</description>
</key>
<key name="single-key-shortcuts" type="b">
<default>false</default>
<summary>Use single key shortcuts</summary>
<description>Enables shortcuts for email actions that do not
require pressing &lt;Ctrl> to emulate those used by
Gmail.</description>
</key>
<key name="spell-check-languages" type="mas">
<default>nothing</default>
<summary>Languages that shall be used in the spell checker</summary>
<description>A list of POSIX locales, with the empty list
disabling spell checking and the null list using desktop
languages by default.</description>
</key>
<key name="spell-check-visible-languages" type="as">
<default>[]</default>
<summary>Languages that are displayed in the spell checker popover</summary>
<description>List of languages that are always displayed in the popover of the spell checker.</description>
</key>
<key name="run-in-background" type="b">
<default>false</default>
<summary>Run application in background on logon and when closed</summary>
<description>True to run application in background.</description>
</key>
<key name="ask-open-attachment" type="b">
<default>true</default>
<summary>Ask when opening an attachment</summary>
<description>True to ask when opening an attachment.</description>
</key>
<key name="compose-as-html" type="b">
<default>true</default>
<summary>Whether to compose emails in HTML</summary>
<description>True to compose emails in HTML; false for plain text.</description>
</key>
<key name="search-strategy" type="s">
<default>"conservative"</default>
<summary>Advisory strategy for full-text searching</summary>
<description>Acceptable values are “exact”, “conservative”, “aggressive”, and “horizon”.</description>
</key>
<key name="conversation-viewer-zoom" type="d">
<default>1</default>
<summary>Zoom of conversation viewer</summary>
<description>The zoom to apply on the conservation view.</description>
</key>
<key name="composer-window-size" type="ai">
<default>[-1,-1]</default>
<summary>Size of detached composer window</summary>
<description>The last recorded size of the detached composer window.</description>
</key>
<key name="images-trusted-domains" type="as">
<default>[]</default>
<summary>Allow images for these domains</summary>
<description>Images from these domains will be trusted</description>
</key>
<key name="undo-send-delay" type="i">
<default>5</default>
<summary>Undo sending email delay</summary>
<description>The number of seconds to wait before sending an
email. Set to zero or less to disable.</description>
</key>
<key name="brief-notification-duration" type="i">
<default>5</default>
<summary>Brief notification display time</summary>
<description>The length of time in seconds for which brief notifications should
be displayed.</description>
</key>
<key name="optional-plugins" type="as">
<default>[]</default>
<summary>List of optional plugins</summary>
<description>Plugins listed here will be loaded on startup.</description>
</key>
<key name="migrated-config" type="b">
<default>false</default>
<summary>Whether we migrated the old settings</summary>
<description>False to check for the old “org.yorba.geary”-schema and copy its values.</description>
</key>
</schema>
</schemalist>