Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in org.gnome.evolution.mail.gschema.xml.in. | Matthew Barnes | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Bug 702664 - Settings migration issue from "headers" to "show-headers" | Matthew Barnes | 2013-06-21 | 1 | -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 Barnes | 2013-06-06 | 1 | -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 Barnes | 2013-06-05 | 1 | -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 Barnes | 2013-05-10 | 1 | -5/+0 |
| | | | | Hidden setting, no clear use case, and poorly implemented. | ||||
* | Remove "Search for sender photograph only in local address books". | Matthew Barnes | 2013-04-21 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 Barnes | 2013-02-27 | 1 | -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 GConf | Milan Crha | 2012-06-15 | 1 | -0/+10 |
| | |||||
* | Bug #569540 - Remove unused message-display-style GSettings key | Milan Crha | 2012-06-14 | 1 | -5/+0 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 1 | -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-server | Milan Crha | 2012-05-31 | 1 | -0/+5 |
| | |||||
* | Bug #674249 - Crash when showing message with large text/plain | Dan Vrátil | 2012-04-19 | 1 | -10/+0 |
| | |||||
* | Bug #245025 - Popup confirmation when moving a folder (via drag and drop) | Milan Crha | 2012-04-07 | 1 | -0/+10 |
| | |||||
* | Change 'file name' to 'filename' according to the GDP Style Guide | Andre Klapper | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Clarify that value for mark-seen-timeout is in milliseconds | Andre Klapper | 2012-02-13 | 1 | -2/+2 |
| | |||||
* | Fix a typo | Kjartan Maraas | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | Bug #661087 - Add ability to remove localized "Re:" prefixes in subject | Milan Crha | 2011-12-22 | 1 | -0/+5 |
| | |||||
* | "citation-colour" -> "citation-color" | Matthew Barnes | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Use e_restore_window() and "org.gnome.evolution.window". | Matthew Barnes | 2011-11-28 | 1 | -85/+6 |
| | | | | Apply it to all windows with persistent size and/or position. | ||||
* | Tweak GSettings schemas. | Matthew Barnes | 2011-11-23 | 1 | -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 Barnes | 2011-11-23 | 1 | -0/+5 |
| | |||||
* | Migrate EShellSettings to GSettings | Rodrigo Moya | 2011-11-15 | 1 | -0/+30 |
| | |||||
* | Migrate SA extension to GSettings | Rodrigo Moya | 2011-11-02 | 1 | -0/+15 |
| | |||||
* | And yet more GSettings migration on the mail component | Rodrigo Moya | 2011-10-20 | 1 | -0/+15 |
| | |||||
* | Make e_utils_prompt_user and callers use GSettings keys | Rodrigo Moya | 2011-10-14 | 1 | -1/+11 |
| | |||||
* | Port misc widgets to use GSettings | Rodrigo Moya | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Fix typo in key name | Rodrigo Moya | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Use correct path for GSettings schemas | Rodrigo Moya | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | Migrate all mail schemas to GSettings | Rodrigo Moya | 2010-11-16 | 1 | -0/+245 |
| | |||||
* | Fix copy-pasted XML code | Rodrigo Moya | 2010-11-10 | 1 | -58/+63 |
| | |||||
* | Migrated half of the mail schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -48/+239 |
| | |||||
* | Migrate composer schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -0/+119 |
| | |||||
* | Move all plugin settings to their own schemas | Rodrigo Moya | 2010-11-10 | 1 | -75/+0 |
| | |||||
* | Migrate external editor schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -0/+10 |
| | |||||
* | Fix copy-pasted XML | Rodrigo Moya | 2010-11-04 | 1 | -16/+16 |
| | |||||
* | Migrate mail notification schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+40 |
| | |||||
* | Migrate face picture schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+10 |
| | |||||
* | Migrate custom headers schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+10 |
| | |||||
* | Migrate template placeholders schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+5 |
| | |||||
* | Migrate mail prompts schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+9 |