Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration from other versions is not supported on Windows | Fridrich Strba | 2010-03-06 | 1 | -0/+16 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-20 | 1 | -3/+3 |
| | |||||
* | Fix bug #597082 | Jeff Cai | 2010-02-08 | 1 | -15/+30 |
| | | | | | gtk_label_set_text should not be called in a thread function. This patch makes the UI operation is invoked in an idle function. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | Bug 581604 - Permissions on mail/local folders are too open | Chenthill Palanisamy | 2010-01-30 | 1 | -10/+10 |
| | |||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 1 | -4/+2 |
| | |||||
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 1 | -2/+0 |
| | | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads. | ||||
* | Move mail migration code to libevolution-mail.so. | Matthew Barnes | 2009-12-16 | 1 | -0/+3099 |
So Anjal can reuse it. |