Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.97 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.97 KB

GMailinator/Nostalgy4MailApp

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.

Supported Shortcuts

KeyAction
cCompose new message
rReply
aReply All
fForward
sFlag (Star)
eArchive
lCopy message to folder (opens dialog)
mMove message to folder (opens dialog)
jGo to previous message/thread
kGo to next message/thread
gGo to folder (opens dialog)
/Mailbox search

How to install

  1. Grab the latest build from the Release page, and unzip to ~/Library/Mail/Bundles
  2. Enable Mail.app plugins: defaults write com.apple.mail EnableBundles -bool true

How to build

  1. Load up the project in Xcode.
  2. Run the build, this should automatically create ~/Library/Mail/Bundles (but you may need to create this).
  3. Enable Mail.app plugins: defaults write com.apple.mail EnableBundles -bool true
  4. Relaunch Mail.

Credits

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.