summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added prototype for camel_folder_summary_remove_range().EVOLUTION_1_4_3EVOLUTION_1_4_2EVOLUTION_1_4_1evolution-1-4-3-branchJeffrey Stedfast2003-06-253-17/+38
* ** See bug #43887Not Zed2003-06-253-0/+27
* ** See bug #31745Not Zed2003-06-201-6/+9
* if we got cancelled, the message is floating, so free it. (structNot Zed2003-06-202-61/+105
* Made static (to match the prototype).Jeffrey Stedfast2003-06-182-2/+7
* don't leak the summary when reloading it. Fixes a very large leak.Larry Ewing2003-06-182-1/+11
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-183-8/+96
* ** See bug #44322Not Zed2003-06-173-7/+23
* Fix for bug #40788.Jeffrey Stedfast2003-06-135-21/+56
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-121-0/+1
* Partial fix for bug #44457.Jeffrey Stedfast2003-06-123-2/+17
* some days you just wish you had that subatomic 100 megaton kill-o-zap bomb.Jeffrey Stedfast2003-06-115-54/+155
* use g_utf8_strdown properly.Larry Ewing2003-06-112-2/+6
* Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.Jeffrey Stedfast2003-06-114-7/+26
* Roll over ChangeLogs.Ettore Perazzoli2003-06-092-22083/+22083
* Turn off debugging.EVOLUTION_1_4_0Jeffrey Stedfast2003-06-013-4/+12
* Turned off a debugging printf.Jeffrey Stedfast2003-05-302-1/+6
* This should finish fixing all variations of bug #42854, which, funnilyJeffrey Stedfast2003-05-282-20/+44
* Lets try this again. We don't actually want to free the key here, becauseEVOLUTION_1_3_92Jeffrey Stedfast2003-05-222-12/+8
* Create a second GPtrArray for the keys. We don't want to useEVOLUTION_1_3_91Jeffrey Stedfast2003-05-212-2/+18
* Only display a warning if errno != EINVAL (EINVAL means there was aJeffrey Stedfast2003-05-202-8/+21
* fixed ChangeLogJeffrey Stedfast2003-05-191-82/+81
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-1624-68/+143
* Simplistic quick-fix for #42710. Add a charset argument. If the data is 8Not Zed2003-05-152-21/+47
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-152-2/+8
* ** See bug #42540Not Zed2003-05-152-3/+14
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-144-20/+35
* If host->h_name is NULL or an empty string, default back to using the IPJeffrey Stedfast2003-05-132-5/+12
* Disable debugging.Ettore Perazzoli2003-05-134-3/+11
* Don't call g_utf8_validate on an empty message. Fixes a warning.Dan Winship2003-05-042-1/+7
* Workaround for POS mailers like the one in bug #42045.Jeffrey Stedfast2003-05-023-1/+19
* Remove camel-lock.c from here because it upsets automake 1.6 for someDan Winship2003-04-302-3/+8
* body_len needs to be a size_t instead of intJeremy Katz2003-04-302-1/+6
* Disable debugging printfs.EVOLUTION_1_3_3Jeffrey Stedfast2003-04-242-3/+7
* only free the host if it was set. removes a run-time warning.Not Zed2003-04-242-5/+8
* fixed merge conflicts in ChangeLogJeffrey Stedfast2003-04-231-1/+0
* #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-232-1/+10
* oops, the service owns the url after we construct it.Not Zed2003-04-232-2/+5
* ** Should fix #41629, #41448, et al.Not Zed2003-04-2312-50/+206
* Don't set seen_eof1 here anymore once we get a trust metric.Jeffrey Stedfast2003-04-222-16/+32
* ** for #40989Not Zed2003-04-195-8/+117
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-174-5/+30
* Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-173-26/+46
* The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-162-6/+27
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.EVOLUTION_1_3_2Jeffrey Stedfast2003-04-102-1/+8
* filter data test cases.Not Zed2003-04-109-17/+205
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-092-113/+92
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-092-29/+45
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-092-1/+19
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-092-3/+81