Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in 'activity' word (macro/function/variable names) | Milan Crha | 2012-09-10 | 1 | -4/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 4 | -32/+35 |
| | |||||
* | Bug #223309 - Add "Include Subfolders" to "Search Folder Sources" | Milan Crha | 2012-07-11 | 2 | -11/+94 |
| | |||||
* | Add "auto-update" option to Search Folder Editor | Milan Crha | 2012-07-10 | 2 | -26/+83 |
| | |||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -8/+0 |
| | |||||
* | Adapt libeutil to the new ESource API. | Matthew Barnes | 2012-06-03 | 8 | -2096/+0 |
| | |||||
* | Bug 677045 - pkg-config files missing libebackend-1.2 requirement | Matthew Barnes | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | libemail-utils.pc.in: Add missing requirement. | Matthew Barnes | 2012-03-04 | 1 | -1/+1 |
| | | | | This library now requires libevolution-utils. | ||||
* | Few more whitespace cleanups. | Matthew Barnes | 2012-03-04 | 1 | -8/+8 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-03-03 | 4 | -5/+3 |
| | |||||
* | Fix some "unused-but-set-variable" warnings. | Matthew Barnes | 2012-03-03 | 3 | -43/+0 |
| | |||||
* | Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and | Srinivasa Ragavan | 2012-03-03 | 2 | -2/+21 |
| | | | | | the daemon can now start the vfolder storage without bothering much with the UI. | ||||
* | Redo Filters/Search folder editors to use a shared non ui based library for | Srinivasa Ragavan | 2012-03-03 | 7 | -0/+993 |
| | | | | making search folders running remotely. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 4 | -14/+26 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Fix libemail-utils.so install path. | Matthew Barnes | 2012-02-07 | 2 | -2/+3 |
| | | | | | Keep this in Evolution's private library directory until the APIs are fully documented and we begin using libtool versioning on the library. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 2 | -9/+7 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 12 | -0/+2904 |
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. |