Dear friend, My name is Bar.robert anderson I am an attorney and a private account manager to my late client. In the Year 2014, my client by name Mr. Carlos, passed away,The reason why I contacted you

2019-10-16 Thread robert

Donation Of $1,500.000.00 for you and family

2019-10-11 Thread Pooja Sikka
Donation Of $1,500.000.00 for you and family You have been awarded $1,500,000.00, by Shiv Nadar Foundation, Your email address was chosen at random. Kindly get back to us at your earliest convenience, so we know your email address is valid. For more details Google Shiv Nadar. Sincerely

Greetings to You

2019-10-04 Thread mike anderson
Assist Request from You Please let this not be a surprised message to you because I decided to contact you on this magnitude and lucrative transaction for our present and future survival in life. Moreover, I have laid all the solemn trust in you before i decided to disclose this successful and

Do you know that you can hack any ATM machine !!!

2019-09-11 Thread marie frasson
. Contact Person: Prof Alexander Castro E-Mail: atmservice...@aol.com hacklords.invest...@gmail.com whatsapp: +17042750147Blank ATM Cards Do you know that you can hack any ATM machine !!! We have specially programmed ATM cards that can be used to hack any ATM machine, this ATM

Re: [BUG] You can't have single quote in your username

2019-09-03 Thread Michal Suchánek
do that instead. > > +1 to let the sleeping dog lie. When you say we should encourage people > to step outside US-ASCII what do you mean by that? > > On Mon, Sep 02, 2019 at 09:50:48PM +0200, Michal Suchánek wrote: > > As much as I would love to agree Windows is dragging us

Re: [BUG] You can't have single quote in your username

2019-09-03 Thread Giuseppe Crinò
On Mon, Sep 02, 2019 at 12:25:37PM -0700, Junio C Hamano wrote: > I'd rather leave the sleeping dog lie, if we need to encourage > people to live in 21st century and step outside US-ASCII to do so, > then do that instead. +1 to let the sleeping dog lie. When you say we should encou

Re: [BUG] You can't have single quote in your username

2019-09-02 Thread Michal Suchánek
On Mon, 02 Sep 2019 12:25:37 -0700 Junio C Hamano wrote: > Jeff King writes: > > > But it still risks losing a case where some code path relies on the crud > > cleanup for odd cases (mismatched delimiters, or interleaved delimiters, > > or non-delimiter crud mixed in with delimiters). > > ... >

Re: [BUG] You can't have single quote in your username

2019-09-02 Thread Junio C Hamano
Jeff King writes: > But it still risks losing a case where some code path relies on the crud > cleanup for odd cases (mismatched delimiters, or interleaved delimiters, > or non-delimiter crud mixed in with delimiters). > ... > So I dunno. There is no patch to be discussed, and I am not volunteeri

Re: [BUG] You can't have single quote in your username

2019-09-02 Thread Jeff King
On Sat, Aug 31, 2019 at 01:17:48PM +, Giuseppe Crinò wrote: > On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > > We'd still want to keep the low-level removal of "<>\n", since those are > > syntactically significant to Git (i.e., if they s

Re: [BUG] You can't have single quote in your username

2019-08-31 Thread Giuseppe Crinò
On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > We'd still want to keep the low-level removal of "<>\n", since those are > syntactically significant to Git (i.e., if they sneak in you end up with > a broken commit object). Would it work to change `strb

Re: [BUG] You can't have single quote in your username

2019-08-28 Thread Jeff King
On Wed, Aug 28, 2019 at 02:33:15PM +, Giuseppe Crino' wrote: > On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > > But we'd still need something at least for > > GECOS, where "Your Name" is common. > > As I understand this, those commas are *not* removed by > strbuf_addstr_with

Re: [BUG] You can't have single quote in your username

2019-08-28 Thread Giuseppe Crino'
On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > But we'd still need something at least for > GECOS, where "Your Name" is common. As I understand this, those commas are *not* removed by strbuf_addstr_without_crud(). Instead they're skipped from /etc/pass -- see `ident.c/copy_gecos(

Re: [BUG] You can't have single quote in your username

2019-08-27 Thread Michal Suchánek
something at least for > > GECOS, where "Your Name" is common. > > What's the GECOS you mean? https://en.wikipedia.org/wiki/Gecos_field

Re: [BUG] You can't have single quote in your username

2019-08-27 Thread Giuseppe Crino'
On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > So it might make sense to push these rules into "git mailinfo" instead > of applying them everywhere. But we'd still need something at least for > GECOS, where "Your Name" is common. What's the GECOS you mean?

Re: [BUG] You can't have single quote in your username

2019-08-26 Thread Jeff King
our Name" is common. Unfortunately since these rules have been in place for ages, we don't really know how often they're helping. Loosening it just for user.name, etc is probably the most conservative choice. We'd still want to keep the low-level removal of "<>\n&q

Re: [BUG] You can't have single quote in your username

2019-08-25 Thread Giuseppe Crinò
On Sat, Aug 24, 2019 at 05:49:52PM +, Giuseppe Crinò wrote: > On Fri, Aug 23, 2019 at 10:29:00AM +0200, SZEDER Gábor wrote: > > What I wonder is whether we really have to remove crud from the user > > name if it comes from the configuration. > > Yes. If the primary use of removing crud is to r

Re: [BUG] You can't have single quote in your username

2019-08-24 Thread Giuseppe Crinò
On Fri, Aug 23, 2019 at 10:29:00AM +0200, SZEDER Gábor wrote: > What I wonder is whether we really have to remove crud from the user > name if it comes from the configuration. Yes. If the primary use of removing crud is to remove quotes from a quoted name (as in `From: 'Foo baz Bar'`) why not dire

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread SZEDER Gábor
On Fri, Aug 23, 2019 at 11:35:48AM +0200, Giuseppe Crinò wrote: > On Fri, Aug 23, 2019 at 10:29 AM SZEDER Gábor wrote: > > If we go down this route, then someone might want to write ő as o" or > > ű as u", which still supposed to be used in pairs, but what if someone > > wants to write ä as a:, ö

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread Giuseppe Crinò
On Fri, Aug 23, 2019 at 10:29 AM SZEDER Gábor wrote: > If we go down this route, then someone might want to write ő as o" or > ű as u", which still supposed to be used in pairs, but what if someone > wants to write ä as a:, ö as o:, ü as u:, ç as "c,", ş as "s,", etc. I don't know any language th

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread SZEDER Gábor
On Fri, Aug 23, 2019 at 12:13:12AM +0530, Pratyush Yadav wrote: > > Does it make more sense to replace this strbuf_addstr_without_crud() > > setup with something more intelligent (i.e. checking for matching crud > > on either end, like ^[$crudchars].*\1$? We already check for matched <>. > > Sound

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread SZEDER Gábor
On Thu, Aug 22, 2019 at 10:08:17AM -0700, Emily Shaffer wrote: > On Thu, Aug 22, 2019 at 09:58:48AM -0700, Bryan Turner wrote: > > If your goal is an accented "e", wouldn't it be better to set your > > name using é, rather than a trailing apostrophe? "git commit" would > > likely preserve that with

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread Michal Suchánek
On Fri, 23 Aug 2019 09:20:47 +0200 Giuseppe Crinò wrote: > On Thu, Aug 22, 2019 at 6:24 PM Junio C Hamano wrote: > > The logic there exists in order to remove cruft around the name on a > > typical e-mail header (remember, most of the very core-ish part of > > the Git was written and got solidif

Re: [BUG] You can't have single quote in your username

2019-08-23 Thread Giuseppe Crinò
On Thu, Aug 22, 2019 at 6:24 PM Junio C Hamano wrote: > The logic there exists in order to remove cruft around the name on a > typical e-mail header (remember, most of the very core-ish part of > the Git was written and got solidified back when the Linux kernel > was the primary client of the syst

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread Pratyush Yadav
> > root@NBR1710R:~/repo# git add foo > > > root@NBR1710R:~/repo# git commit -m 'first' > > > [master (root-commit) a78e11f] first > > > Committer: Les Actualite > > > > If you look closely here, in the "git commit" output, you ca

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread Emily Shaffer
commit -m 'first' > > [master (root-commit) a78e11f] first > > Committer: Les Actualite > > If you look closely here, in the "git commit" output, you can see > that, as Pratyush indicated, it was actually "git commit" that dropped > the tra

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread Bryan Turner
On Thu, Aug 22, 2019 at 5:32 AM Giuseppe Crinò wrote: > > Note how `git log` discards the ending quote character: > root@NBR1710R:~/repo# git add foo > root@NBR1710R:~/repo# git commit -m 'first' > [master (root-commit) a78e11f] first > Committer: Les Actualite

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread Junio C Hamano
Pratyush Yadav writes: > This strbuf_addstr_without_crud() function removes various characters > from the start and end of the author info, one of which is the single > quotation. I'm not sure why this is done, the more experienced folk > where will have the answer. The logic there exists in

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread René Scharfe
Am 22.08.19 um 14:32 schrieb Giuseppe Crinò: > name = Les Actualite\\' You can name yourself anything you like, of course, and I don't actually speak French, but wouldn't it rather be "L'actualité"? I just reply as a fellow accent-bearer, feel free to ignore me.. René

Re: [BUG] You can't have single quote in your username

2019-08-22 Thread Pratyush Yadav
ot@NBR1710R:~/repo# git add foo > root@NBR1710R:~/repo# git commit -m 'first' > [master (root-commit) a78e11f] first > Committer: Les Actualite > Your name and email address were configured automatically based > on your username and hostname. Please check that they are acc

[BUG] You can't have single quote in your username

2019-08-22 Thread Giuseppe Crinò
e and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly. Run the following command and follow the instructions in your editor to edit your configuration file: git config --globa

Hello, Confirm the receipt of my my first email as I am waiting to hear from you.

2019-08-21 Thread EDWIN CLARK
Hello, Confirm the receipt of my my first email as I am waiting to hear from you. Edwin.

I WANT YOU TO USE THIS DONATION TO HELP THE POOR URGENT.

2019-08-16 Thread Mrs Yvonne D Balakiwal
My Sincere Greetings, I am Mrs Yvonne D Balakiwal, I decided to donate what I have to you for investment towards the good work of charity organization, and also to help the motherless and the less privileged ones and to carry out a charitable works in your Country and around the World on my

WHy are you ignorning our email?

2019-07-19 Thread web
We wish to inform you of your abandoned fund which has been approved and is ready for payout. Please respond to enable the payout department (E.F.C.C) to contact you with more details. Mr John Ron E-mail: johnronconsult...@aliyun.com Sincerely, Mr. Ibrahim Mustafa Magu CHAIRMAN ECONOMIC

HOW ARE YOU?

2019-06-24 Thread EMMANUEL GIBSON
Hello, I have $17.5M i want to transfer to your account if interested send me your contact address your full name your contact phone number. Yours faithfully, Emmanuel Gibson.

So I want to meet with you, It"s importantly for me..

2019-06-14 Thread Sian Walker
ÓO=ó4ïÝøÓO5Ó_yçßvÔ*'µéíO*^µìmþ™ZŠw!j»

I,m Searhing For You Since,

2019-05-27 Thread Honorable Mr. Royce Mark.
Hello My Dear, Your Payment Compensation funds value the sum of USD $900.000.00 was forward to the western union money transfer for immediate transfer it to you as soon as you meet up with the Director of the Board Remittance Authority. Contact Foreign Operation Manger Western Union Office

HELLO MY DEAR PLS RPLY ME THROUGH MY EMAIL, I HAVE SOME THING TO DISCUSSED WITH YOU

2019-05-06 Thread michelledjohnson
-- jmichell...@gmail.com

You emailed Babel No More

2019-05-05 Thread WordPress
Name: 办#發#票#,微-电/微:134﹣1861,89,58,张 Email: git@vger.kernel.org Comments: 办#發#票#,微-电/微:134﹣1861,89,58,张

Re: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why

2019-05-01 Thread Martin Langhoff
On Sun, Nov 4, 2018 at 2:34 PM _g e r r y _ _l o w r y _ wrote: > > [1a] Which do you prefer: Git GUI, Git command line? git cli > > [1b] What is your reason for your [1a] preference? I'm a cli guy, I know git well, and it gives me all the power. However, understandi

Re: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why

2019-05-01 Thread Jakub Narebski
"_g e r r y _ _l o w r y _" writes: > > > QUESTION: if YOU use a Windows GUI for Git, i would appreciate knowing which > one and why > > i have been asked to look at GUI versions of Git for Windows. > > https://git-scm.

Re:contact me as soon as you receive it

2019-04-28 Thread Mr Hans Erich Helmut
Dear friend , My name is Hans Erich Helmut . I have a client who is interested to invest in your country, she is a well known politician in her country and deserve a lucrative investment partnership with you outside her country without any delay Please can you manage such investment please

Re: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why

2019-04-28 Thread David Aguilar
On Mon, Nov 05, 2018 at 12:26:08PM +, Philip Oakley wrote: > > [2b] What is your reason for your [2a] preference? > Many of the other Gui's hide the power of Git and its new abstraction of no > longer actually being about "Control" (by 'management'). Now it

I will wait for you urgent answer

2019-04-21 Thread Mr.Yuehan Pan
Good day, My name is Mr.Yuehan Pan, working as head of risk in Bank of China. I'm looking for an investment manager / partner who will represents me in a mutual business. Please contact me in my private email for more details. e-mail (yuehanpa...@gmail.com) Waiting for your news. Than

Re: "Give me a break"... well, you gave me one

2019-04-01 Thread Johannes Schindelin
Hi David, On Sat, 30 Mar 2019, David wrote: > On Thu, 7 Mar 2019 at 09:00, Mike Hommey wrote: > > On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > > > > > > just wanted to express my gratitude for your idea to introduce the `break` > > > command in `git rebase -i`'s todo li

Re: "Give me a break"... well, you gave me one

2019-04-01 Thread Johannes Schindelin
the > > time now. > > You're welcome. As you know I am currently taking a break form #git, > and it turns out I had my email filters configured wrongly, which means > I just realized there is a bunch of emails where I am cc'd. > > I do not use the break command mysel

Re: "Give me a break"... well, you gave me one

2019-03-29 Thread David
On Thu, 7 Mar 2019 at 09:00, Mike Hommey wrote: > On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > > > > just wanted to express my gratitude for your idea to introduce the `break` > > command in `git rebase -i`'s todo list. I use it *all* the time now. > > +1. Before that, I

Re: "Give me a break"... well, you gave me one

2019-03-29 Thread Stefan Beller
Am Mi., 6. März 2019 um 06:14 Uhr schrieb Johannes Schindelin : > > Hi Stefan, > > just wanted to express my gratitude for your idea to introduce the `break` > command in `git rebase -i`'s todo list. I use it *all* the time now. You're welcome. As you know I am currently

Compliment of the day to you Dear Friend.

2019-03-23 Thread mcompola
Compliment of the day to you Dear Friend. Dear Friend. I am Mrs.M Compola. am sending this brief letter to solicit your partnership to transfer $5 million US Dollars. I shall send you more information and procedures when I receive positive response from you. Mrs M Compola

Could you do us a favour?

2019-03-21 Thread Jagoda Morzdzyńska
Hello, I checked out your website and noticed that there is no mention of XTM here. As we promote Git on our website (https://xtm.cloud/connectors/) I would like to know if you could do the same. We would greatly appreciate you updating your website with our current logo (attached), a link: https

Re: "Give me a break"... well, you gave me one

2019-03-06 Thread Mike Hommey
On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > Hi Stefan, > > just wanted to express my gratitude for your idea to introduce the `break` > command in `git rebase -i`'s todo list. I use it *all* the time now. +1. Before that, I was using `x bash`, and ended up doing `git re

"Give me a break"... well, you gave me one

2019-03-06 Thread Johannes Schindelin
Hi Stefan, just wanted to express my gratitude for your idea to introduce the `break` command in `git rebase -i`'s todo list. I use it *all* the time now. Ciao, Dscho

Gooday To You,

2019-02-28 Thread Ali Hamadu
Gooday To You, Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

Rodger Lilley sent you a business file via Microsoft OneDrive

2019-01-28 Thread Rodger Lilley
Rodger Lilley sent you a business file via Microsoft OneDrive, to view open document below. Open Document<https://banseeaurhai.info/tyui/index.php?wedding=intheworld> Please call my secretary after viewing the files, her number is on the 4th page of the document. Best Regards Rodger

Re: Are You Interested.,

2019-01-17 Thread adolf . buhl
:Do you need an loans to pay off bills or to start up a bussiness? If interested reply for more information: mrbrainja...@aol.com

I have a gift package for you.

2019-01-07 Thread Alice Walton
Reply to my private email: alicewalt...@protonmail.com

Security Alert. You account has been hacked. Password must be need changed.

2018-12-20 Thread git
Hello! As you may have noticed, I sent you an email from your account. This means that I have full access to your account: On moment of hack your account has password: callgsm01 You say: this is the old password! Or: I will change my password at any time! Yes! You're right! But the fa

Security Alert. You account has been hacked. Password must be need changed.

2018-12-20 Thread git
Hello! As you may have noticed, I sent you an email from your account. This means that I have full access to your account: On moment of hack your account has password: esign You say: this is the old password! Or: I will change my password at any time! Yes! You're right! But the fact is

How are you today?

2018-12-06 Thread Ms.Amelia Halona
like to know more about you to see if this will work out for both of us...Kindly reply me to know more about each other better. Here is my email address ( mis.ameliahal...@gmail.com ) Love Ms Amelia

Re: Did You Receive My Last Mail?

2018-11-26 Thread Reem Al-Hashimi
Hello, My name is ms. Reem Al-Hashimi. The UAE minister of state for international cooparation. I got your contact from an email database from your country. I have a financial transaction i would like to discuss with you. Please reply to reem2...@daum.net, for more details if you are

CAN YOU HANDLE THIS?

2018-11-22 Thread Aya Ashraf
-- Greetings, I wish to seek your assistance to legally move my late husband's estate to your country for investment and charity purposes.If interested,i will give you more details.Thanks. Mrs.Aya Ashraf --

Dear Friend, i know that this mail will come to you as a surprise as we have never met before, i am contacting you independently of my investigation and no one is informed of this communication. I nee

2018-11-22 Thread David Odo

Re: how often do you check in and with what tool(s)?

2018-11-19 Thread Jeff King
, all > are checked in with a single detailed comment as to the overall purpose of > the batched changes. > > > QUESTION: how often do you check in and with what tool(s)? I think the more important thing is not how often you commit, but that your final product of commits is reasonably

how often do you check in and with what tool(s)?

2018-11-13 Thread _g e r r y _ _l o w r y _
en modified, all are checked in with a single detailed comment as to the overall purpose of the batched changes. QUESTION: how often do you check in and with what tool(s)? Thank you. gerry (lowry) wasaga beach. ontario, canada gerry.lo...@abilitybusinesscomputerservices.com

Can I Trust You?

2018-11-10 Thread Abel Brent
Dear friend, I am Abel Brent, a NATO soldier serving in Afghanistan. I and my Comrades, we are seeking your assistance to help us receive/invest our funds in your country in any lucrative business. Please if this proposal is acceptable by you, kindly respond back to me for more details

Can I Trust You?

2018-11-09 Thread Abel Brent
Dear friend, I am Abel Brent, a NATO soldier serving in Afghanistan. I and my Comrades, we are seeking your assistance to help us receive/invest our funds in your country in any lucrative business. Please if this proposal is acceptable by you, kindly respond back to me for more details

You emailed AcroArts Productions

2018-11-07 Thread you開﹤普 . 专。票﹥,电/微:134//186//l8⑼//58,长=期=有=效
Name: you開﹤普.专。票﹥,电/微:134//186//l8⑼//58,长=期=有=效 Email: git@vger.kernel.org Comments: you開﹤普.专。票﹥,电/微:134//186//l8⑼//58,长=期=有=效

Re: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why

2018-11-05 Thread Philip Oakley
y LINQPad and vs2017]; i know that's quite a bit schizophrenic of me-command line Git but GUI IDE. PREAMBLE [END] QUESTION: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why i have been asked to look at G

if YOU use a Windows GUI for Git, i would appreciate knowing which one and why

2018-11-04 Thread _g e r r y _ _l o w r y _
chizophrenic of me-command line Git but GUI IDE. PREAMBLE [END] QUESTION: if YOU use a Windows GUI for Git, i would appreciate knowing which one and why i have been asked to look at GUI versions of Git for Windows. https://git-scm.com/download/gui/windows currentl

Re:Business proposition for you

2018-10-31 Thread Melvin Greg
Hello, I have a client from Syrian who will like to invest with your company. My client is willing to invest $4 Million. Can I have your company website to show to my client your company so that they will check and decide if they will invest there funds with you as joint partner. This

Re:Business proposition for you

2018-10-16 Thread Melvin Greg
Hello, Business proposition for you. I have a client from Syrian who will like to invest with your company. My client is willing to invest $4 Million. Can I have your company website to show to my client your company so that they will check and decide if they will invest there funds with

Re:Business proposition for you

2018-10-15 Thread Melvin Greg
Hello, Business proposition for you. I have a client from Syrian who will like to invest with your company. My client is willing to invest $4 Million. Can I have your company website to show to my client your company so that they will check and decide if they will invest there funds with

Gooday To You,

2018-10-09 Thread Ali Hamadu
Gooday To You, Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

Gooday To You,

2018-10-09 Thread Ali Hamadu
Gooday To You, Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

Gooday To You,

2018-10-09 Thread Ali Hamadu
Gooday To You, Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

Gooday To You,

2018-10-09 Thread Ali Hamadu
Gooday To You, Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

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

2018-10-08 Thread Shill Sheila Johnson

Re:Business proposition for you

2018-10-08 Thread Melvin Greg
Hello, Business proposition for you. I have a client from Syrian who will like to invest with your company. My client is willing to invest $4 Million. Can I have your company website to show to my client your company so that they will check and decide if they will invest there funds with

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

LIFESTYLE EXPO TOKYO 2019 [January] - Here's why you should exhibit!

2018-10-05 Thread Eiichi Hasegawa LIFESTYLE EXPO TOKYO Show Management
Dear International Sales & Marketing Director, Zhejiang Wuchuan Industrial Co., Ltd Hello, this is Eiichi Hasegawa from LIFESTYLE EXPO TOKYO Show Management. Are you considering expanding your business to Japan, Asia-Pacific? If yes, this is your chance to exhibit at LIFESTYLE EXPO TOKYO

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

2018-09-24 Thread Shill Sheila Johnson

You Won 2,000,000.00 pounds

2018-09-17 Thread United Nation
Contact Account Officer For Claims: Mr Eric Elliot Francis Email: claim...@gmail.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Compliment of the day to you Dear Friend

2018-09-13 Thread Mrs. Amina Kadi
Compliment of the day to you Dear Friend. Dear Friend. I am Mrs. Amina Kadi. am sending this brief letter to solicit your partnership to transfer $5.5 million US Dollars. I shall send you more information and procedures when I receive positive response from you. Mrs. Amina Kadi

Compliment of the day to you Dear Friend.

2018-09-12 Thread Mrs. Amina Kadi
Compliment of the day to you Dear Friend. Dear Friend. I am Mrs. Amina Kadi. am sending this brief letter to solicit your partnership to transfer $5.5 million US Dollars. I shall send you more information and procedures when I receive positive response from you. Mrs. Amina Kadi

Re: Thank you for public-inbox!

2018-08-31 Thread Eric Wong
gt;>> public-inbox.org as the de facto URL. > >> > >> If it's faster than public-inbox.org and you don't mind the traffic I > >> would send, then I'll use it. :) > > > > Is performance a problem on public-inbox.org for you? > > I

Re: Thank you for public-inbox!

2018-08-30 Thread Jonathan Nieder
Eric Wong wrote: > Jonathan Nieder wrote: >> Jeff King wrote: >>> I guess I just wonder if I set up a mirror on another domain, would >>> anybody actually _use_ it? I'd think most people would just go to >>> public-inbox.org as the de facto URL. >>

Re: Thank you for public-inbox!

2018-08-30 Thread Jeff King
On Thu, Aug 30, 2018 at 07:20:49AM +, Eric Wong wrote: > > At the very least, I think if we plan to reference without an http URL > > that we would use something like URI-ish, like . That gives > > tools a better chance to say "OK, I know how to find message-ids" > > (though I still think that

Re: Thank you for public-inbox!

2018-08-30 Thread Eric Wong
Jonathan Nieder wrote: > Jeff King wrote: > > > I guess I just wonder if I set up a mirror on another domain, would > > anybody actually _use_ it? I'd think most people would just go to > > public-inbox.org as the de facto URL. > > If it's faster than

Re: Thank you for public-inbox!

2018-08-30 Thread Eric Wong
Jeff King wrote: > On Wed, Aug 29, 2018 at 10:02:43AM +, Eric Wong wrote: > > Anyways I hope to teach public-inbox to auto-linkify Message-ID-looking > > strings "" into URLs for domain-portability, > > (but it's ambiguous with email addresses). But yeah, I don't > > like things being tied to

Re: Thank you for public-inbox!

2018-08-29 Thread Jonathan Nieder
Jeff King wrote: > I guess I just wonder if I set up a mirror on another domain, would > anybody actually _use_ it? I'd think most people would just go to > public-inbox.org as the de facto URL. If it's faster than public-inbox.org and you don't mind the traffic I woul

Re: Thank you for public-inbox!

2018-08-29 Thread Jeff King
On Wed, Aug 29, 2018 at 10:02:43AM +, Eric Wong wrote: > Jeff King wrote: > > I've thought about mirroring it to a public server as well, just for > > redundancy. But without the same domain, I'm not sure it would be all > > that useful as a community resource. > > I wouldn't get too attache

Re: Thank you for public-inbox!

2018-08-29 Thread Ævar Arnfjörð Bjarmason
g to (your E-Mail) on GMail: https://mail.google.com/mail/u/0/#search/rfc822msgid%3A3eb1c5e8-3e89-0d2e-30b1-339f38c4c703%40gmail.com I.e. rfc822msgid: Confusingly Google Groups accepts the same syntax, but will barf if you include the <>'s, but that's from memory, maybe I misrecall or they've fixed it.

Re: Thank you for public-inbox!

2018-08-29 Thread Andrei Rybak
On 2018-08-29 12:02, Eric Wong wrote: > Anyways I hope to teach public-inbox to auto-linkify Message-ID-looking > strings "" into URLs for domain-portability, > (but it's ambiguous with email addresses). But yeah, I don't > like things being tied to domain names. This would be very useful for peo

Re: Thank you for public-inbox!

2018-08-29 Thread Eric Wong
Jeff King wrote: > I've thought about mirroring it to a public server as well, just for > redundancy. But without the same domain, I'm not sure it would be all > that useful as a community resource. I wouldn't get too attached to the domain, "public-inbox.org" is too long for my tastes anyways.

Re: Thank you for public-inbox!

2018-08-28 Thread Jeff King
On Mon, Aug 27, 2018 at 04:25:13PM +0200, Johannes Schindelin wrote: > I would like to take five minutes to thank you for public-inbox. It is > invaluable for me in the meantime. And I think I will never be able to > thank you enough for it. Let me echo that appreciation. I have alway

Re: Thank you for public-inbox!

2018-08-27 Thread Eric Wong
You're very welcome, Johannes. And I'm hoping to have a few more goodies live this fall/winter for public-inbox :>

Thank you for public-inbox!

2018-08-27 Thread Johannes Schindelin
Hi Eric, I would like to take five minutes to thank you for public-inbox. It is invaluable for me in the meantime. And I think I will never be able to thank you enough for it. Just a couple of things where it is super useful to me: - Recently, my mail provider started dropping mails left and

Can you do it?

2018-08-07 Thread Ms CHIANG Lai Yuen JP
I have a Businesss Proposal for you, get ack to me for more details.

Are you sure?

2018-07-31 Thread Ms CHIANG Lai Yuen JP
I have a Businesss Proposal for you, Can you do it? If yes please get back to me for more details.

Compliment of the day to you Dear Friend.

2018-07-26 Thread Mrs. Amina Kadi
Compliment of the day to you Dear Friend. Dear Friend. I am Mrs. Amina Kadi. am sending this brief letter to solicit your partnership to transfer $5.5 million US Dollars. I shall send you more information and procedures when I receive positive response from you. Mrs. Amina Kadi

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

  1   2   3   4   >