Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make EMailPartList thread-safe. | Matthew Barnes | 2012-12-08 | 1 | -5/+10 |
| | | | | | | Exposing data members in the public struct is unwise, especially when EMailPartList is used from multiple threads. Instead keep the members private and provide a set of thread-safe functions to manipulate them. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -17/+17 |
| | |||||
* | prefer-plain: Unref objects in dispose(), not finalize(). | Matthew Barnes | 2012-08-12 | 1 | -1/+18 |
| | |||||
* | prefer-plain: Cleanups. | Matthew Barnes | 2012-08-12 | 1 | -11/+18 |
| | |||||
* | Fix some memory leaks | Dan Vrátil | 2012-08-02 | 1 | -0/+16 |
| | |||||
* | Bug #680577 - [text-highlight] - Failed to load part | Dan Vrátil | 2012-07-27 | 1 | -0/+4 |
| | |||||
* | Bug #515004 - Allow toggling between text and HTML view of mail | Dan Vrátil | 2012-06-26 | 1 | -0/+380 |