mbox series

[0/2] send-email: simplify smtp.{smtpssl,smtpencryption} parsing

Message ID cover-0.2-00000000000-20210411T144128Z-avarab@gmail.com (mailing list archive)
Headers show
Series send-email: simplify smtp.{smtpssl,smtpencryption} parsing | expand

Message

Ævar Arnfjörð Bjarmason April 11, 2021, 2:43 p.m. UTC
As noted in 1/2 I unintentionally broke the deprecated
sendemail.smtpssl configuration parsing a while ago. Since nothing
actually uses it let's remove it.

This doesn't conflict with Drew's
http://lore.kernel.org/git/20210411125431.28971-1-sir@cmpwn.com
series, but as I'll reply to there knowing that we can do this might
simplify some things for it, if it were to be based on top of this.

Ævar Arnfjörð Bjarmason (2):
  send-email: remove non-working support for "sendemail.smtpssl"
  send-email: refactor sendemail.smtpencryption config parsing

 Documentation/config/sendemail.txt |  3 ---
 git-send-email.perl                | 13 +------------
 2 files changed, 1 insertion(+), 15 deletions(-)