This mail bundle binds the delete key to the "archive messages" command in the list of messages. This overrides the default behavior of "delete messages".
If you prefer to put emails in the archive by default, this extension makes it easier to go through your inbox using the keyboard.
-
Obtain the latest UUID:
`defaults read /Applications/Mail.app/Contents/Info PluginCompatibilityUUID | pbcopy`
-
Add that UUID to the 'SupportedPluginCompatibilityUUIDs' key in Info.plist
-
Build with Xcode 4.6.1 (or higher)
-
Place resulting .mailbundle in ~/Library/Mail/Bundles
-
Enable bundle support in Mail:
`defaults write com.apple.mail EnableBundles -bool true`
-
Relaunch Mail