Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #672916 - Spam is not detected automatically | Milan Crha | 2012-04-02 | 1 | -16/+12 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 3 | -15/+16 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Add ability to specify INBOX for non-storage type accounts. Email daemon | Srinivasa Ragavan | 2012-03-29 | 2 | -7/+63 |
| | | | | allows to store mails in individual INBOX rather than a common one. | ||||
* | Fix more compiler warnings. | Matthew Barnes | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+2 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-03-03 | 2 | -8/+8 |
| | |||||
* | Fix some "unused-but-set-variable" warnings. | Matthew Barnes | 2012-03-03 | 1 | -2/+1 |
| | |||||
* | Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and | Srinivasa Ragavan | 2012-03-03 | 5 | -3/+1257 |
| | | | | | the daemon can now start the vfolder storage without bothering much with the UI. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 6 | -37/+80 |
| | |||||
* | Bug #659394 - Missing plural handling for "Failed to send %d of %d messages" | Milan Crha | 2012-02-16 | 1 | -1/+4 |
| | |||||
* | Bug #670014 - Remove-duplicates reads all messages into memory | Milan Crha | 2012-02-16 | 1 | -43/+94 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Fix libemail-engine.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. | ||||
* | Bug 667576 - Junk between messages after saving an mbox file | James Bottomley | 2012-02-02 | 1 | -9/+19 |
| | |||||
* | e-mail-store-utils.c: Use the service's display name in status messages. | Matthew Barnes | 2012-01-31 | 1 | -12/+18 |
| | | | | | The display name is a user-provided name for the service. We should be using that in all status messages the refer to the service by name. | ||||
* | Bug 668479: Missing transport-only accounts in Preferences | Matthew Barnes | 2012-01-25 | 4 | -31/+171 |
| | | | | | | | | | | | Evolution kinda sorta supports multiple identities by allowing users to set up so-called "transport-only" accounts by choosing "None" for the account type. Add a CamelStore subclass for those types of accounts so they get added to EMailAccountStore. It's just a stupid hack to keep another stupid hack working, but this should sustain us until we can support multiple identities FOR REAL. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 3 | -19/+12 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 23 | -0/+11269 |
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. |