| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Makes it more convenient to inspect the config object's fields. | 
|  | Don't print any output by default. | 
|  | Allow a "sendmail" program to be configured. If set, `deliver-email`
will spawn the program and write the email its standard input.
We can thus send the email by invoking the external program. | 
|  | Take a recipient email address. Build an email containing the issue
details.
Change the `run` loop to only operate on a single issue for testing
purposes. | 
|  |  | 
|  | We can later make a config from command line arguments.
Also don't require "https://" prefix from endpoint config. Doesn't make
sense to require that in the input when we can add it in the program. |