>>> INBOX: >>> From Date Subject sort >>> Tomas Kuliavas 7:51 pm Re: [SM-USERS] quota plugin for dbmail >>> Zamri 6:59 pm [SM-USERS] quota plugin for dbmail >>> Another One Thu, 2:30 pm Blabla >>> >>> >>> Where in any case of mine has to be written: >>> xxxxxxxx 12/27/2005 07:51 xxxxxxx and so on.. >>> >>> So my question: >>> What does this option chance, and which option to change for the >>> asked feature? Could this be a bug? >> >> This setting controls format of date in left folder listing. Message >> listing can use smart date display when format depends on message age or >> listing can always display full date. Date format in message listing > >> depends on selected translation. > > "left folder listing" I don't understand, since my left folder list > (folder column) don't show any date? As I thought this could be a > mistake in translation I tried multiple languages with no effect (in the > way I'm looking for).
http://www.topolis.lt/screen-shots/squirrelmail/folders-clock.jpg > > On "Display Preferences" I see option > "Always Show Full Date: (new_show_full_date)" which changes that column > result as I see, but this results only in date without time display.. Check getDateString() function in functions/date.php file. ---- if (($show_full_date == 1) || ($nextmid < $stamp)) { $date_format = _("M j, Y"); } else if ($midnight < $stamp) { ... smart date display code goes here ... ---- _("M j, Y") is full date format. It can differ, if selected translation modifies "M j, Y" string translation. Format of string is explained in http://www.php.net/date -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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
