-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GMailinator to lates Mail #42
base: master
Are you sure you want to change the base?
Conversation
Just added the UUID in Info.plist.
The goal here is to make easier to understand and add new shortcuts to GMailinator. Any new addition should be straightforward on the main file. Also I gather several fixes for different thing over everyone's fork to get the following: Auto UUID on the build script; Most of the compilation warnings are gone, with exception of the deprecation to load the NIB. If I fix that, the Move To dialog simply does not show up; Also I got rid of a memory leak on the event creation. It as a tiny one and would take forever to impact real users but nevertheless it was a good catch.
FYI I tested the end product on my Mac OS X 10.11.5 machine with Mail 9.3 by cloning your repo and building it and it works great. Thanks for updating this. I hope the maintainer accepts your pull request. |
Mac OS Sierra updates
Fix mark as read/unread shortcuts
FYI @Townk this appears to be disabled in the latest version of Mail App. |
I pushed a new commit on my repo to address that a couple days ago. Check if that would work for you and let me know. |
Hey sorry for the delayed response as I'd missed your reply, but it looks like https://github.com/Townk/GMailinator master branch was last pushed Oct 25. @Townk, any chance you pushed somewhere else that I'm missing? Anyways I sincerely appreciate you keeping this updated as I rely on this rather extensively. |
I also did a small refactor on the main class to make it easy to add new features on the future.