Roundcube Community Forum

 

Double Dash above Sig make Gmail hide the Signature

Started by tonyvier, March 15, 2015, 12:08:10 PM

Previous topic - Next topic

tonyvier

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.....

tonyvier

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....


JohnDoh

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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

tonyvier

Oh,

didn't know that.  :-[

But not so nice to hid my sig  :o