aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.mail.gschema.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in org.gnome.evolution.mail.gschema.xml.in.Matthew Barnes2013-06-221-1/+1
|
* Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-06-211-1/+1
| | | | | Give the "show-headers" key a proper default value, and watch out for an empty "headers" key, which is supposed to imply that default value.
* Add "show-headers" settings key.Matthew Barnes2013-06-061-3/+8
| | | | | | | Replaces the "headers" key. Whereas "headers" is an array of XML blobs, the "show-headers" key is an array of string/boolean pairs. Also update the appropriate places to get/set the new key.
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-051-3/+14
| | | | | | | | | | | Mainly to avoid accessing GSettings directly from EMailBrowser. Also add a "browser-close-on-reply-policy" GSettings key that replaces "prompt-on-reply-close-browser", the difference being the new key uses an enum definition compatible with EAutomaticActionPolicy instead of a free-form string value. And finally add an ESettingsMailBrowser class to glue things together.
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-101-5/+0
| | | | Hidden setting, no clear use case, and poorly implemented.
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-211-5/+0
| | | | | | | | | | | | | This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email.
* Add "headers-collapsed" setting.Matthew Barnes2013-03-171-4/+3
| | | | | | Replaces "paned-view-headers-state", which was defined as an integer for some stupid reason. Not bothering to migrate the old setting since it's one button click.
* Add "side-bar-ellipsize-mode" setting.Matthew Barnes2013-03-171-5/+12
| | | | | | | Replaces the "no-folder-dots" setting, which has been removed since it was not exposed in Evolution's Preferences interface. The new setting uses an enum type compatible with PangoEllipsizeMode.
* Add "image-loading-policy" setting.Matthew Barnes2013-03-171-9/+15
| | | | | | Replaces the "load-http-images" setting, which is now deprecated. The new setting uses an enum type compatible with EMailImageLoadingPolicy.
* Add "reply-style-name" setting.Matthew Barnes2013-03-171-4/+16
| | | | | | Replaces the "reply-style" setting, which is now deprecated. The new setting uses an enum type compatible with EMailReplyStyle.
* Add "forward-style-name" setting.Matthew Barnes2013-03-171-3/+20
| | | | | | Replaces the "forward-style" setting, which is now deprecated. The new setting uses an enum type compatible with EMailForwardStyle.
* Remove obsolete "mime-types" mail setting.Matthew Barnes2013-02-271-5/+0
| | | | | | | | | | | Description: "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." Wow, that's ancient. How did that get missed?
* Remove the last remaining usage of GConfMilan Crha2012-06-151-0/+10
|
* Bug #569540 - Remove unused message-display-style GSettings keyMilan Crha2012-06-141-5/+0
|
* Remove "enable-local" and "enable-vfolders" GSettings key.Matthew Barnes2012-06-091-11/+1
| | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store.
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-0/+5
|
* Bug #674249 - Crash when showing message with large text/plainDan Vrátil2012-04-191-10/+0
|
* Bug #245025 - Popup confirmation when moving a folder (via drag and drop)Milan Crha2012-04-071-0/+10
|
* Change 'file name' to 'filename' according to the GDP Style GuideAndre Klapper2012-02-171-2/+2
|
* Clarify that value for mark-seen-timeout is in millisecondsAndre Klapper2012-02-131-2/+2
|
* Fix a typoKjartan Maraas2012-01-231-2/+2
|
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-221-0/+5
|
* "citation-colour" -> "citation-color"Matthew Barnes2011-11-281-1/+1
|
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-281-85/+6
| | | | Apply it to all windows with persistent size and/or position.
* Tweak GSettings schemas.Matthew Barnes2011-11-231-25/+0
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Fix some GSettings runtime issues.Matthew Barnes2011-11-231-0/+5
|
* Migrate EShellSettings to GSettingsRodrigo Moya2011-11-151-0/+30
|
* Migrate SA extension to GSettingsRodrigo Moya2011-11-021-0/+15
|
* And yet more GSettings migration on the mail componentRodrigo Moya2011-10-201-0/+15
|
* Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-141-1/+11
|
* Port misc widgets to use GSettingsRodrigo Moya2011-10-131-1/+1
|
* Fix typo in key nameRodrigo Moya2011-10-131-1/+1
|
* Use correct path for GSettings schemasRodrigo Moya2011-10-051-1/+1
|
* Migrate all mail schemas to GSettingsRodrigo Moya2010-11-161-0/+245
|
* Fix copy-pasted XML codeRodrigo Moya2010-11-101-58/+63
|
* Migrated half of the mail schemas to GSettingsRodrigo Moya2010-11-101-48/+239
|
* Migrate composer schemas to GSettingsRodrigo Moya2010-11-101-0/+119
|
* Move all plugin settings to their own schemasRodrigo Moya2010-11-101-75/+0
|
* Migrate external editor schemas to GSettingsRodrigo Moya2010-11-101-0/+10
|
* Fix copy-pasted XMLRodrigo Moya2010-11-041-16/+16
|
* Migrate mail notification schemas to GSettingsRodrigo Moya2010-11-041-0/+40
|
* Migrate face picture schemas to GSettingsRodrigo Moya2010-11-041-0/+10
|
* Migrate custom headers schemas to GSettingsRodrigo Moya2010-11-041-0/+10
|
* Migrate template placeholders schemas to GSettingsRodrigo Moya2010-11-041-0/+5
|
* Migrate mail prompts schemas to GSettingsRodrigo Moya2010-11-041-0/+9