[imp] folder subscriptions
Aaron Solochek
aarons@aberrant.org
Sun, 30 Dec 2001 14:37:26 -0500
Yep, here is the output of diff:
sausage:/home/aarons#diff -r /usr/share/horde/imp/ /usr/local/src/imp-3.0/
Only in /usr/share/horde/imp/config: apache.conf
Only in /usr/share/horde/imp/config: conf.php
Only in /usr/share/horde/imp/config: conf.php~
Only in /usr/share/horde/imp/config: html.php
Only in /usr/share/horde/imp/config: mime_drivers.php
Only in /usr/share/horde/imp/config: motd.php
Only in /usr/share/horde/imp/config: prefs.php
Only in /usr/share/horde/imp/config: prefs.php~
Only in /usr/share/horde/imp/config: servers.php
Only in /usr/share/horde/imp/config: servers.php~
Only in /usr/share/horde/imp/lib: Folder.php~
diff -r /usr/share/horde/imp/templates/compose/compose.inc
/usr/local/src/imp-3.0/templates/compose/compose.inc
307c307
< <?= Menu::createItem($registry->getWebRoot('horde') .
'/util/special_characters.php', _("Special Characters"), 'keyboard.gif',
$registry->getGraphicsPath('horde'), 'characters', 'window.open(\'' .
$registry->getWebRoot('horde') . '/util/special_characters.php\',
\'chars\', \'height=220,width=320\'); return false;', 'item', 'widget'); ?>
---
> <?= Menu::createItem($registry->getWebRoot('horde') .
'/util/special_characters.php', _("Special Characters"), 'keyboard.gif',
$registry->getGraphicsPath('horde'), 'characters', 'window.open(\'' .
$registry->getWebRoot('horde') . '/util/special_characters.php\',
\'chars\', \'height=220,width=300\'); return false;', 'item', 'widget'); ?>
diff -r /usr/share/horde/imp/templates/javascript/open_compose_win.js
/usr/local/src/imp-3.0/templates/javascript/open_compose_win.js
16c16
< param =
"toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width=750,height=700,left=0,top=0";
---
> param =
"toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0";
Only in /usr/share/horde/imp/templates/javascript: open_compose_win.js~
As you see, the only difference are the window sizes of the compose and
special characters pop ups. I find this really odd, and a bit
frustrating. I've also tried deleting the session files, but that
didn't help either.
-Aaron
Chuck Hagenbuch wrote:
> Quoting Aaron Solochek <aarons@aberrant.org>:
>
>
>>And I cleared all my cache, so I'm pretty sure its actually still
>>generating that error.
>>
>
> You didn't change anything else? Diff doesn't show you any differences between
> your installation (once you've replaced the files) and the original files?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see, in the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
>