# mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
#cp /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/190compose \
/etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
#cp /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400compose \
/etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
#cd /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
#pico 190compose
Change last lines to:
'members' => array('wrap_width', 'reply_quote', 'quote_prefix', 'compose_popup',
'folderselect', 'drafts_folder', 'close_draft')
(adding 'reply_quote').
#pico 400compose
Add this section after wrap_width:
// Should the original message be included?
$_prefs['reply_quote'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Include original message in a reply?")
);
#/sbin/e-smith/expand-template /home/httpd/html/horde/imp/config/prefs.php