Author Topic: sig_above option  (Read 3966 times)

Offline rbr

  • Newbie
  • *
  • Posts: 2
sig_above option
« 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?


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
Re: sig_above option
« Reply #1 on: May 04, 2013, 01:02:41 PM »
sounds like you want the reply_mode option. it also controls the location of the sig.

Code: [Select]
// 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;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: sig_above option
« Reply #2 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

Offline rbr

  • Newbie
  • *
  • Posts: 2
Re: sig_above option
« Reply #3 on: May 04, 2013, 11:14:05 PM »
Thank you! really!