diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-12 18:43:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-12 18:43:05 +0800 |
commit | dbe6756f09935e1b9ed86cb989c32973efc03df5 (patch) | |
tree | 29a9998577697fd4f637f9ca63936ad9885a9ea4 /mail/evolution-mail.schemas.in | |
parent | 5d76e1265b1d62a72efae113affed21ff5a52dc7 (diff) | |
download | gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.gz gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.zst gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.zip |
** Fix for bug #263236
2007-11-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #263236
* mail.error.xml: New message "ask-delete-vfolder-msg".
* em-folder-view.c: (emfv_delete_msg_response),
(emfv_popup_delete): When deleting from vFolder, ask if really want
to and warn about deleting in a real folder too.
* evolution-mail.schemas.in: New option
"/apps/evolution/mail/prompts/delete_in_vfolder" to not ask again.
svn path=/trunk/; revision=34523
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index f85512fac3..7048d77933 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -876,6 +876,21 @@ </long> </locale> </schema> + + <schema> + <key>/schemas/apps/evolution/mail/prompts/delete_in_vfolder</key> + <applyto>/apps/evolution/mail/prompts/delete_in_vfolder</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Prompt when deleting messages in search folder</short> + <long> + It disables the feature where repeated prompts to ask if delete messages from search folder. + </long> + </locale> + </schema> + <!-- Trash settings --> <schema> |