Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.3, 1.3.1 (Alpha)
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: Notifier - Mail
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
When adding a mail notifier, the email address is required. This means you can't notify only the latest committers.
The email address field should be optional, at least not required when the 'latest committers' checkbox is enabled.
As discussed on the user list: http://markmail.org/message/oma2qfwn562bjns5
A workaround is to provide a non-existent email address in the form, and let it bounce or fail. Or, provide a valid email address and configure filters to delete the messages.
I removed the required validation for the email address in r755050, however this isn't totally correct as it will now let you add a notifier with no email address even if the 'notify latest committers' box is not checked.
TODO: figure out conditional validation in s2, currently reading http://www.junlu.com/msg/394407.html