summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Suppress g-ir-scanner warnings.Matthew Barnes2012-11-103-3/+3
| | | | | | | | They're far too noisy, and make it difficult to spot new C compiler warnings, which are the only ones I care about. We can enable them again when we're serious about cleaning them up. In the meantime, they're just getting in the way. (cherry picked from commit e8ecbd7356caf9e3a4668a71224c60cce2bf94bf)
* Disable runtime check in source_registry_initable_init().Matthew Barnes2012-11-071-2/+18
| | | | | | Rationale explained in the source code. (cherry picked from commit fab2ee606fad729edafc9a22379a26c01b1f0eb5)
* Bug 687694 - imapx_untagged_vanished() is inefficientDan Williams2012-11-071-1/+2
| | | | | | | | | For uid->len = 318320, timing the loop yields: g_list_append(): 60+ seconds g_list_prepend(): 0.3 seconds (cherry picked from commit ffd4d6931fd5af8624610825dd026139a6926a38)
* Bug #687642 - Crash under caldav_synch_slave_loop()Milan Crha2012-11-071-3/+3
|
* Bug #669082 - Workaround crash in imapx_command_copy_messages_step_done()Andreas Kohn2012-11-071-1/+1
|
* Bug #687776 - E-D-S crash in local address bookMilan Crha2012-11-061-3/+3
|
* [l10n] Fixed German translation, bug #687562Paul Menzel2012-11-041-261/+268
|
* EBookBackendSqliteDB: Add argument guards.Matthew Barnes2012-11-041-7/+98
| | | | (cherry picked from commit 1bfd6765d4684ab91842aabb87604badf80b52c0)
* Updated Russian translationYuri Myasoedov2012-11-041-44/+89
|
* update Punjabi Translation for packageA S Alam2012-11-041-114/+94
|
* [l10n] Updated Catalan translationGil Forcada2012-11-031-360/+401
|
* Fix invalid Gtk-Doc syntax in comments.Matthew Barnes2012-11-026-31/+33
| | | | Not certain this is everything, just what I could find.
* e_async_closure_callback: Do not test 'object' parameter validityMilan Crha2012-11-021-2/+1
| | | | | | | It is unnecessary to test validity of the 'object' parameter, especially when this callback does nothing with it. The reason is that the secret_password_store() calls the callback with NULL 'object', which leads to a deadlock on the source registry side.
* Bug #685090 - GOA EWS module doesn't save all required valuesMilan Crha2012-11-022-2/+88
|
* Collection's child source Enabled should match collections EnabledMilan Crha2012-10-311-0/+5
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-10-311-84/+113
|
* Update French translationAlexandre Franke2012-10-301-88/+129
|
* Bug #681962 - Identify server certificates by hostname and fingerprintMilan Crha2012-10-303-23/+94
|
* Bug #685034 - [imapx] Read status of email is not persisted correctlyMilan Crha2012-10-301-1/+3
|
* Updated gujarati fileSweta Kothari2012-10-301-79/+112
|
* Bug #687100 - Crash under cal_backend_contacts_remove_book_record()Milan Crha2012-10-291-0/+13
|
* Bug #686924 - Doesn't parse Gerrit encoded From address correctlyMilan Crha2012-10-291-2/+46
|
* imapx_command_start: Improve handling of write-to-stream error.Matthew Barnes2012-10-281-6/+2
| | | | | | | | For some reason we were calling camel_stream_write_string() without passing a GError, and on failure setting a very generic error message and losing potentially useful information about the actual error. (cherry picked from commit 3ea35694702692ad17895e5751146127606e591d)
* Bug 686719 - Missing linker flags in Camel testsJB Lallement2012-10-265-5/+10
| | | | (cherry picked from commit 52f87cba60b4d65a3d91718c25afc66d34db7db5)
* Revert "Revert "Bug #678400 - ECollectionBackend populates disabled accounts""Matthew Barnes2012-10-251-6/+31
| | | | | | | | | | | | | This reverts commit 99f0208d4005f2650729c9b63a629c17e1cd964b. This reverts my revert, since I mistakenly thought it was breaking the ESourceCollection API. The solution is not ideal, but is fine as a stop-gap measure for Evolution-Data-Server 3.6.x. In 3.7.x I've added an e_source_registry_check_enabled() function and swapped out most of the e_source_get_enabled() calls throughout Evo and EDS, which obviates the need to keep enabled states for child sources sychronized with parent sources at all times.
* CamelIMAPXServer: Handle errors in imapx_continuation().Matthew Barnes2012-10-251-10/+48
| | | | | | There was no error handling at all on the write-to-stream operations. (cherry picked from commit b46171b645a7e120fc25d627d84f07bea964d17c)
* CamelIMAPXServer: Return a boolean from imapx_command_start_next().Matthew Barnes2012-10-251-19/+54
| | | | | | | | The function is failable and takes a GError, yet returns void. This is how GErrors pile up. Return a boolean and add the necessary error checks where the function is called. (cherry picked from commit 687ac881cf58df2e01dc509c007321f758b0c9d2)
* CamelIMAPXServer: Improve error handling around stopping IDLE.Matthew Barnes2012-10-251-52/+100
| | | | | | | | | | | | | | | imapx_stop_idle() returned a boolean but TRUE had an ambiguous interpretation. It either meant the DONE command was sent or an I/O error occurred. Define a new enum type (CamelIMAPXIdleStopResult) to resolve the ambiguity. Also imapx_command_idle_stop() returned a boolean but FALSE had an ambiguous interpretation. It either meant an I/O error occurred, or there was no available CamelIMAPXStream from which to issue the DONE command. Resolve the ambiguity by forcing callers to explicitly pass in a CamelIMAPXStream (and a GCancellable, while we're at it). (cherry picked from commit 21a5722a814e91e7224978e26ce86c751f6fe017)
* Bug #680497 - POP3 re-adds messages to local InboxMilan Crha2012-10-254-46/+110
|
* Assamese translation updatedNilamdyuti Goswami2012-10-251-392/+467
|
* Bug #686727 - POP3 provider deadlocks on finalizeMilan Crha2012-10-241-1/+11
|
* Updated Latvian translationRūdolfs Mazurs2012-10-241-324/+364
|
* Updated German translationHendrik Knackstedt2012-10-241-477/+523
|
* Revert "Bug #678400 - ECollectionBackend populates disabled accounts"Matthew Barnes2012-10-231-31/+6
| | | | | | | This reverts commit 20d7ae7dd4ba86a65a74a05146d6c143a725c3c4. Need to find a better solution than corrupting what are supposed to be separate state flags.
* Bug #678400 - ECollectionBackend populates disabled accountsMilan Crha2012-10-231-6/+31
|
* CamelIMAPXServer: Declare imapx_uidset_* functions as static.Matthew Barnes2012-10-231-3/+3
| | | | | | | | These functions were never meant to be exported. The "static" keyword seems to have been omitted by accident. Can't find any evidence of them being called from outside camel-imapx-server.c, so just make them static. (cherry picked from commit 8a77efaa3f94ec1a6aa4743c72e1a0b34163e8b8)
* CamelIMAPXServer: Clean up static function declarations.Matthew Barnes2012-10-231-17/+42
| | | | | | One argument per line. (cherry picked from commit bc4f85db1f4efabe6c991fdccec00209a5b8c863)
* CamelIMAPXServer: Make sure all disabled bits have a comment.Matthew Barnes2012-10-231-4/+4
| | | | | | | Normally I throw away all disabled-with-no-explanation-why code chunks, but in this case they all seem related, so clarify that in the code. (cherry picked from commit 0fa4740592cf6aa06a552e4b8af724083e35f404)
* Updated Hungarian translationGabor Kelemen2012-10-231-788/+561
|
* Updated Norwegian bokmål translationKjartan Maraas2012-10-221-292/+335
|
* EAuthenticationSession: Close prompt before storing password.Matthew Barnes2012-10-221-2/+29
| | | | | | | | | | | Close our prompt before storing the password in the keyring. If the keyring is locked, it will need to prompt the user for a keyring password, but it can't do that if our password prompt is still open since both prompts are system-modal. Not sure what would happen next; probably the store operation would either fail or deadlock. (cherry picked from commit d4e32002bfae7e48a83da10dfe53d17efafb74c6)
* Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)Milan Crha2012-10-221-4/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2012-10-2098-2556/+3347
|
* Updated Lithuanian translationAurimas Černius2012-10-191-329/+351
|
* Bug #641825 - Crash in poll_ldap() when finalizing the backendMilan Crha2012-10-171-9/+16
|
* Updated Serbian translationМирослав Николић2012-10-172-564/+634
|
* Updated Greek translationTom Tryfonidis2012-10-171-289/+317
|
* Updated Czech translationMarek Černocký2012-10-171-149/+83
|
* Updated Galician translationsFran Diéguez2012-10-161-279/+316
|
* Updated Belarusian translation.Ihar Hrachyshka2012-10-161-273/+320
|