diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-10 04:31:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-11 01:16:21 +0800 |
commit | 392fccc8a86c2bd0c52e208d683ba3c4dec7a880 (patch) | |
tree | f46f425c0a39468a84b95c4c497a36ee89807eac /data/org.gnome.evolution.mail.gschema.xml.in | |
parent | ba4a51e4f535d0233bfb6d51489e89c9c68c2688 (diff) | |
download | gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar.gz gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar.bz2 gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar.lz gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar.xz gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.tar.zst gsoc2013-evolution-392fccc8a86c2bd0c52e208d683ba3c4dec7a880.zip |
Remove "drag-and-drop-save-name-format" setting.
Hidden setting, no clear use case, and poorly implemented.
(cherry picked from commit 289d96f5f0816a5fb3c642827c6f69a690a6574c)
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-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 7ac3df8fd7..6581116914 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -135,11 +135,6 @@ <_summary>Save file format for drag-and-drop operation</_summary> <_description>Can be either 'mbox' or 'pdf'.</_description> </key> - <key name="drag-and-drop-save-name-format" type="i"> - <default>1</default> - <_summary>Save name format for drag-and-drop operation</_summary> - <_description>Can be either 2 to use current date and time or any other value for sent date of the message. This has a meaning only when dropping just one message.</_description> - </key> <key name="show-animated-images" type="b"> <default>false</default> <_summary>Show image animations</_summary> |