> Hi folks, > > Here's what may be a silly question. Is there a way to adjust the width > of the Subject field when looking at the message list? It seems that > after the 55th character it puts '...' and will not display there rest of > the Subject line; even if there is available screen space. Some of my > users have requested to make this longer. > > I don't see any obvious what to change this except modifying the source. > If that's the case, any idea which source file needs to be updated?
functions/mailbox_display.php /* Constants: * PG_SEL_MAX: default value for page_selector_max * SUBJ_TRIM_AT: the length at which we trim off subjects */ define('PG_SEL_MAX', 10); define('SUBJ_TRIM_AT', 55); see processSubject function in same file. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users