Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.24 KB

ChillScreen

Plugin for macOS that prevents random and annoying popup of Mail's window. Make it chill.

Requirements

macOS Catalina. Other versins are coming soon.

Install

  1. Run in Terminal to make sure Mail plugins are enabled:
sudo defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1
  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
  1. Restart Mail app.
  2. Click Mail in the menu bar, select Preferences….
  3. Click on Manage Plug-ins in the General tab.
  4. Activate ChillScreen.mailbundle by checking the checkbox.
  5. Click Apply and Restart Mail.
  6. On the top-right corner of the Mail's window should appear [Chilled] label. Mouse hover shows its version.
  7. Done.

Uninstall

Run in Terminal:

rm -rf ~/Library/Mail/Bundles/ChillScreen.mailbundle

Build locally

xcodebuild -configuration Debug

Then activate it in Mail app following the instruction from Install.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.