Split event handling code in different files.
One file per class is better.
- src/application-events.cpp: New. For the Application.
- src/mailitem-events.cpp: New. For MailItems.
- src/Makefile.am: Update accordingly.
The event handlers will grow to do more and more handling.
There is still one header because the event handlers are
basically private and only declare an install function.