[Dovecot] How do I change the date format displayed on webmail?
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--... Sent from the Dovecot mailing list archive at Nabble.com.
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--... 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
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
participants (3)
-
David Warden
-
Frank Elsner
-
huntson