> > a) see jump_to_folder plugin. You can use it instead modifying sm
> > source directly.
>
> It won't fully solve the issue, since plugin won't be
> i.e. when user is playing with settings. And if so, I'd
> prefer not to rely on external code if I need to modify
> source code anyway.
plugin can be controled by end user, but controls can also be disabled by
admin. SquirrelMail uses modular interface and selection box that you want
to add can be implemented with existing squirrelmail hooks. I suspect that
you can also remove frames with help of some hooks too. if preview_pane
plugin manages to add extra frame, then some other plug might be able
remove it.
if you disable
----
$squirrelmail_plugin_hooks['options_folder_inside']['jump_to_folder'] =
'jump_to_folder_options';
----
in plugins/jump_to_folder/setup.php, user options are removed.
If you disable
----
if (!isset($jump_to_folder_show_mailbox) || !$jump_to_folder_show_mailbox)
return;
----
in jump_to_folder_on_menu() function, selection box will be always displayed.
read doc/plugins.txt and try to use existing options before you start
changing squirrelmail core scripts.
--
Tomas
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users