Re: [Dovecot] How do I change the date format displayed on webmail?

2011-08-10 Thread Frank Elsner
On Wed, 10 Aug 2011 05:38:06 -0700 (PDT) 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?

This is not dovecot's job, consult your webmail preferences.


--Frank Elsner


Re: [Dovecot] How do I change the date format displayed on webmail?

2011-08-10 Thread David Warden
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