In Non-English locales, Geary displays wrong month: Closes #7354

Stricter parsing and application of INTERNALDATE.
This commit is contained in:
Jim Nelson 2013-09-25 18:04:58 -07:00
parent 3a5085765d
commit 29ae18b3f0
13 changed files with 238 additions and 28 deletions

View file

@ -14,3 +14,4 @@ install(FILES version-011.sql DESTINATION ${SQL_DEST})
install(FILES version-012.sql DESTINATION ${SQL_DEST})
install(FILES version-013.sql DESTINATION ${SQL_DEST})
install(FILES version-014.sql DESTINATION ${SQL_DEST})
install(FILES version-015.sql DESTINATION ${SQL_DEST})

6
sql/version-015.sql Normal file
View file

@ -0,0 +1,6 @@
--
-- Dummy database upgrade to fix the INTERNALDATE of messages that were accidentally stored in
-- localized format. See src/engine/imap-db/imap-db-database.vala in post_upgrade() for the code
-- that runs the upgrade, and http://redmine.yorba.org/issues/7354 for more information.
--