/usr/share/GNUstep/GNUMail.app/English.lproj/GNUMail.scriptTerminology is in gnumail.app-common 1.2.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | <?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>Classes</key>
<dict>
<key>BccRecipient</key>
<dict>
<key>Description</key>
<string>A "Bcc" recipient</string>
<key>Name</key>
<string>bcc recipient</string>
<key>PluralName</key>
<string>bcc recipients</string>
</dict>
<key>CcRecipient</key>
<dict>
<key>Description</key>
<string>A "Cc" recipient</string>
<key>Name</key>
<string>cc recipient</string>
<key>PluralName</key>
<string>cc recipients</string>
</dict>
<key>InternetAddress</key>
<dict>
<key>Attributes</key>
<dict>
<key>address</key>
<dict>
<key>Description</key>
<string>Email address of recipient</string>
<key>Name</key>
<string>address</string>
</dict>
<key>personal</key>
<dict>
<key>Description</key>
<string>Real name of recipient</string>
<key>Name</key>
<string>personal</string>
</dict>
</dict>
<key>Description</key>
<string>A message recipient</string>
<key>Name</key>
<string>recipient</string>
<key>PluralName</key>
<string>recipients</string>
</dict>
<key>MessageComposition</key>
<dict>
<key>Attributes</key>
<dict>
<key>account</key>
<dict>
<key>Description</key>
<string>Specifies mail account from which to send this message</string>
<key>Name</key>
<string>account</string>
</dict>
<key>author</key>
<dict>
<key>Description</key>
<string>Author of message</string>
<key>Name</key>
<string>author</string>
</dict>
<key>content</key>
<dict>
<key>Description</key>
<string>Body of message</string>
<key>Name</key>
<string>content</string>
</dict>
<key>hasSignature</key>
<dict>
<key>Description</key>
<string>Specifies whether the message has a signature</string>
<key>Name</key>
<string>has signature</string>
</dict>
<key>signaturePosition</key>
<dict>
<key>Description</key>
<string>Position of signature (top/bottom)</string>
<key>Name</key>
<string>signature position</string>
</dict>
<key>subject</key>
<dict>
<key>Description</key>
<string>Subject of message</string>
<key>Name</key>
<string>subject</string>
</dict>
</dict>
<key>Description</key>
<string>A message composition</string>
<key>Name</key>
<string>message composition</string>
<key>PluralName</key>
<string>message compositions</string>
</dict>
<key>NSApplication</key>
<dict>
<key>Description</key>
<string>Main application class</string>
<key>Name</key>
<string>application</string>
<key>PluralName</key>
<string>applications</string>
</dict>
<key>ToRecipient</key>
<dict>
<key>Description</key>
<string>A "To" recipient</string>
<key>Name</key>
<string>to recipient</string>
<key>PluralName</key>
<string>to recipients</string>
</dict>
</dict>
<key>Commands</key>
<dict>
<key>Attach</key>
<dict>
<key>Arguments</key>
<dict>
<key>file</key>
<dict>
<key>Description</key>
<string>File name of attachment</string>
<key>Name</key>
<string>file</string>
</dict>
</dict>
<key>Description</key>
<string>Adds an attachment</string>
<key>Name</key>
<string>attach</string>
</dict>
<key>GetURL</key>
<dict>
<key>Description</key>
<string>Opens a URL</string>
<key>Name</key>
<string>get URL</string>
</dict>
<key>OpenURL</key>
<dict>
<key>Description</key>
<string>Opens a URL</string>
<key>Name</key>
<string>open URL</string>
</dict>
<key>SendMessage</key>
<dict>
<key>Description</key>
<string>Sends a message</string>
<key>Name</key>
<string>send</string>
</dict>
<key>ShowMessage</key>
<dict>
<key>Description</key>
<string>Shows a message</string>
<key>Name</key>
<string>show</string>
</dict>
</dict>
<key>Description</key>
<string>Scripting interface for GNUMail</string>
<key>Name</key>
<string>GNUMail script suite</string>
</dict>
</plist>
|