aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.spamassassin.gschema.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* Bug 703490 - Stop invoking spamc, just use spamassassinMatthew Barnes2013-07-081-10/+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.
* Check for SpamAssassin during configure.Matthew Barnes2012-10-011-11/+1
| | | | | | | | | | | | | If the spamassassin and sa-learn programs cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the SpamAssassin software b) specify the path with SPAMASSASSIN=/path/to/spamassassin and/or SA_LEARN=/path/to/sa-learn c) pass --disable-spamassassin to configure to exclude the module This also drops the "spamc" and "spamd" GSettings keys.
* Bug 664678 - Bad defaults for SpamAssassin GSettings keysMatthew Barnes2011-11-241-2/+2
| | | | | These need to be changed manually if the defaults are not suitable. These do not appear in Evolution's user interface.
* Tweak GSettings schemas.Matthew Barnes2011-11-231-0/+29
- Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.