Skip to content

Plugin for Apple’s Mail.app that adds support for Gmail-ish keyboard shortcuts.

Notifications You must be signed in to change notification settings

jelmervdl/Nostalgy-4-Mail.app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Plugin for Apple’s Mail.app that adds support for Gmail-ish keyboard shortcuts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 84.5%
  • Objective-C++ 15.5%