# Emails reply shows date, emails and «wrote» from gmail

**URL:** https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747
**Category:** Bug
**Tags:** email
**Created:** [July 3, 2015, 9:36am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747 "2015-07-03T09:36:45Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![MiguelAngelLV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/miguelangellv/32/121518_2.png) [@MiguelAngelLV](https://meta.discourse.org/u/MiguelAngelLV)
#### Post date: [July 3, 2015, 9:36am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/1 "2015-07-03T09:36:45Z")

</div>

If you reply using email, gmail add

> El 2/7/2015 3:11 p. m., “MiguelAngelLV” [hacklabalmeria.discourse@gmail.com](mailto:hacklabalmeria.discourse@gmail.com) escribió:

The format is: datetime, nick of last user, email address that send the email, and “wrote” o “escribió” in spanish, and this message is show in the reply, [example](http://foro.hacklabalmeria.net/t/estamos-mandado-emails-por-encima-de-nuestras-posibilidades/5653/4?u=miguelangellv)

I know that “this is not a bug of Discourse”, but _gmail_ is a popular email.

Would be added a regular expression or something to remove the message?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [July 3, 2015, 10:56am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/2 "2015-07-03T10:56:08Z")

</div>

I think this has to do with localization. Not sure if GitHub, where we got the email library from, deals with localized string detection in email.

---

<div class="post-metadata">

### Author: ![MiguelAngelLV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/miguelangellv/32/121518_2.png) [@MiguelAngelLV](https://meta.discourse.org/u/MiguelAngelLV)
#### Post date: [September 15, 2015, 6:36am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/3 "2015-09-15T06:36:30Z")

</div>

Any idea? In the last version the problem persists.

---

<div class="post-metadata">

### Author: ![MiguelAngelLV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/miguelangellv/32/121518_2.png) [@MiguelAngelLV](https://meta.discourse.org/u/MiguelAngelLV)
#### Post date: [October 6, 2015, 6:21am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/4 "2015-10-06T06:21:22Z")

</div>

Any plugin to “remove” a line with a regular expression?

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [October 6, 2015, 7:18am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/5 "2015-10-06T07:18:17Z")

</div>

Submit a PR to add another alternation here:

> <https://github.com/discourse/discourse/blob/main/lib/email/receiver.rb#L176>

---

<div class="post-metadata">

### Author: ![zh99998](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zh99998/32/100179_2.png) [@zh99998](https://meta.discourse.org/u/zh99998)
#### Post date: [January 9, 2016, 4:12am UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/6 "2016-01-09T04:12:57Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/4/9/49cf4a1fb1a571be7e0afbff3d04b6feeaa6b5bc.png)

神楽坂玲奈 zh99998@gmail.com于2016年1月9日周六 上午11:58写道：

/.+ .+@\w+.+于\d+.+\d+写道：/

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 23, 2016, 7:00pm UTC](https://meta.discourse.org/t/emails-reply-shows-date-emails-and-wrote-from-gmail/30747/7 "2016-03-23T19:00:46Z")

</div>

This has been fixed by our latest improvements regarding our email in support.
