Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: tonyvier on March 15, 2015, 12:08:10 PM

Title: Double Dash above Sig make Gmail hide the Signature
Post by: tonyvier on March 15, 2015, 12:08:10 PM
As the title says.

Roundcube inserts two - above the signature, that's fine I guess, however Gmail (And Google mail for Business) sees this as separator between earlier messages, so hides the signature....

Now I could mail Google about this, but maybe this forum is easier to get a solution   8)....

I looked a bit through the code, but the --[SPACE] is used to do some trickery when replying and such, so I don't know really what to change for this...

A little test shows that three dashes --- would work.....
Title: Re: Double Dash above Sig make Gmail hide the Signature
Post by: tonyvier on March 15, 2015, 12:18:23 PM
Ok :

Changed line 613 and line 1143 in compose.inc (v 1.10) to include three dashes (and a space) and now Gmail shows the signature....

Title: Re: Double Dash above Sig make Gmail hide the Signature
Post by: JohnDoh on March 15, 2015, 02:07:03 PM
What you are describing is the proper behaviour. The double dash followed by a space is a standard separator which show where the message finishes and so that mail clients can chop off the sig when they want to. See https://en.wikipedia.org/wiki/Signature_block for more info.
Title: Re: Double Dash above Sig make Gmail hide the Signature
Post by: tonyvier on March 15, 2015, 05:46:13 PM
Oh,

didn't know that.  :-[

But not so nice to hid my sig  :o