I'm currently being bugged by Mail.app popping open every friday at the same time and simultaniously I receive mails from an app iBackup which I used to have installed.
I would like to get rid of it for good but I can't find the process or cronjob that launches Mail.app.
Things I tried:
- Terminal
crontab -lsudo crontab -lfor user in $(dscl . list /users); do sudo crontab -u $user -l; done
- Searched all available locations listed by
man launchdfor a reference to Mail (grepped)
Where are crontabs listed in OS X? Are there any other places I can search for a script that launches every friday at the same time?