Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 703490 - Stop invoking spamc, just use spamassassin | Matthew Barnes | 2013-07-08 | 1 | -4/+0 |
| | | | | | | | | | | | | | | SpamAssassin is clearly not intended for use by mail clients, as evidenced by the number of backflips Evolution's SA module still has to do just to detect the presence and nature of a running spamd (a problem which D-Bus solved a decade ago), and recent SA developer comments. In lieu of removing SA support entirely, remove all the crazy GSettings that are (thankfully) not exposed in the UI and relegate Evolution's SA integration to only the most basic usage (spamassassin / sa-learn). Users are better off with Bogofilter anyway. Leave SpamAssassin for mail servers. | ||||
* | Remove "drag-and-drop-save-name-format" setting. | Matthew Barnes | 2013-05-10 | 1 | -1/+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 | -1/+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. | ||||
* | evolution.convert: no-folder-dots setting was removed. | Matthew Barnes | 2013-04-01 | 1 | -1/+0 |
| | |||||
* | Add "headers-collapsed" setting. | Matthew Barnes | 2013-03-17 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | evolution.convert: Remove leftover "force-message-limit" entry. | Matthew Barnes | 2012-10-15 | 1 | -1/+0 |
| | | | | | | | | | The GSettings key was removed in commit f4c30fe: "Bug #672249 - Crash when showing message with large text/plain" This was causing gsettings-data-convert to abort and not mark itself as having run, so the GConf conversion runs repeatedly, potentially overwriting changes the user made in GSettings. | ||||
* | Remove "last-upgraded-version" GSettings key. | Matthew Barnes | 2012-07-02 | 1 | -1/+0 |
| | | | | | | | | | AFAICT, this key does nothing useful and only confuses me every time I read the EShell migration code. The "version" key records the most recently used Evolution version. That's all we need for migration. And since downgrading Evolution is not supported, we can assume this value will only increase over time. | ||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 1 | -0/+5 |
| | |||||
* | Bug #569540 - Remove unused message-display-style GSettings key | Milan Crha | 2012-06-14 | 1 | -2/+0 |
| | |||||
* | Adapt to evolution-data-server's port from GConf to GSettings | Milan Crha | 2012-06-14 | 1 | -3/+0 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 1 | -2/+0 |
| | | | | | 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 GSettings schemas to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -3/+0 |
| | |||||
* | Bug 672593 - Typos in evolution.convert | Dimitri | 2012-03-22 | 1 | -2/+2 |
| | |||||
* | Bug 666695 - Wrong schema for relocatable path in evolution.convert | Matthew Barnes | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | "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 | -22/+32 |
| | | | | Apply it to all windows with persistent size and/or position. | ||||
* | Tweak GSettings schemas. | Matthew Barnes | 2011-11-23 | 1 | -17/+19 |
| | | | | | | | | - 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 | -13/+14 |
| | |||||
* | Port autocontacts plugin to GSettings | Rodrigo Moya | 2011-11-18 | 1 | -0/+9 |
| | |||||
* | Migrate EShellSettings to GSettings | Rodrigo Moya | 2011-11-15 | 1 | -1/+34 |
| | |||||
* | Migrate itip formatter to GSettings | Rodrigo Moya | 2011-11-04 | 1 | -0/+3 |
| | |||||
* | Migrate mail notification plugin to GSettings | Rodrigo Moya | 2011-11-02 | 1 | -0/+1 |
| | |||||
* | Addressbook module GSettings migration | Rodrigo Moya | 2011-11-02 | 1 | -0/+2 |
| | |||||
* | Migrate SA extension to GSettings | Rodrigo Moya | 2011-11-02 | 1 | -0/+3 |
| | |||||
* | Almost no more GConf in e-util | Rodrigo Moya | 2011-10-26 | 1 | -0/+1 |
| | |||||
* | And yet more GSettings migration on the mail component | Rodrigo Moya | 2011-10-20 | 1 | -2/+5 |
| | |||||
* | More mail GSettings migration | Rodrigo Moya | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | Make e_utils_prompt_user and callers use GSettings keys | Rodrigo Moya | 2011-10-14 | 1 | -1/+3 |
| | |||||
* | Migrate external editor plugin to GSettings | Rodrigo Moya | 2011-10-14 | 1 | -76/+76 |
| | |||||
* | Migrate prefer-plain plugin to GSettings | Rodrigo Moya | 2011-10-14 | 1 | -0/+4 |
| | |||||
* | Migrate Contact Editor to GSettings | Rodrigo Moya | 2011-10-13 | 1 | -13/+14 |
| | |||||
* | Migrate ECalShellContent to GSettings | Rodrigo Moya | 2011-10-11 | 1 | -0/+3 |
| | |||||
* | Port calendar importer to GSettings | Rodrigo Moya | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | Port ETask/MemoShellContent to GSettings | Rodrigo Moya | 2011-09-22 | 1 | -0/+4 |
| | |||||
* | Port ETaskShellBackend to GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | Port e-task-shell-view-actions to GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+2 |
| | |||||
* | Port EMemoShellBackend to GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | Port ECalShellBackend to GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | Port calendar sidebar to use GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | Port e-memo-shell-view-actions.c to use GSettings | Rodrigo Moya | 2011-09-21 | 1 | -0/+2 |
| | |||||
* | Fix typo in GSettings key | Rodrigo Moya | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Port most settings in calendar-config.c to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -0/+9 |
| | |||||
* | Port alarm-notify configuration to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -0/+6 |
| | |||||
* | Port event/task/meeting editor to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -0/+6 |
| | |||||
* | Migrate all mail schemas to GSettings | Rodrigo Moya | 2010-11-16 | 1 | -1/+50 |
| | |||||
* | Migrated half of the mail schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -1/+38 |
| | |||||
* | Migrate composer schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -0/+25 |
| | |||||
* | Move all plugin settings to their own schemas | Rodrigo Moya | 2010-11-10 | 1 | -4/+20 |
| | |||||
* | Migrate external editor schemas to GSettings | Rodrigo Moya | 2010-11-10 | 1 | -0/+2 |
| | |||||
* | Migrate mail notification schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+8 |
| | |||||
* | Migrate face picture schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+2 |
| | |||||
* | Migrate custom headers schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+2 |
| | |||||
* | Migrate template placeholders schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+1 |
| | |||||
* | Migrate mail prompts schemas to GSettings | Rodrigo Moya | 2010-11-04 | 1 | -0/+3 |
| | |||||
* | Add GSettings schemas for addressbook | Rodrigo Moya | 2010-11-04 | 1 | -0/+9 |
| | |||||
* | Migrate all shell schemas to GSettings | Rodrigo Moya | 2010-11-01 | 1 | -0/+11 |
| | |||||
* | Start settings schemas migration | Rodrigo Moya | 2010-11-01 | 1 | -0/+12 |