REPLY

2019-09-04 Thread Ms.Ella Golan
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you regarding an extremely important and urgent matter. If you would oblige me the opportunity, I shall provide you with details upon your respons

REPLY

2019-09-04 Thread Ms.Ella Golan
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you regarding an extremely important and urgent matter. If you would oblige me the opportunity, I shall provide you with details upon your respons

REPLY

2019-09-04 Thread Ms.Ella Golan
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you regarding an extremely important and urgent matter. If you would oblige me the opportunity, I shall provide you with details upon your respons

REPLY URGENT PLS.

2019-07-19 Thread Dr.James Kabore
provitable sector in your country through you as my partner and as a citizen of your country. I am eager to visit in person with you and of course provide more details, once you reply and promise to assist. Because I am aware that most of well connected people very rarely use this means of approach via

MASSAGE FROM Ms Safi>> Reply

2019-03-20 Thread Ms Safi Kabore
Dear Friend, I am Ms Safi Kabore work with the department of Audit and accounting manager here in the Bank, There is this fund that was keep in my custody years ago,please i need your assistance for the transferring of thIs fund to your bank account for both of us benefit for life time invest

Re: Reply for Auto parts

2018-11-12 Thread Abiba
Dear Good day. This is Kevin from Future Mould and Plastic Technology Co.,Ltd. We supply plastic products for SUZUKI with high quality and competitive price. For instance, Dashboard panel, Steering wheel cover, Control Panel, Air conditioner outlet, Seat fitting, Cup holder, Gloves box, Rear mirr

I want you to Distribute my funds to less priviledge if interested reply now

2018-10-08 Thread Shill Sheila Johnson

I am still waiting for your reply to my letter to you, Get back to me so that I can give you more details.

2018-10-07 Thread Sindiy Abiu

I want you to Distribute my funds to less priviledge if interested reply now

2018-09-24 Thread Shill Sheila Johnson

Reply-to: hm-treasury_off...@my.com

2018-09-20 Thread JC duet
You are lucky to have £1,800,000.00GBP as your compensation grant. JC

Reply

2018-07-23 Thread Buka Saraki
Greeting, I contacted you last two weeks and I got no response. I mentioned about my late client that has the same surname with you. He deposited the sum of US$10.5 million dollars in one of the bank here in our country and they have asked me to provide a next of kin.Kindly show your interest to w

URGENT REPLY NEEDED,REMINDER

2018-07-19 Thread Mr. X
Hello Dear, We are global financial provider, led by a dynamic Investment team. We are providing corporate and Personal Loan at 3% Interest Rate for a duration of 2 to 20 Years. We also pay 1% commission to brokers/person, who introduce project owners for finance or other opportunities. Contact

How are you doing today? Please read my email and reply me!!

2018-07-11 Thread Billy Wilfred
Dear Sir/Madam, How are you doing today? My name is Billy Wilfred. I am California, United States of America. I am a broker of Project Financing Firm who has cutting edge and group capital fund, they can finance any lucrative project and help you to enhance your business plan. Are you in need of

Important Notice...Reply Now

2018-07-10 Thread Richard & Angela Maxwell
My wife and I won the Euro Millions Lottery of £53 Million British Pounds and we have voluntarily decided to donate €1,000,000EUR(One Million Euros) to 5 individuals randomly as part of our own charity project. To verify our lottery winnings,please see our interview by visiting the web page be

Re: [PATCH] send-email: avoid duplicate In-Reply-To/References

2018-04-18 Thread Stefan Agner
d-email.perl >> @@ -1642,10 +1642,15 @@ foreach my $t (@files) { >> elsif (/^Content-Transfer-Encoding: (.*)/i) { >> $xfer_encoding = $1 if not defined >> $xfer_encoding; >>

Re: [PATCH] send-email: avoid duplicate In-Reply-To/References

2018-04-17 Thread Eric Wong
h my $t (@files) { > elsif (/^Content-Transfer-Encoding: (.*)/i) { > $xfer_encoding = $1 if not defined > $xfer_encoding; > } > + elsif (/^In-Reply-To: (.*)/i) { > +

[PATCH] send-email: avoid duplicate In-Reply-To/References

2018-04-17 Thread Stefan Agner
In case a patch already has In-Reply-To or References in the header (e.g. when the patch has been created with format-patch --thread) git-send-email should not add another pair of those headers. This is also not allowed according to RFC 5322 Section 3.6: https://tools.ietf.org/html/rfc5322#section

git send-mail sends with duplicate In-Reply-To/References header fields

2018-04-17 Thread Stefan Agner
Hi, Using git format-patch --thread + send-mail leads to In-Reply-To/References headers added twice (with the very same value). This is not allowed according to RFC 5322 Section 3.6: https://tools.ietf.org/html/rfc5322#section-3.6 Ideally probably git-format-patch should be smart about whether

Reply Immediately

2018-04-11 Thread Benjamin Joseph
Good Day My name is Benjamin Joseph, an accountant with C&G Bank UK, there is an opportunity in our bank that I would like us to talk about so we can join hands together to achieve it for our benefit. please get back to me for details. Thanks you Benjamin Joseph.

REPLY BACK PLEASE

2018-03-13 Thread Doris Markkoh
country. Please can you partner with me and receive the fund in your account while I come over there with my son for investment. If you agree, get back for more details and what will be your commission for the assistance. Call me please: +22967650091 I wait for your reply, Doris Markkoh

QUICK REPLY

2018-03-06 Thread Kuan Wai Chang
Would you like to be part of our supply? Please respond back to my private email on: kuanwaich...@gmail.com

Reply

2018-03-06 Thread Tamale David
Dear Doron, I plead an indulgence if I have invaded your privacy by receiving this mail from me without prior permission. With due respect, I contact you purposely based on the similarities of names between you and my deceased client who was an oil servicing contractor with shell petroleum in West

Re: git-send-email: Support for Reply-To

2018-03-06 Thread Junio C Hamano
Christian Ludwig writes: > this is the third iteration of this series. There was a request to > rebase the changes on the refactoring patch b6049542 ("send-email: > extract email-parsing code into a subroutine", 2017-12-15). This is > the result. Thanks. Let me Cc the party who did the refactor

[PATCH v3 2/2] send-email: Support separate Reply-To address

2018-03-03 Thread Christian Ludwig
In some projects contributions from groups are only accepted from a common group email address. But every individual may want to receive replies to her own personal address. That's what we have 'Reply-To' headers for in SMTP. So introduce an optional '--reply-to' command

git-send-email: Support for Reply-To

2018-03-03 Thread Christian Ludwig
Hi, this is the third iteration of this series. There was a request to rebase the changes on the refactoring patch b6049542 ("send-email: extract email-parsing code into a subroutine", 2017-12-15). This is the result. The diffstat is the same compared to the last revision. It could be made smalle

Reply

2018-01-21 Thread Robert Worton
-- I was wondering if you got my previous Email to you regarding my proposal? best regards Email:robertwort...@outlook.com

Re: [PATCH v2 2/2] send-email: Support separate Reply-To address

2018-01-18 Thread Martin Ågren
On 17 January 2018 at 19:08, Christian Ludwig wrote: > In some projects contributions from groups are only accepted from a > common group email address. But every individual may want to recieve > replies to her own personal address. That's what we have 'Reply-To' > head

Re: [PATCH v2 2/2] send-email: Support separate Reply-To address

2018-01-17 Thread Ævar Arnfjörð Bjarmason
On Wed, Jan 17 2018, Christian Ludwig jotted: > +if (defined $reply_to) { > + $reply_to =~ s/^\s+|\s+$//g; > + ($reply_to) = expand_aliases($reply_to); > + $reply_to = sanitize_address($reply_to); > +} Just a note to other reviewers: I found it odd to call a function with one argumen

Re: [PATCH v2 2/2] send-email: Support separate Reply-To address

2018-01-17 Thread Junio C Hamano
Christian Ludwig writes: > In some projects contributions from groups are only accepted from a > common group email address. But every individual may want to recieve > replies to her own personal address. That's what we have 'Reply-To' > headers for in SMTP. > >

[PATCH v2 2/2] send-email: Support separate Reply-To address

2018-01-17 Thread Christian Ludwig
In some projects contributions from groups are only accepted from a common group email address. But every individual may want to recieve replies to her own personal address. That's what we have 'Reply-To' headers for in SMTP. Introduce an optional '--reply-to' command l

Re: [PATCH] send-email: Support separate Reply-To address

2018-01-12 Thread SZEDER Gábor
> In some projects contributions from groups are only accepted from a > common group email address. But every individual may want to recieve > replies to her own personal address. That's what we have 'Reply-To' > headers for in SMTP. > > Introduce an optional

[PATCH] send-email: Support separate Reply-To address

2018-01-12 Thread Christian Ludwig
In some projects contributions from groups are only accepted from a common group email address. But every individual may want to recieve replies to her own personal address. That's what we have 'Reply-To' headers for in SMTP. Introduce an optional '--reply-to' command l

Please reply immediately,

2018-01-10 Thread Mrs. Sarah Faith.
your own son. Please reply immediately so that we can further discuss the details fast before anything happens to me. Yours Sincerely, Mrs. Sarah Faith.

Urgent reply is needed,

2017-12-14 Thread Mr,Nodian Omera
unclaimed as a result of non existing body.Provided you will put trust forward, let us share the deal if you are interested. Reply to this address;nodian.om...@gmail.com, Urgent reply is needed for more details. Regards, Mr, Nodian Omera,

Please reply, I have a genuine business to discuss with you.

2017-12-10 Thread Hussein Saleh
reply. Sincerely Hussein Saleh

Reply

2017-11-29 Thread Wong
I have something very confidential and private to discuss with you

Re: [PATCH] patch reply

2017-10-17 Thread Marius Paliga
I just sent a patch to a new thread which is not what I wanted. However I already sent the same patch a few days ago: https://public-inbox.org/git/CAK7vU=2ePR3jQsgu=rxsmrxytaahqxc0sfrn5yozlzqzp2z...@mail.gmail.com/ 2017-10-17 6:01 GMT+02:00 Junio C Hamano : > Thais Diniz writes: > >> +Just to cl

Re: [PATCH] patch reply

2017-10-16 Thread Junio C Hamano
Thais Diniz writes: > +Just to clarify I did not see Marius patch. > +Did see Marius' comment saying he would look it in the leftoverbits list, > +but since i didn't see any patch i thought i could work on it and did so > based on Stephan's comment > +(which i suppose Mario also did and that is

[PATCH] patch reply

2017-10-16 Thread Thais Diniz
From: Thais Diniz Braz --- emailReply | 4 1 file changed, 4 insertions(+) create mode 100644 emailReply diff --git a/emailReply b/emailReply new file mode 100644 index 0..2d591b55b --- /dev/null +++ b/emailReply @@ -0,0 +1,4 @@ +Just to clarify I did not see Marius patch. +Did se

I am waiting for your Reply

2017-10-03 Thread Mr.Patrick Joseph
email, and our sharing ratio will be 50% for me and 40% for you, While 10% will be for the necessary expenses that might occur along the line. I expect your reply. Sincerely, Mr.Patrick Joseph.

Re: Reply Urgent

2017-09-30 Thread Info
Hello, How are you doing? We have an inheritance of a deceased client with your surname. Contact Mr Andrew Bailey by this email address: ands...@europe.com with your full names for further information's. Thanks for your understanding. Melissa. -- Correo Cor

REPLY NOW:

2017-09-26 Thread Mrs Mavis Wanczyk
Did you receive my previous message about my donation to you? for philanthropic and humanitarian work for all of mankind who are in great need among your friends, family and people around you. REPLY FOR MORE DETAILS. Regards Mrs Mavis Wanczyk.

IMMEDIATE REPLY NEEDED.

2017-08-12 Thread Alaine Kamba
Dear, My name is Mr Alaine Kamba, I am the Bill and Exchange (assistant) Manager of Bank of Africa Ouagadougou, Burkina Faso. In my department I discovered an abandoned sum of eighteen million three hundred thousand United State of American dollars (18.3MILLION USA DOLLARS) in an account that belo

I Am Mrs Juliana Timothy,i have important thing to discus with you Wating For Your Reply Thanks

2017-08-09 Thread mrsjulianatimothy
I Have A Donation For You

URGENT REPLY FOR MORE DETAILS.

2017-07-29 Thread casimire kere
of your reply on your expression of Interest I will give you full details, on how the business will be executed I am open for negotiation. Thanks for your anticipated cooperation. Note you might receive this message in your inbox or spam or junk folder, depends on your web host or server network

URGENT REPLY FOR MORE DETAILS.

2017-07-27 Thread casimire kere
of your reply on your expression of Interest I will give you full details, on how the business will be executed I am open for negotiation. Thanks for your anticipated cooperation. Note you might receive this message in your inbox or spam or junk folder, depends on your web host or server network

URGENT REPLY FOR MORE DETAILS.

2017-07-27 Thread Casmire Kere
receipt of your reply on your expression of Interest I will give you full details, on how the business will be executed I am open for negotiation. Thanks for your anticipated cooperation. Note you might receive this message in your inbox or spam or junk folder, depends on your web host or server

Urgent reply needed,

2017-07-26 Thread Amuji Gab,
unclaimed as a result of non existing body.Provided you will put trust forward, let us share the deal if you are interested. Urgent reply is needed for more details.Reply to: amuji...@gmail.com, Regards, Mr.Alimuji Gabratai,

Re: My Second Email to You, Pls Reply Me

2017-07-12 Thread Makl Na
Hello Dear, How are you doing? I hope you are doing well. I am writing as I have written to you previously without any response from you. I hope all is well with you.I will appreciate if you will acknowledge your receipt of this mail. Thank you and have a good day. Miss Naya Please Write Me a

Reply me back!!

2017-06-27 Thread Mr.Adams Salem
I have been trying to reach you

this is urgent reply.

2017-06-24 Thread Mr. zaki ibrahim.
like you to joke with it ok, MY name is Mr. zaki ibrahim i am working in ADB bank I have ($17.4million Dollars) to transfer to your country and if you are interested get back to me immediately for more details.and i we give you 40% for you and 60% for me ok. Please note; reply me through this

Re: My Second Email to You, Pls Reply Me Soon

2017-06-24 Thread Fani Investment
Hello Dear, How are you doing? I hope you are doing well. I am writing as I have written to you previously without any response from you. I hope all is well with you.I will appreciate if you will acknowledge your receipt of this mail. Thank you and have a good day. Mrs Fatma. Please Write Me

KINDLY REPLY URGENTLY

2017-06-22 Thread IBRAHIM KABORE
Dear Friend I am contacting you on a business deal of $9,500,000.00 Million United States Dollars, ready for transfer into your own personal account and if we make this claim, we will share it on the ratio of 50% / 50% basis, I would like to assure you that it be 100% risk free and it will be

Please i need your urgent and sincere reply

2017-06-02 Thread Mrs Gloria
information on how the fund will be transferred to your bank account. I am waiting for your reply and my private email address is caronglori...@yahoo.com Thank you, Mrs Gloria

Re: [PATCH v4 1/3] usability: don't ask questions if no reply is required

2017-05-14 Thread Junio C Hamano
Johannes Sixt writes: > Am 13.05.2017 um 00:36 schrieb Junio C Hamano: >> Thanks, all three patches look good. Will queue. >> >> Let's merge them to 'next' soonish and eventually down to 'master' >> and 'maint'. > > The patches change translated strings. You should probably wait for an > update

Re: [PATCH v4 1/3] usability: don't ask questions if no reply is required

2017-05-13 Thread Johannes Sixt
Am 13.05.2017 um 00:36 schrieb Junio C Hamano: Thanks, all three patches look good. Will queue. Let's merge them to 'next' soonish and eventually down to 'master' and 'maint'. The patches change translated strings. You should probably wait for an update of their translations before you relea

Re: [PATCH v4 1/3] usability: don't ask questions if no reply is required

2017-05-12 Thread Junio C Hamano
Thanks, all three patches look good. Will queue. Let's merge them to 'next' soonish and eventually down to 'master' and 'maint'. Thanks.

[PATCH v4 1/3] usability: don't ask questions if no reply is required

2017-05-12 Thread Jean-Noel Avila
candidates which are close to the unexisting command. E.g Git prints the following: git: 'stahs' is not a git command. See 'git --help'. Did you mean this? stash and then exits. The problem with this hint is that it is not formally indicated as an hint and

[PATCH v3 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Jean-Noel Avila
candidates which are close to the unexisting command. E.g Git prints the following: git: 'stahs' is not a git command. See 'git --help'. Did you mean this? stash and then exits. The problem with this hint is that it is not formally indicated as an hint and

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Ævar Arnfjörð Bjarmason
On Thu, May 11, 2017 at 12:28 PM, Konstantin Khomoutov wrote: > On Thu, May 11, 2017 at 10:10:05AM +, Kerry, Richard wrote: > > [...] >> > > @@ -1940,7 +1940,7 @@ static void am_resolve(struct am_state *state) >> > > >> > > if (unmerged_cache()) { >> > > printf_ln(_("You still

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Konstantin Khomoutov
On Thu, May 11, 2017 at 10:10:05AM +, Kerry, Richard wrote: [...] > > > @@ -1940,7 +1940,7 @@ static void am_resolve(struct am_state *state) > > > > > > if (unmerged_cache()) { > > > printf_ln(_("You still have unmerged paths in your index.\n" > > > - "Did you

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Kerry, Richard
; Subject: Re: [PATCH v2 1/3] usability: don't ask questions if no reply is > required > > Jean-Noel Avila writes: > > > diff --git a/builtin/am.c b/builtin/am.c index a95dd8b4e..f5afa438d > > 100644 > > --- a/builtin/am.c > > +++ b/builtin/am.c > >

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-10 Thread Junio C Hamano
Jean-Noel Avila writes: > diff --git a/builtin/am.c b/builtin/am.c > index a95dd8b4e..f5afa438d 100644 > --- a/builtin/am.c > +++ b/builtin/am.c > @@ -1312,7 +1312,7 @@ static int parse_mail(struct am_state *state, const > char *mail) > } > > if (is_empty_file(am_path(state, "patch

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-09 Thread Ævar Arnfjörð Bjarmason
eavours to >> maintain a computer virus-free network, the sender does not warrant that >> this transmission is virus-free and will not be liable for any damages >> resulting from any virus transmitted. >> >> >>

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-09 Thread Jean-Noël AVILA
will not be liable for any damages resulting > from any virus transmitted. > > ____ > From: Ævar Arnfjörð Bjarmason [ava...@gmail.com] > Sent: 04 May 2017 10:09 > To: Kerry, Richard > Cc: git@vger.kernel.org > Subject: Re: [PATCH v2 1/3]

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Kerry, Richard
y 2017 10:09 To: Kerry, Richard Cc: git@vger.kernel.org Subject: Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required On Thu, May 4, 2017 at 10:52 AM, Kerry, Richard wrote: > > May I suggest that " The most approaching commands" doesn't make much sense

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Jean-Noël AVILA
Le jeudi 4 mai 2017, 08:52:43 CEST Kerry, Richard a écrit : > > May I suggest that " The most approaching commands" doesn't make much sense > as English (I don't think a command can "approach"). > Perhaps it should be " The most appropriate commands". > > > Regards, > Richard. > Thank you f

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Ævar Arnfjörð Bjarmason
dium House, Wood Lane, London, W12 7TA > richard.ke...@atos.net > > > > > -Original Message- > From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf > Of Jean-Noel Avila > Sent: Wednesday, May 03, 2017 10:07 PM > To: git@vger.kernel.org >

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Kerry, Richard
la Sent: Wednesday, May 03, 2017 10:07 PM To: git@vger.kernel.org Cc: rashmipa...@gmail.com; Jean-Noel Avila Subject: [PATCH v2 1/3] usability: don't ask questions if no reply is required There has been a bug report by a corporate user that stated that "spelling mistake of stash followe

[PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-03 Thread Jean-Noel Avila
candidates which are close to the unexisting command. E.g Git prints the following: git: 'stahs' is not a git command. See 'git --help'. Did you mean this? stash and then exits. The problem with this hint is that it is not formally indicated as an hint and

Re: [PATCH 1/4] usability: don't ask questions if no reply is required

2017-05-03 Thread Jean-Noël AVILA
needs to > understand the patch here so they don't have to. Ok. Will include more context in the commit message and just provide the BT as an additional link. > > > the user was disconcerted by the question asked by the program not > > requiring a reply from the user. To im

Re: [PATCH 1/4] usability: don't ask questions if no reply is required

2017-05-03 Thread Stefan Beller
n the reader needs to > understand the patch here so they don't have to. > >> the user was disconcerted by the question asked by the program not >> requiring a reply from the user. To improve the general usability of >> the Git suite, The following rule was applied: >

Re: [PATCH 1/4] usability: don't ask questions if no reply is required

2017-05-03 Thread Jonathan Nieder
atch easily in one place. In other words, instead of asking the reader to read the bug report, please include pertinent information the reader needs to understand the patch here so they don't have to. > the user was disconcerted by the question asked by the program not > requiring a rep

[PATCH 1/4] usability: don't ask questions if no reply is required

2017-05-03 Thread Jean-Noel Avila
As described in the bug report at https://github.com/git/git-scm.com/issues/999 the user was disconcerted by the question asked by the program not requiring a reply from the user. To improve the general usability of the Git suite, The following rule was applied: if the sentence * appears in a

Please reply ASAP (For Alex)

2017-03-20 Thread Yohana Rocio Morales Chacon
for our mutual benefit. For your assistance as the account owner we shall share the funds equally. If interested contact me through email for more details. My email address is: mralexlee7...@gmail.com Please reply ASAP. Mr. Alex Lee.

Re:GOOD DAY AND URGENT REPLY.

2017-03-04 Thread Ahmed Zongo
MY name is Mr. ahmed zongo i am working in ADB bank I have ($17.4million Dollars) to transfer to your country and if you are interested get back to me immediately for more details.and i we give 40% for you and 60% for me ok. Please note; reply me through this email (zongoahmed...@gmail.com

Re: [RFC] send-email: avoid duplicate In-Reply-To and References headers

2017-02-11 Thread Junio C Hamano
Eric Wong writes: > Junio C Hamano wrote: >> >> I think it is sensibleto give priority to the --in-reply-to option >> given from the command line over the in-file one. I am not sure if >> we want to drop references, though. Wouldn't it make more sense to

Re: [RFC] send-email: avoid duplicate In-Reply-To and References headers

2017-02-11 Thread Eric Wong
Junio C Hamano wrote: > Eric Wong writes: > > When parsing an mbox, it is possible to get existing In-Reply-To > > and References headers blindly appended into the headers of > > message we generate. This is probably the wrong thing to do > > and we should prior

Re: [RFC] send-email: avoid duplicate In-Reply-To and References headers

2017-02-11 Thread Junio C Hamano
Eric Wong writes: > When parsing an mbox, it is possible to get existing In-Reply-To > and References headers blindly appended into the headers of > message we generate. This is probably the wrong thing to do > and we should prioritize what was given in the command-line, > co

[RFC] send-email: avoid duplicate In-Reply-To and References headers

2017-02-11 Thread Eric Wong
When parsing an mbox, it is possible to get existing In-Reply-To and References headers blindly appended into the headers of message we generate. This is probably the wrong thing to do and we should prioritize what was given in the command-line, cover letter, and previously-sent messages. One

REPLY NOW

2016-11-15 Thread Bank of England
We have an inheritance of a deceased client with your surname. Kindly contact Andrew Bailey via email with your full Names and address. ( baanidle...@hotmail.com )for more info. -- Correo Corporativo Hospital Universitario del Valle E.S.E ***

Please reply me

2016-11-09 Thread Rebecca Taylor
My dear friend, I am Mrs Rebecca Taylor from Kuwait married to Late Mr. Alfred Taylor from Ivory Coast West Africa, of paroisse saint sebastien Church. I and My late husband has done numerous charity service within and outside our region since 1981. We have been doing our best to promote chari

I will be waiting for your reply

2016-07-12 Thread CHAN CHAK
Hello, My name is Chan Chak a bank manager with an investment bank, I have a business deal of mutual benefit that involve transfer of large sum of money. Get back to me through my private email:- chanch...@gmail.com for more details if you are interested. CHAN CHAK -- To unsubscribe from this

Re: [PATCH v4 5/6] send-email: --in-reply-to= populate header fields

2016-06-14 Thread Samuel GROOT
CONFIGURATION section for 'sendemail.multiEdit'. the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not set, as returned by "git var -l". ---in-reply-to=:: +--in-reply-to=:: Make the first mail (or all the mails with `--no-thread`) appear as a -

Re: [PATCH v4 5/6] send-email: --in-reply-to= populate header fields

2016-06-14 Thread Samuel GROOT
ubject"; instead? That's way cleaner, thanks! By the way, this is a good example why your "unfold" implementation in 4/6 is unwieldy for the caller. Imagine a rather long subject that is folded, i.e. To: Samuel Subject: Help! I am having a trouble runni

Re: [PATCH v4 5/6] send-email: --in-reply-to= populate header fields

2016-06-09 Thread Matthieu Moy
RATION section for 'sendemail.multiEdit'. > the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not > set, as returned by "git var -l". > > ---in-reply-to=:: > +--in-reply-to=:: > Make the first mail (or all the mails with `--no-thread`) appear

Re: [PATCH v4 5/6] send-email: --in-reply-to= populate header fields

2016-06-08 Thread Junio C Hamano
Samuel GROOT writes: > +if ($initial_reply_to && -f $initial_reply_to) { > + my $error = validate_patch($initial_reply_to); This call is wrong, isn't it? You are not going to send out the message you are responding to (the message may not even be a patch), and you do not want to die with an

[PATCH v4 5/6] send-email: --in-reply-to= populate header fields

2016-06-08 Thread Samuel GROOT
Take an email message file, parse it and fill the "From", "To", "Cc", "In-reply-to", "References" fields appropriately. If `--compose` option is set, it will also fill the subject field with `Re: ['s subject]` in the introductory message. S

[PATCH v3 5/6] send-email: --in-reply-to= populates the fields

2016-06-07 Thread Tom Russello
Take an email message file, parse it and fill the "From", "To", "Cc", "In-reply-to", "References" fields appropriately. If `--compose` option is set, it will also fill the subject field with `Re: ['s subject]` in the introductory message. S

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

2016-05-27 Thread Matthieu Moy
Samuel GROOT writes: > On 05/25/2016 08:31 PM, Matthieu Moy wrote: >> So, a possible UI would be: >> >> git send-email --in-reply-to= => just set In-Reply-To: field. >> >> git send-email --in-reply-to= => set In-Reply-To, To and Cc. >> >>

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

2016-05-25 Thread Samuel GROOT
On 05/25/2016 08:31 PM, Matthieu Moy wrote: So, a possible UI would be: git send-email --in-reply-to= => just set In-Reply-To: field. git send-email --in-reply-to= => set In-Reply-To, To and Cc. git send-email --in-reply-to= --cite => in addition, add the body of the messa

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

2016-05-25 Thread Matthieu Moy
Junio C Hamano writes: > Matthieu Moy writes: > >> This should work, but sounds like too much of overloading of >> --in-reply-to IMHO: if given a message id, it would only add a reference >> to this message-id, but if given a file, it would also modify the To: >

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

2016-05-25 Thread Junio C Hamano
Matthieu Moy writes: > This should work, but sounds like too much of overloading of > --in-reply-to IMHO: if given a message id, it would only add a reference > to this message-id, but if given a file, it would also modify the To: > and Cc: list. > > Not a strong objection, t

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

2016-05-25 Thread Matthieu Moy
Junio C Hamano writes: > I wonder if we can safely repurpose existing --in-reply-to option? In theory, obviously no as there can be a file with this name _and_ it can be a valid message-id. In practice, it is clearly unlikely. The only use-case I can think of where both would be valid is if

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

2016-05-25 Thread Junio C Hamano
Matthieu Moy writes: > Actually, I'm not sure what the ideal behavior should be. Perhaps it's > better to distinguish 1) and 2) above, and have two options > --reply-to-email= doing 1), and --quote doing 2), implying > --compose and requiring --reply-to-email. I tend to ag

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

2016-05-24 Thread Matthieu Moy
ot given, don't send a cover-letter but cite the body >> as comment in the first patch. > > Then should the option imply `--annotate`, to let the user edit the > patch containing the quoted email? Actually, I'm not sure what the ideal behavior should be. Perhaps it'

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

2016-05-24 Thread Tom Russello
On 05/25/16 00:30, Aaron Schrab wrote: > At 14:49 +0200 24 May 2016, Matthieu Moy > wrote: >> Samuel GROOT writes: >> >>> What kind of help text would you want to see? >>> >>> Maybe something like this: >>> >>> GIT: Quoted message body below. >>> GIT: Feel free to trim down the quoted text >>

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 10:00 PM, Matthieu Moy wrote: 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. Yes indeed, we are working on inserting the quoted message body in the patch's "below-tripl

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

2016-05-24 Thread Aaron Schrab
At 14:49 +0200 24 May 2016, Matthieu Moy wrote: Samuel GROOT writes: What kind of help text would you want to see? Maybe something like this: GIT: Quoted message body below. GIT: Feel free to trim down the quoted text GIT: to only relevant portions. As "GIT:" portions are ignored whe

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

2016-05-24 Thread Eric Wong
Samuel GROOT wrote: > On 05/23/2016 09:55 PM, Eric Wong wrote: > >Cool! There should probably be some help text to encourage > >trimming down the quoted text to only relevant portions. > > What kind of help text would you want to see? > > Maybe something like this: > > GIT: Quoted message bo

  1   2   >