Re: [PATCH 4/4] imap-send: use curl by default

2017-09-12 Thread Nicolas Morey-Chaisemartin
Le 12/09/2017 à 09:02, Junio C Hamano a écrit : > Junio C Hamano writes: > >> I was sweeping my mailbox to collect loose ends that haven't been >> tied down, and noticed that this topic does not seem to have reached >> a conclusion. Do we want to reboot the effort? Or should we just >> throw i

Re: [PATCH 4/4] imap-send: use curl by default

2017-09-12 Thread Junio C Hamano
Junio C Hamano writes: > I was sweeping my mailbox to collect loose ends that haven't been > tied down, and noticed that this topic does not seem to have reached > a conclusion. Do we want to reboot the effort? Or should we just > throw it in the #leftoverbits bin for now? Ahh, I failed to fin

Re: [PATCH 4/4] imap-send: use curl by default

2017-09-11 Thread Junio C Hamano
Jeff King writes: > On Mon, Aug 07, 2017 at 04:04:05PM +0200, Nicolas Morey-Chaisemartin wrote: > >> Signed-off-by: Nicolas Morey-Chaisemartin > > Thanks for moving forward with this. > > Can you please flesh out your commit messages with some of the reasoning > and related discussion? I know fr

Re: [PATCH 4/4] imap-send: use curl by default

2017-08-07 Thread Jeff King
On Mon, Aug 07, 2017 at 04:04:05PM +0200, Nicolas Morey-Chaisemartin wrote: > Signed-off-by: Nicolas Morey-Chaisemartin Thanks for moving forward with this. Can you please flesh out your commit messages with some of the reasoning and related discussion? I know from a nearby thread why we want t

Re: [PATCH 4/4] imap-send: use curl by default

2017-08-07 Thread Martin Ågren
On 7 August 2017 at 19:10, Nicolas Morey-Chaisemartin wrote: > > > Le 07/08/2017 à 18:37, Martin Ågren a écrit : >> On 7 August 2017 at 16:04, Nicolas Morey-Chaisemartin >> wrote: >>> Signed-off-by: Nicolas Morey-Chaisemartin >>> --- >>> imap-send.c | 6 -- >>> 1 file changed, 6 deletions(-

Re: [PATCH 4/4] imap-send: use curl by default

2017-08-07 Thread Nicolas Morey-Chaisemartin
Le 07/08/2017 à 18:37, Martin Ågren a écrit : > On 7 August 2017 at 16:04, Nicolas Morey-Chaisemartin > wrote: >> Signed-off-by: Nicolas Morey-Chaisemartin >> --- >> imap-send.c | 6 -- >> 1 file changed, 6 deletions(-) >> >> diff --git a/imap-send.c b/imap-send.c >> index 90b8683ed..4ebc1

Re: [PATCH 4/4] imap-send: use curl by default

2017-08-07 Thread Martin Ågren
On 7 August 2017 at 16:04, Nicolas Morey-Chaisemartin wrote: > Signed-off-by: Nicolas Morey-Chaisemartin > --- > imap-send.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/imap-send.c b/imap-send.c > index 90b8683ed..4ebc16437 100644 > --- a/imap-send.c > +++ b/imap-send.c > @@ -3

[PATCH 4/4] imap-send: use curl by default

2017-08-07 Thread Nicolas Morey-Chaisemartin
Signed-off-by: Nicolas Morey-Chaisemartin --- imap-send.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/imap-send.c b/imap-send.c index 90b8683ed..4ebc16437 100644 --- a/imap-send.c +++ b/imap-send.c @@ -35,13 +35,7 @@ typedef void *SSL; #include "http.h" #endif -#if defined(USE_CU