Roundcube Community Forum

 

Multiple signatures- Fixed

Started by rcmmm, June 10, 2007, 02:46:28 PM

Previous topic - Next topic

rcmmm

Hi,
I am at my wits end over this one. If I save a draft and then send it out I get 2 or more signatures in the email (both the users signature and the default signature repeated several times over). Please help someone!

Fixed- I chnaged compose.inc on line 291:
from:  if (!empty($sql_arr['signature'))
to:  if (!empty($sql_arr['signature'])&& $compose_mode != RCUBE_COMPOSE_DRAFT)

That seems to have done the trick for me at least!