This repository was archived by the owner on Nov 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMailtoOpenerPreferences.plist
More file actions
77 lines (77 loc) · 1.95 KB
/
Copy pathMailtoOpenerPreferences.plist
File metadata and controls
77 lines (77 loc) · 1.95 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>entry</key>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>icon</key>
<string>MailtoOpener.png</string>
<key>label</key>
<string>Mailto Opener</string>
</dict>
<key>title</key>
<string>Mailto Opener</string>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>isStaticText</key>
<true/>
<key>label</key>
<string></string>
<key>footerText</key>
<string>When Custom is selected, enter your custom url in the above field. A self-explanatory example:
mailto:{{recipient}}?subject={{subject}}&body={{body}}</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>detail</key>
<string>PSListItemsController</string>
<key>key</key>
<string>PreferedMailApp</string>
<key>label</key>
<string>Prefered Mail App</string>
<key>validValues</key>
<array>
<string>Mail</string>
<string>MailComposeView</string>
<string>Inbox</string>
<string>Gmail</string>
<string>Custom</string>
</array>
<key>validTitles</key>
<array>
<string>Mail</string>
<string>MailComposeView</string>
<string>Inbox</string>
<string>Gmail</string>
<string>Custom</string>
</array>
<key>default</key>
<string>Mail</string>
<key>defaults</key>
<string>me.qusic.mailtoopener</string>
</dict>
<dict>
<key>cell</key>
<string>PSEditTextCell</string>
<key>key</key>
<string>CustomURL</string>
<key>defaults</key>
<string>me.qusic.mailtoopener</string>
<key>placeholder</key>
<string>Custom URL Scheme</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>MailtoOpener © Qusic</string>
</dict>
</array>
</dict>
</plist>