Adds Gmail-esque keyboard shorcuts to Mail.app. This is still very much a work in progress. Tested with Mail from 10.11 up to 10.12.4 Beta.
Key | Action |
---|---|
c | Compose new message |
r | Reply |
a | Reply All |
f | Forward |
s | Flag (Star) |
e | Archive |
l | Copy message to folder (opens dialog) |
m | Move message to folder (opens dialog) |
j | Go to previous message/thread |
k | Go to next message/thread |
g | Go to folder (opens dialog) |
/ | Mailbox search |
- Grab the latest build from the Release page, and unzip to
~/Library/Mail/Bundles
- Enable Mail.app plugins:
defaults write com.apple.mail EnableBundles -bool true
- Load up the project in Xcode.
- Run the build, this should automatically create
~/Library/Mail/Bundles
(but you may need to create this). - Enable Mail.app plugins:
defaults write com.apple.mail EnableBundles -bool true
- Relaunch Mail.
The project has become a weird mix of both Gmailinator by Michael Lai and Nostalgy-4-Mail.app by Hajo Nils Krabbenhöft and later Marcin Pyla. I somewhat merged both projects to my preferences and rewrote parts of it to be compatible with later versions of Apple's Mail.app.
Finally, this project could not have been maintained by me done without the invaluable class-dump by Steve Nygard.