-
Notifications
You must be signed in to change notification settings - Fork 28
/
Apple Mail (com.apple.mai-shared).json
37 lines (37 loc) · 1.3 KB
/
Apple Mail (com.apple.mai-shared).json
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
{
"title": "Apple Mail (com.apple.mail-shared)",
"description": "Preference settings for Apple Mail.",
"__feedback": "[email protected]",
"properties": {
"AlertForNonmatchingDomains": {
"title": "Alert For Non-matching Domains",
"default": true,
"description": "Enable alerts when addressing messages to recipients outside the user's own email domain.",
"property_order": 10,
"type": "boolean"
},
"DomainForMatching": {
"title": "Domains For Matching",
"description": "Do not alert for these domains.",
"property_order": 20,
"type": "array",
"items": {
"type": "string",
"title": "Domain"
}
},
"DisableURLLoading": {
"title": "Disable URL Loading",
"description": "Disable automatic loading of remote content.",
"property_order": 30,
"type": "boolean"
},
"ExpandPrivateAliases": {
"title": "When sending to a group, show all member addresses.",
"description": "Expand Private Aliases.",
"property_order": 40,
"type": "boolean"
}
},
"required": ["AlertForNonmatchingDomains"]
}