Skip to content

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

License

Notifications You must be signed in to change notification settings

mmatviyiv/ChillScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published