Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-24 Thread Matthieu Moy
Samuel GROOT writes: > On 05/23/2016 09:55 PM, Eric Wong wrote: >> Tom Russello wrote: >>> This new option takes an email message file, parses it, fills the "To", >>> "Subject" and "Cc" fields appropriately and quote the message. >>> This option involves the `--compose` mode to edit the cover le

Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-24 Thread Samuel GROOT
On 05/23/2016 09:55 PM, Eric Wong wrote: Tom Russello wrote: This new option takes an email message file, parses it, fills the "To", "Subject" and "Cc" fields appropriately and quote the message. This option involves the `--compose` mode to edit the cover letter quoting the given email. Coo

Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-23 Thread Samuel GROOT
e same question, but at least my mailer (Gnus) has the same special-case it seems. Thunderbird behaves the same way, so we decided to mimic that behavior. It is specified neither in RFC 2822 [1] nor in RFC 5322 [2]. When we write an email, we write it with a maximum width of 72 columns. If

Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-23 Thread Matthieu Moy
Eric Wong writes: > Tom Russello wrote: > >> +#Message body >> +while (<$fh>) { >> +#for files containing crlf line endings >> +$_=~ s/\r//g; >> +my $space=""; >> +if (/^[^>]/) { >> +$space = " "; >> +} >> +

Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-23 Thread Matthieu Moy
Tom Russello writes: > This option involves the `--compose` mode to edit the cover letter quoting the s/involves/implies/ ? I don't think this is right: I often reply to an email with a single patch, for which it would clearly be overkill to have a cover-letter. Your --quote-mail

Re: [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-23 Thread Eric Wong
Tom Russello wrote: > This new option takes an email message file, parses it, fills the "To", > "Subject" and "Cc" fields appropriately and quote the message. > This option involves the `--compose` mode to edit the cover letter quoting the > given email. Cool! There should probably be some help

[RFC-PATCH 1/2] send-email: new option to quote an email and reply to

2016-05-23 Thread Tom Russello
* Email Bcc: --subject * Email "Subject:" --in-reply-to * Email "In-Reply-To:" +--quote-mail * Email To, Cc and quote the message. --[no-]xmailer * Add "X-Mailer:" header (default). --[no-]annotat

URGENT RESPONSE NEEDED, PLEASE REPLY....

2016-05-12 Thread Mr. Ragner Henderson
Dear Friend, Pardon me for not having the pleasure of knowing your mindset before making you this offer and it is utterly confidential and genuine by virtue of its nature I write to solicit your assistance in a funds transfer deal involving £15.2M.This fund has been stashed out of the excess pr

reply

2016-04-05 Thread Manuelle Duszynski
Good day, friend. I'm a Banker with HSBC here in Malaysia.I have an interesting business deal for you that will be of immense benefit to both of us.Although this may be hard for you to believe,we stand to gain $7million in a matter of days. Please grant me the benefit of doubt and hear me out.

Reply

2015-10-29 Thread
Hello My Name is Capt. Lucas Alves from the US Army base here in Damascus, Syria. I have a Deal of Sixteen Million Two Hundred Thousand United States I would like to partner with you. Kindly get back to me if it would be of interest to you for more details. Regards, Lucas Alves alvescaptlu...@

Reply

2015-10-23 Thread
Hello My Name is Capt. Lucas Alves from the US Army base here in Damascus, Syria. I have a Deal of Sixteen Million Two Hundred Thousand United States I would like to partner with you. Kindly get back to me if it would be of interest to you for more details. Regards, Lucas Alves alvescaptlu...@

Urgent Reply

2015-10-19 Thread Sahara
ATTN: Do you need a convenient and direct loan? We offer personal loan, car loan, small business loan and Investment financing with an affordable interest rate, fast and convenient. To apply email: enquir...@saharafc.com -- To unsubscribe from this list: send the line "unsubscribe git" in the bod

please, reply (we have not received your invited paper so far)

2015-08-13 Thread Olga Nikolova
Dear Invited Speaker, You can still upload now your invited paper for our conference in Seoul, South Korea, September 5-7, 2015 until August 20, 2015. URL www. wseas. org or until August 31, 2015 for our conference in Michigan, USA, September 20-22, 2015 This is really a unique opportunity wi

Re: Invalid responses to 8bit encoding and In-Reply-To questions

2015-04-01 Thread Junio C Hamano
Guilhem Bichot writes: > Junio C Hamano pobox.com> writes: > >> It would be possible to do so with code changes to git-send-email; >> look for "ask(", "valid_re", and "confirm_only" to see how they are >> used in existing code that ask questions, if you are interested. > > Today I stumbled on ex

Re: Invalid responses to 8bit encoding and In-Reply-To questions

2015-04-01 Thread Guilhem Bichot
Junio C Hamano pobox.com> writes: > > Geert Uytterhoeven linux-m68k.org> writes: > > > | Oops, I'm afraid automatic-I replied "y" to the git-send-email question > > | "Which 8bit encoding should I declare [UTF-8]?" > > | (happened bef

Re: [PATCH] Add hint for translators for y/n reply.

2015-02-28 Thread Junio C Hamano
Jiang Xin writes: > 2015-02-28 23:39 GMT+08:00 Jean-Noel Avila : >> Signed-off-by: Jean-Noel Avila >> --- >> builtin/clean.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/builtin/clean.c b/builtin/clean.c >> index 7e7fdcf..2c98661 100644 >> --- a/builtin/clean.c >> +++ b/builti

Re: [PATCH] Add hint for translators for y/n reply.

2015-02-28 Thread Jiang Xin
2015-03-01 8:18 GMT+08:00 Jiang Xin : > 2015-02-28 23:39 GMT+08:00 Jean-Noel Avila : >> Signed-off-by: Jean-Noel Avila >> --- >> builtin/clean.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/builtin/clean.c b/builtin/clean.c >> index 7e7fdcf..2c98661 100644 >> --- a/builtin/clean

Re: [PATCH] Add hint for translators for y/n reply.

2015-02-28 Thread Jiang Xin
2015-02-28 23:39 GMT+08:00 Jean-Noel Avila : > Signed-off-by: Jean-Noel Avila > --- > builtin/clean.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/builtin/clean.c b/builtin/clean.c > index 7e7fdcf..2c98661 100644 > --- a/builtin/clean.c > +++ b/builtin/clean.c > @@ -754,6 +754,9 @@

[PATCH] Add hint for translators for y/n reply.

2015-02-28 Thread Jean-Noel Avila
Signed-off-by: Jean-Noel Avila --- builtin/clean.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builtin/clean.c b/builtin/clean.c index 7e7fdcf..2c98661 100644 --- a/builtin/clean.c +++ b/builtin/clean.c @@ -754,6 +754,9 @@ static int ask_each_cmd(void) /* Ctrl-D should

Re: Invalid responses to 8bit encoding and In-Reply-To questions

2015-02-04 Thread Junio C Hamano
Geert Uytterhoeven writes: > | Oops, I'm afraid automatic-I replied "y" to the git-send-email question > | "Which 8bit encoding should I declare [UTF-8]?" > | (happened before with the In-Reply-To questions ;-( > > Would it be possible to reject obvio

Invalid responses to 8bit encoding and In-Reply-To questions

2015-02-04 Thread Geert Uytterhoeven
of an encoding named "y", and SMTP is | > not my strongest subject anyway. | | Oops, I'm afraid automatic-I replied "y" to the git-send-email question | "Which 8bit encoding should I declare [UTF-8]?" | (happened before with the In-Reply-To questions ;-( Wo

Please Reply Via:(arikinseckin12...@qq.com)

2014-12-18 Thread Giresun
HELLO I will like to discuss an oil deal with you,an exportation of 80,000 barrels of Crude Oil daily from Iran to Turkey at the rate of $ 70.00 dollars per barrel through my client company in Iran, this will make you our international representative. If interested, please reply via my email

CALL FOR DISCUSSION (REPLY URGENTLY NEEDED)

2014-12-05 Thread William Keith
Dear Friend, I am William Keith,Personal banker and account officer to the late UWE Gamballa who was murdered in South Africa, before his death he was the CEO of Porsche Motors. My urgent need for a foreign partner that made me to contact You for this transaction. I got your contact from yahoo Tou

Please reply

2014-10-31 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Please reply

2014-10-25 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Please reply

2014-10-22 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Please reply

2014-10-20 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Please reply

2014-10-19 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Please reply

2014-10-09 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Read and reply to me.

2014-10-07 Thread Madiit
-- Hello my dear,i knows that this letter will not come as a surprise to you,i saw your data online and i decided to have this brief conversation with you which i knows that it must favor me and you, i have a good business proposal to discuss with you but on your reply to

Re: git format-patch --in-reply-to allows header injection. Intended?

2014-09-04 Thread Junio C Hamano
Niklas Hambüchen writes: > On 04/09/14 23:36, Junio C Hamano wrote: >> While I do not think of a reason to specify such a string to the >> in-reply-to option (I'd rather edit the output in the editor if I >> wanted to do anything fancy [*1*]), I do not think there is a

Re: git format-patch --in-reply-to allows header injection. Intended?

2014-09-04 Thread Niklas Hambüchen
On 04/09/14 23:36, Junio C Hamano wrote: > While I do not think of a reason to specify such a string to the > in-reply-to option (I'd rather edit the output in the editor if I > wanted to do anything fancy [*1*]), I do not think there is a reason > why you want to add a code t

Re: git format-patch --in-reply-to allows header injection. Intended?

2014-09-04 Thread Junio C Hamano
Niklas Hambüchen writes: > For example, if you pass "--in-reply-to=\nTo: (notice lack of trailing `>`), then the generated email will actually > contain a > To: > header. While I do not think of a reason to specify such a string to the in-reply-to option (I'd rath

git format-patch --in-reply-to allows header injection. Intended?

2014-09-04 Thread Niklas Hambüchen
Hi, I just wanted to ask if the --in-reply-to flag of git format-patch is supposed to write the given string unmodified into the email or whether it ought to perform some check against header injection. For example, if you pass "--in-reply-to=\nTo: `), then the generated email will act

REPLY ASAP, IT'S URGENT.

2014-08-24 Thread Mr. Larry Markson
Attention: I have a business Proposal that will be of benefit to the both of us and I shall be compensating you with Forty percent at the final conclusion. If you are interested please reply ASAP, so I can send you more detail on how we are going to proceed I await your urgent response

Reply ASAP, It's Urgent''

2014-08-23 Thread Mr. Larry Markson
Attention: I have a business Proposal that will be of benefit to the both of us and I shall be compensating you with Forty percent at the final conclusion. If you are interested please reply ASAP, so I can send you more detail on how we are going to proceed I await your urgent response

Kindly reply

2014-07-30 Thread carlos...@libero.it
My name is Carlos Ramirez I am lawyer here in Madrid Spain. I want to transfer an abandoned sum of 3.5 Millions USD to your account.50% will be for you. No risk involved. Contact me for more details. Kindly reply me back to my alternative email address ( carlos...@aol.com ) Regards

Kindly reply

2014-07-13 Thread Carlos Ramirez
My name is Carlos Ramirez, I am lawyer here in Madrid Spain. I want to transfer an abandoned sum of 13.5 Millions USD to your account.50% will be for you. No risk involved. Contact me for more details. Kindly reply me back to my alternative email address ( carlos...@aol.com ) Regards

Kindly reply

2014-07-13 Thread Carlos Ramirez
My name is Carlos Ramirez, I am lawyer here in Madrid Spain. I want to transfer an abandoned sum of 13.5 Millions USD to your account.50% will be for you. No risk involved. Contact me for more details. Kindly reply me back to my alternative email address ( carlos...@aol.com ) Regards

Re: Pls Reply Soon!

2013-09-16 Thread mslizawong
i have a business proposal for you, write me back for more info. -Sent from my ipad. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Pls Reply Soon!

2013-09-15 Thread mslizawong
i have a business proposal for you, write me back for more info. -Sent from my ipad. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Pls Reply Soon!

2013-09-07 Thread mslizawong
i have a business proposal for you, write me back for more info. -Sent from my ipad. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Reply.

2013-08-19 Thread Cham Tao Soon
I have a project for you in the tune of One Hundred & Five Million EUR,Please reply for specifics. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: git send-email should not allow 'y' for in-reply-to

2013-02-24 Thread Junio C Hamano
made: > >> How about "What Message-ID to use as In-Reply-To for the first email?" >> or "Provide the Message-ID to use as In-Reply-To for the first >> email:". > > seem fine to me. Maybe somebody who has been confused by it can offer > more. At any rat

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Junio C Hamano
would definitely not say y/yes/n/no, >>> but press enter directly. >> Sounds sensible (even though technically you reply to a message >> that has that message ID, and not to a message ID ;-)). >> >> Any better phrasing from others? If not, I'd say we adopt this >

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Ben Aveling
On 12/01/2013 10:54 AM, Junio C Hamano wrote: Antoine Pelisse writes: I would simply go for: What Message-ID are you replying to (if any)? If I don't know what to answer, I would definitely not say y/yes/n/no, but press enter directly. Sounds sensible (even though technically you

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Junio C Hamano
Antoine Pelisse writes: > I would simply go for: > > What Message-ID are you replying to (if any)? > > If I don't know what to answer, I would definitely not say y/yes/n/no, > but press enter directly. Sounds sensible (even though technically you reply to a message t

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Antoine Pelisse
; Are you sure you want to use [y/N]? y > Message-ID to be used as In-Reply-To for the first email (if any)? > > Why not do this instead? > > $ git send-email 0001-filename-of-the-patch.patch > 0001-filename-of-the-patch.patch > Who should the emails be sen

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Junio C Hamano
Antoine Pelisse writes: > On Fri, Jan 11, 2013 at 10:23 PM, Jeff King wrote: >> On Fri, Jan 11, 2013 at 08:13:57PM +, Matt Seitz (matseitz) wrote: >> >>> > > How about "What Message-ID to use as In-Reply-To for the first email?" >>> > &g

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Antoine Pelisse
On Fri, Jan 11, 2013 at 10:23 PM, Jeff King wrote: > On Fri, Jan 11, 2013 at 08:13:57PM +, Matt Seitz (matseitz) wrote: > >> > > How about "What Message-ID to use as In-Reply-To for the first email?" >> > > or "Provide the Message-ID to

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Jeff King
On Fri, Jan 11, 2013 at 08:13:57PM +, Matt Seitz (matseitz) wrote: > > > How about "What Message-ID to use as In-Reply-To for the first email?" > > > or "Provide the Message-ID to use as In-Reply-To for the first > > > email:". > > > &g

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Matt Seitz (matseitz)
"Jeff King" wrote in message news:<2013085417.ga12...@sigill.intra.peff.net>... > On Fri, Jan 11, 2013 at 10:43:39AM -0800, Hilco Wijbenga wrote: > > > > How about "What Message-ID to use as In-Reply-To for the first email?" > > or "

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Jeff King
On Fri, Jan 11, 2013 at 10:43:39AM -0800, Hilco Wijbenga wrote: > > People answer 'y' to "Who should the emails appear to be from?" and > > 'n' to "Message-ID to be used as In-Reply-To for the first email?" > > for some unknown re

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Hilco Wijbenga
On 11 January 2013 08:47, Jeff King wrote: > On Fri, Jan 11, 2013 at 09:39:06AM -0700, Eric Blake wrote: > >> > Please don't answer "y" when git send email shows the following prompt: >> > >> > "Message-ID to be used as In-Reply-To for the firs

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Eric Blake
; send-email: validate & reconfirm interactive responses > > People answer 'y' to "Who should the emails appear to be from?" and > 'n' to "Message-ID to be used as In-Reply-To for the first email?" > for some unknown reason. While it is

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Jeff King
On Fri, Jan 11, 2013 at 09:39:06AM -0700, Eric Blake wrote: > > Please don't answer "y" when git send email shows the following prompt: > > > > "Message-ID to be used as In-Reply-To for the first email?" > > > > you should respond with

git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Eric Blake
[raising this UI wart to the git list] On 01/11/2013 01:42 AM, Peter Krempa wrote: > On 01/11/13 07:31, Chunyan Liu wrote: >> This patch series is to... [snip] > > Please don't answer "y" when git send email shows the following prompt: > > "Message-I

Re: send-email and in-reply-to = n

2012-08-14 Thread Martin von Zweigbergk
On Mon, Aug 13, 2012 at 4:53 PM, Junio C Hamano wrote: > Stephen Boyd writes: > >> Can we throw up a big warning or just outright fail if someone types >> 'n' or 'y' and hits enter for the in-reply-to question in >> git-send-email? I saw a git-send-em

Re: send-email and in-reply-to = n

2012-08-13 Thread Junio C Hamano
Stephen Boyd writes: > Can we throw up a big warning or just outright fail if someone types > 'n' or 'y' and hits enter for the in-reply-to question in > git-send-email? I saw a git-send-email sent patch with an In-Reply-To > header containing n on lkml today a

send-email and in-reply-to = n

2012-08-13 Thread Stephen Boyd
Can we throw up a big warning or just outright fail if someone types 'n' or 'y' and hits enter for the in-reply-to question in git-send-email? I saw a git-send-email sent patch with an In-Reply-To header containing n on lkml today and it makes threading in my mail client

<    1   2