On Aug 10, 2011, at 8:38 AM, huntson wrote:
>
> I am running Dovecot on OS X Lion and the webmail displays the date in a
> European style format - day of the month and then month number. How can I
> reverse this?
> --
> View this message in context:
> http://old.nabble.com/How-do-I-change-the-date-format-displayed-on-webmail--tp32233645p32233645.html
> Sent from the Dovecot mailing list archive at Nabble.com.
>
I believe Lion Server uses Roundcube for webmail and it defaults to that date
format. I'm not sure what directory it's in but you're looking for
config/main.inc.php and the entry you want to change is:
// use this format for detailed date/time formatting (date or strftime format)
$rcmail_config['date_long'] = 'd.m.Y H:i';
-David Warden