My clients used to ask me to be able to reply and add signature on top of reply window. This was added in some version in the past. I noticed that this option was removed. Now when a message is replied, cursor goes to the end of the window along with signature.
I receive very few requests from clients regarging Roundcube, because clients are usually satisfied with this software. The only recurrent request used to be this one. I updated my server installation 3 days ago. Today I received a first request to have signature above.
I would like to understand why sig_above was removed from 0.9.0. Is there a way to reenable it?
sounds like you want the reply_mode option. it also controls the location of the sig.
// When replying:
// -1 - don't cite the original message
// 0 - place cursor below the original message
// 1 - place cursor above original message (top posting)
$rcmail_config['reply_mode'] = 1;
Settings > Preferences > Composing Messages > Main options > When replying
http://lists.roundcube.net/pipermail/dev/2013-March/022269.html
Thank you! really!