Roundcube Community Forum

Release Support => Release Discussion => Topic started by: rbr on May 04, 2013, 11:28:29 AM

Title: sig_above option
Post by: rbr on May 04, 2013, 11:28:29 AM
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?

Title: Re: sig_above option
Post by: JohnDoh on May 04, 2013, 01:02:41 PM
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;
Title: Re: sig_above option
Post by: alec on May 04, 2013, 01:04:19 PM
Settings > Preferences > Composing Messages > Main options > When replying

http://lists.roundcube.net/pipermail/dev/2013-March/022269.html
Title: Re: sig_above option
Post by: rbr on May 04, 2013, 11:14:05 PM
Thank you! really!