Plugin for macOS that prevents random and annoying popup of Mail's window. Make it chill.
macOS Catalina. Other versins are coming soon.
- Run in Terminal to make sure Mail plugins are enabled:
sudo defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1
- Run in Terminal to download plugin:
curl -SL \
https://github.com/mmatviyiv/ChillScreen/releases/latest/download/ChillScreen.mailbundle.zip | \
tar -xf - -C ~/Library/Mail/Bundles
- Restart Mail app.
- Click Mail in the menu bar, select Preferences….
- Click on Manage Plug-ins in the General tab.
- Activate ChillScreen.mailbundle by checking the checkbox.
- Click Apply and Restart Mail.
- On the top-right corner of the Mail's window should appear
[Chilled]
label. Mouse hover shows its version. - Done.
Run in Terminal:
rm -rf ~/Library/Mail/Bundles/ChillScreen.mailbundle
xcodebuild -configuration Debug
Then activate it in Mail app following the instruction from Install.
This project is licensed under the MIT License - see the LICENSE.md file for details.