diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header 2006-03-07 21:56:20.000000000 -0600 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header 2006-05-28 22:26:25.000000000 -0500 @@ -1,7 +1,7 @@ //00Header /** - * $Horde: mimp/config/prefs.php.dist,v 1.29 2005/10/01 15:42:34 slusarz Exp $ + * $Horde: mimp/config/prefs.php.dist,v 1.30 2006/01/21 19:18:58 slusarz Exp $ * * See horde/config/prefs.php for documentation on the structure of this file. */ diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose 2006-03-18 21:45:23.000000000 -0600 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose 2006-05-28 22:30:28.000000000 -0500 @@ -3,6 +3,6 @@ 'column' => _("Other Options"), 'label' => _("Message Composition"), 'desc' => _("Customize how you send mail."), - 'members' => array('wrap_width', 'reply_quote', 'compose_confirm') + 'members' => array('compose_confirm') ); diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth 2006-03-07 22:10:55.000000000 -0600 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ -//340WrapWidth -// Message Composition preferences - -// wrap text at this many characters -$_prefs['wrap_width'] = array( - 'value' => 80, - 'locked' => false, - 'shared' => false, - 'type' => 'number', - 'desc' => _("Wrap text at this many characters.")); - diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote 2006-03-07 22:11:25.000000000 -0600 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote 1969-12-31 18:00:00.000000000 -0600 @@ -1,9 +0,0 @@ -//350ReplyQuote -// 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?")); -