aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in 'activity' word (macro/function/variable names)Milan Crha2012-09-101-4/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-204-32/+35
|
* Bug #223309 - Add "Include Subfolders" to "Search Folder Sources"Milan Crha2012-07-112-11/+94
|
* Add "auto-update" option to Search Folder EditorMilan Crha2012-07-102-26/+83
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-8/+0
|
* Adapt libeutil to the new ESource API.Matthew Barnes2012-06-038-2096/+0
|
* Bug 677045 - pkg-config files missing libebackend-1.2 requirementMatthew Barnes2012-05-301-1/+1
|
* libemail-utils.pc.in: Add missing requirement.Matthew Barnes2012-03-041-1/+1
| | | | This library now requires libevolution-utils.
* Few more whitespace cleanups.Matthew Barnes2012-03-041-8/+8
|
* Whitespace cleanups.Matthew Barnes2012-03-034-5/+3
|
* Fix some "unused-but-set-variable" warnings.Matthew Barnes2012-03-033-43/+0
|
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa Ragavan2012-03-032-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 forSrinivasa Ragavan2012-03-037-0/+993
| | | | making search folders running remotely.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-204-14/+26
|
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
|
* Fix libemail-utils.so install path.Matthew Barnes2012-02-072-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 Barnes2012-01-192-9/+7
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-1912-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.