blob: e8b62241e41c3d704b642ce36f756507a94b5f12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>
|