diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-20 12:38:18 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-20 12:38:18 +0800 |
commit | a941352c299c6fe0587c43dfa27b40d491e2f205 (patch) | |
tree | b0052caf39b3abcce316151cab4a3cbe4c8180cf /plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in | |
parent | 3ea7bd690fb04f799fea74dc251446ba735a4927 (diff) | |
download | gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.gz gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.zst gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.zip |
Fix for 468159 from Gilles Dartiguelongue <gdartigu@svn.gnome.org>
--This line, and th se below, will be ignored--
A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in
M plugins/attachment-reminder/ChangeLog
M plugins/attachment-reminder/Makefile.am
D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in
M plugins/tnef-attachments/Makefile.am
svn path=/trunk/; revision=34040
Diffstat (limited to 'plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in')
-rw-r--r-- | plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in b/plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in new file mode 100644 index 0000000000..e8b62241e4 --- /dev/null +++ b/plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in @@ -0,0 +1,41 @@ +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/evolution/mail/prompts/attachment_presend_check</key> + <applyto>/apps/evolution/mail/prompts/attachment_presend_check</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable attachment reminder plugin</short> + <long>Enable attachment reminder plugin</long> + </locale> + </schema> + + + <!-- Labels and Colours --> + + <schema> + <key>/schemas/apps/evolution/mail/attachment_reminder_clues</key> + <applyto>/apps/evolution/mail/attachment_reminder_clues</applyto> + <owner>evolution-mail</owner> + <type>list</type> + <list_type>string</list_type> + + <!-- The following are the keywords used by the plugin to understand + whether the user wanted to send a attachment. The list can have any + number of strings.--> + + <default>[attachment,attaching,attached,enclosed]</default> + <locale name="C"> + <short>List of clues for the attachment reminder plugin to look for + in a message body</short> + <long> + List of clues for the attachment reminder plugin to look for + in a message body + </long> + </locale> + </schema> + </schemalist> +</gconfschemafile> + |