File: GNUMailInfo.plist

package info (click to toggle)
gnumail 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,872 kB
  • sloc: objc: 41,483; makefile: 23
file content (105 lines) | stat: -rw-r--r-- 3,037 bytes parent folder | download
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ApplicationDescription</key>
	<string>A GNUstep mail client.</string>
	<key>ApplicationName</key>
	<string>GNUMail</string>
	<key>ApplicationRelease</key>
	<string>1.3.0</string>
	<key>ApplicationURL</key>
	<string>http://gnustep-nonfsf.nongnu.org/gnumail</string>
	<key>Authors</key>
	<array>
		<string>See docs/WHOIS for the complete list of contributors.</string>
		<string>Ludovic Marcotte &lt;ludovic@Sophos.ca&gt; and contributors</string>
	</array>
	<key>Copyright</key>
	<string>Copyright (C) 1998 ... 2018 Ludovic Marcotte and contributors.</string>
	<key>CopyrightDescription</key>
	<string>Released under the GNU General Public License 2.0</string>
	<key>FullVersionID</key>
	<string>1.3.0</string>
	<key>NSIcon</key>
	<string>GNUMail.tiff</string>
	<key>NSServices</key>
	<array>
		<dict>
			<key>NSKeyEquivalent</key>
			<dict>
				<key>default</key>
				<string>n</string>
			</dict>
			<key>NSMenuItem</key>
			<dict>
				<key>Czech</key>
				<string>GNUMail/Novu00fd mail s obsahem</string>
				<key>German</key>
				<string>GNUMail/Neue Mail mit Inhalt</string>
				<key>Italian</key>
				<string>GNUMail/Nuova Mail con contenuto</string>
				<key>Swedish</key>
				<string>GNUMail/Nytt brev med innehu00e5ll</string>
				<key>default</key>
				<string>GNUMail/New Mail with content</string>
			</dict>
			<key>NSMessage</key>
			<string>newMessageWithContent</string>
			<key>NSPortName</key>
			<string>GNUMail</string>
			<key>NSSendTypes</key>
			<array>
				<string>NSStringPboardType</string>
			</array>
		</dict>
		<dict>
			<key>NSKeyEquivalent</key>
			<dict>
				<key>default</key>
				<string>m</string>
			</dict>
			<key>NSMenuItem</key>
			<dict>
				<key>Czech</key>
				<string>GNUMail/Novu00fd mail s pu00f8u00edjemcem</string>
				<key>German</key>
				<string>GNUMail/Neue Mail mit Empfu00e4nger</string>
				<key>Italian</key>
				<string>GNUMail/Nuova Mail con destinatario</string>
				<key>Swedish</key>
				<string>GNUMail/Nytt brev med mottagare</string>
				<key>default</key>
				<string>GNUMail/New Mail with recipient</string>
			</dict>
			<key>NSMessage</key>
			<string>newMessageWithRecipient</string>
			<key>NSPortName</key>
			<string>GNUMail</string>
			<key>NSSendTypes</key>
			<array>
				<string>NSStringPboardType</string>
			</array>
		</dict>
		<dict>
			<key>NSMenuItem</key>
			<dict>
				<key>Czech</key>
				<string>GNUMail/Novu00fd mail s pu00f8u00edlohou</string>
				<key>Italian</key>
				<string>GNUMail/Nuova mail con allegato</string>
				<key>default</key>
				<string>GNUMail/New Mail with attachment(s)</string>
			</dict>
			<key>NSMessage</key>
			<string>newMessageWithAttachments</string>
			<key>NSPortName</key>
			<string>GNUMail</string>
			<key>NSSendTypes</key>
			<array>
				<string>NSFilenamesPboardType</string>
			</array>
		</dict>
	</array>
</dict>
</plist>