send-email: die if CA path doesn't exist
authorJohn Keeping <john@keeping.me.uk>
Tue, 24 Nov 2015 23:31:40 +0000 (23:31 +0000)
committerJeff King <peff@peff.net>
Tue, 24 Nov 2015 23:35:55 +0000 (18:35 -0500)
If the CA path isn't found it's most likely to indicate a
misconfiguration, in which case accepting any certificate is unlikely to
be the correct thing to do.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Jeff King <peff@peff.net>
No differences found