home *** CD-ROM | disk | FTP | other *** search
- <?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>NSApplication</key>
- <dict>
- <key>Description</key>
- <string>JunkE's top level scripting object.</string>
- <key>Name</key>
- <string>application</string>
- <key>PluralName</key>
- <string>applications</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>JunkE's AppleScript interface</string>
- <key>Name</key>
- <string>JunkE</string>
- <key>Commands</key>
- <dict>
- <key>filterMessage</key>
- <dict>
- <key>Name</key>
- <string>filter</string>
- <key>Description</key>
- <string>Filter a message.</string>
- <key>Arguments</key>
- <dict>
- <key>message</key>
- <dict>
- <key>Name</key>
- <string>message</string>
- <key>Description</key>
- <string>The message to be filtered.</string>
- </dict>
- </dict>
- </dict>
- <key>denyMessage</key>
- <dict>
- <key>Name</key>
- <string>deny</string>
- <key>Description</key>
- <string>Add a junk message.</string>
- <key>Arguments</key>
- <dict>
- <key>message</key>
- <dict>
- <key>Name</key>
- <string>message</string>
- <key>Description</key>
- <string>The junk message to be added.</string>
- </dict>
- </dict>
- </dict>
- <key>saveAll</key>
- <dict>
- <key>Name</key>
- <string>saveall</string>
- <key>Description</key>
- <string>Save dictionaries.</string>
- </dict>
- <key>allowMessage</key>
- <dict>
- <key>Name</key>
- <string>allow</string>
- <key>Description</key>
- <string>Add a good message.</string>
- <key>Arguments</key>
- <dict>
- <key>message</key>
- <dict>
- <key>Name</key>
- <string>message</string>
- <key>Description</key>
- <string>The message to be added.</string>
- </dict>
- </dict>
- </dict>
- </dict>
- </dict>
- </plist>
-