Junio C Hamano writes:
> l.stelm...@samsung.com (Łukasz Stelmach) writes:
>
>> OK, I see. Good point. Where would you recommend me to put these modules
>> and how to name them? I mean I don't want to make to much mess here (;
>
> I would not recommend you to do any of the above now. As I said, t
l.stelm...@samsung.com (Łukasz Stelmach) writes:
> OK, I see. Good point. Where would you recommend me to put these modules
> and how to name them? I mean I don't want to make to much mess here (;
I would not recommend you to do any of the above now. As I said, the
open-coded if/elsif cascade ve
It was <2013-04-25 czw 00:41>, when Junio C Hamano wrote:
> Thomas Rast writes:
>
>> Łukasz Stelmach writes:
>>
>>> Enable sending patches to NNTP servers (Usenet, Gmane).
>>
>> I'm surprised Junio didn't mention this: your patch lacks the
>> Signed-off-by.
>
> Heh, that was because I took the pa
It was <2013-04-24 śro 18:17>, when Junio C Hamano wrote:
> l.stelm...@samsung.com (Łukasz Stelmach) writes:
>
>> It was <2013-04-23 wto 17:02>, when Junio C Hamano wrote:
>>> Łukasz Stelmach writes:
>>>
Enable sending patches to NNTP servers (Usenet, Gmane).
---
The patch impl
Thomas Rast writes:
> Łukasz Stelmach writes:
>
>> Enable sending patches to NNTP servers (Usenet, Gmane).
>
> I'm surprised Junio didn't mention this: your patch lacks the
> Signed-off-by.
Heh, that was because I took the patch as an early preview and not a
final submission. It came without d
l.stelm...@samsung.com (Łukasz Stelmach) writes:
> It was <2013-04-23 wto 17:02>, when Junio C Hamano wrote:
>> Łukasz Stelmach writes:
>>
>>> Enable sending patches to NNTP servers (Usenet, Gmane).
>>> ---
>>>
>>> The patch implements support for sending messages to groups on NNTP
>>> serviers.
l.stelm...@samsung.com (Łukasz Stelmach) writes:
> It was <2013-04-24 śro 09:38>, when Thomas Rast wrote:
>> Łukasz Stelmach writes:
>>> + if ($email_protocol eq 'nntp') {
>>> + $header = "Newsgroups: $to\n" . $header;
>>> + } else {
>>> + $header = "To: $to${ccline}\n" .
It was <2013-04-24 śro 09:38>, when Thomas Rast wrote:
> Łukasz Stelmach writes:
>
>> Enable sending patches to NNTP servers (Usenet, Gmane).
>
> I'm surprised Junio didn't mention this: your patch lacks the
> Signed-off-by.
>
>> +if ($email_protocol eq 'nntp') {
>> +$header = "New
Łukasz Stelmach writes:
> Enable sending patches to NNTP servers (Usenet, Gmane).
I'm surprised Junio didn't mention this: your patch lacks the
Signed-off-by.
> + if ($email_protocol eq 'nntp') {
> + $header = "Newsgroups: $to\n" . $header;
> + } else {
> + $head
It was <2013-04-23 wto 17:02>, when Junio C Hamano wrote:
> Łukasz Stelmach writes:
>
>> Enable sending patches to NNTP servers (Usenet, Gmane).
>> ---
>>
>> The patch implements support for sending messages to groups on NNTP serviers.
>
> Cute.
>
> A Perl guru might want to encapsulate the differ
It was <2013-04-24 śro 09:19>, when Eric Sunshine wrote:
> On Tue, Apr 23, 2013 at 7:13 AM, Łukasz Stelmach
> wrote:
>> Enable sending patches to NNTP servers (Usenet, Gmane).
>> ---
>> diff --git a/git-send-email.perl b/git-send-email.perl
>> index bd13cc8..0356635 100755
>> --- a/git-send-email
On Tue, Apr 23, 2013 at 7:13 AM, Łukasz Stelmach wrote:
> Enable sending patches to NNTP servers (Usenet, Gmane).
> ---
> diff --git a/git-send-email.perl b/git-send-email.perl
> index bd13cc8..0356635 100755
> --- a/git-send-email.perl
> +++ b/git-send-email.perl
> @@ -1174,6 +1249,18 @@ X-Mailer
Łukasz Stelmach writes:
> Enable sending patches to NNTP servers (Usenet, Gmane).
> ---
>
> The patch implements support for sending messages to groups on NNTP serviers.
Cute.
A Perl guru might want to encapsulate the differences between $smtp
and $nntp codepaths into two Perl modules, but it l
Enable sending patches to NNTP servers (Usenet, Gmane).
---
The patch implements support for sending messages to groups on NNTP serviers.
The patch does not (attempts not to) change the default behavior i.e. to use
sendmail
and/or Net::SMTP. To use NNTP one needs to configure the server (see the
14 matches
Mail list logo