Koozali.org: home of the SME Server

imp 3.0 to 3.1

Brad Jennings

imp 3.0 to 3.1
« on: July 14, 2002, 10:48:54 AM »
Ok, maybe I jacked something up doing an upgrade from 3 to 3.1 on IMP.  I did an  rpm -Uvh imp-3.1-2es.noarch.rpm.  Should I have done something else or is there something I'm missing?  Everything works ok except for the quote reply of messages.......and there is no option to turn this on or off in the options/message composition window.

Thanks for any insite.

Dan Brown

Re: imp 3.0 to 3.1
« Reply #1 on: July 14, 2002, 09:16:34 PM »
# 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