diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-27 04:21:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-27 04:23:52 +0800 |
commit | d56b6adfcf510cd0d08ed3b243d54dbc957de835 (patch) | |
tree | 0f69e9ab50be34642854e42f8570d07489cb5b03 | |
parent | e5bb2b4ca20fb27197de4eb481b21fec3163f7ee (diff) | |
download | gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar.gz gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar.bz2 gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar.lz gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar.xz gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.tar.zst gsoc2013-evolution-d56b6adfcf510cd0d08ed3b243d54dbc957de835.zip |
Remove obsolete "mime-types" mail setting.
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?
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 0e83413a97..7ac3df8fd7 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -220,11 +220,6 @@ <_summary>Search for the sender photo in local address books </_summary> <_description>This option would help in improving the speed of fetching.</_description> </key> - <key name="mime-types" type="as"> - <default>[]</default> - <_summary>List of MIME types to check for Bonobo component viewers</_summary> - <_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.</_description> - </key> <key name="mark-seen" type="b"> <default>true</default> <_summary>Mark as Seen after specified timeout</_summary> |