summaryrefslogtreecommitdiff
path: root/camel/camel-folder-summary.c
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_92eds_0_0_92JP Rosevear2004-04-191-2884/+0
* turn this on, this should always be on, it points to real bugs in theEVOLUTION_1_5_6_1EVOLUTION_1_5_6evolution-1-5-6-branchNot Zed2004-04-021-6/+22
* See bug #55618.Not Zed2004-03-171-1/+2
* kill sum debugMichael Zucci2004-02-241-3/+3
* ** See bug #51045.Not Zed2004-02-161-18/+54
* merged spam filtering branchRadek Doulik2003-11-121-0/+1
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-181-2/+2
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-76/+76
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-76/+76
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-261-13/+13
* Namespaced.Jeffrey Stedfast2003-08-251-63/+63
* Fix the range check, we were stopping removal of 1 or 2 removals, for someNot Zed2003-08-131-1/+1
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-111-1/+1
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-18/+9
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-2/+3
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-181-0/+42
* Only display a warning if errno != EINVAL (EINVAL means there was aJeffrey Stedfast2003-05-201-8/+10
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-2/+3
* use g_strerror, and use errno directly rather than ferrno().Not Zed2003-04-081-1/+2
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-201-8/+8
* Same as the ones below.Jeffrey Stedfast2003-02-251-4/+5
* fixJeffrey Stedfast2003-02-201-1/+1
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-201-8/+7
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-2/+2
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-10-311-1/+1
* Remove a ton of useless snot.Jeffrey Stedfast2002-10-311-1/+1
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-301-2/+5
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-101-1/+2
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-101-30/+41
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-021-42/+28
* Do more error checking to prevent crashing if we fail to read a string forJeffrey Stedfast2002-08-011-28/+44
* When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-241-3/+23
* Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-151-2/+3
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-9/+15
* Fixes bug #24136.Jeffrey Stedfast2002-05-141-18/+18
* Simplified since we can now decode in-reply-to without getting extraJeffrey Stedfast2002-04-051-24/+4
* Handle a ton more nspr i/o errno's. (stream_connect): Act as if we areJeffrey Stedfast2002-04-021-5/+34
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-114/+70
* Use the date in the received header for the received_date.Jeffrey Stedfast2002-03-221-6/+17
* Now takes a url argument.Jeffrey Stedfast2002-03-121-2/+6
* Don't #include camel-mime-filter-save.h, we don't use it.Jeffrey Stedfast2002-02-281-1/+0
* Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be usingJeffrey Stedfast2002-02-071-1/+0
* If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-161-0/+9
* Don't try setting a content-type parameter if either the name or value isJeffrey Stedfast2002-01-041-2/+5
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-0/+1
* Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-11-301-11/+9
* More fixing of the license texts.Ettore Perazzoli2001-10-271-12/+11
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-111-3/+5
* Implement.92001-10-091-2/+91
* If the type is encoded, get the fallback charset from the message42001-09-241-17/+39