diff options
author | nobody <nobody@localhost> | 2003-07-29 04:00:20 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-07-29 04:00:20 +0800 |
commit | 2ae6a0f3ec7814e147c25889222b8cf66702d2fe (patch) | |
tree | 5aa24bfff6a79f3e440299e092ef38f9ce340a30 /camel | |
parent | 947eccd3eab018f6749e581a76b36317238a6e9d (diff) | |
download | gsoc2013-evolution-EVOLUTION_1_4_4.tar.gz gsoc2013-evolution-EVOLUTION_1_4_4.tar.zst gsoc2013-evolution-EVOLUTION_1_4_4.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_4_4
'EVOLUTION_1_4_4'.
svn path=/tags/EVOLUTION_1_4_4/; revision=21997
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 193 | ||||
-rw-r--r-- | camel/camel-folder-search.c | 1 | ||||
-rw-r--r-- | camel/camel-mime-utils.c | 30 | ||||
-rw-r--r-- | camel/providers/imap/camel-imap-folder.c | 5 |
4 files changed, 23 insertions, 206 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f33507b81f..70aaa5d20b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,41 +1,3 @@ -2003-07-23 Jeffrey Stedfast <fejj@ximian.com> - - * camel-mime-message.c (find_best_encoding): Revert my previous - changes to this function. - - * camel-mime-utils.h: Revert previous changes. - - * camel-mime-part.h: Revert previous changes. - - * camel-mime-part-utils.c: Revert previous changes. - - * camel-data-wrapper.c (camel_data_wrapper_init): Revert previous - changes. - (write_to_stream): Revert previous changes. - -2003-07-23 Dan Winship <danw@ximian.com> - - * camel-block-file.c: #include camel-file-utils.h for camel_read() - - * camel-uid-cache.c (camel_uid_cache_save): Remove unused variable - and label. - - * camel-url.c: #include camel-string-utils.h for camel_strdown - - * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Cast - an (unsigned char *) to (char *) to fix a warning - -2003-07-17 Jeffrey Stedfast <fejj@ximian.com> - - * camel-mime-message.c (find_best_encoding): Updated to convert - to/from the correct charset (since content is no longer - necessarily in UTF-8). - (best_encoding): Free the charset string when we're done with it. - - * camel-stream-fs.c (stream_read): Increment the seekable stream - position by the number of bytes read. Oops. - (stream_write): Same here. - 2003-07-17 Timo Sirainen <tss@iki.fi> ** See bug #42573 @@ -44,160 +6,6 @@ response after we have finished the literal request, otherwise we could try processing folder updates incorrectly. -2003-07-14 Jeffrey Stedfast <fejj@ximian.com> - - * camel-mime-utils.h: Add the CamelMimePartEncodingType definition - here. - - * camel-mime-part.h: Remove the CamelMimePartEncodingType - definition. - - * camel-mime-part-utils.c - (simple_data_wrapper_construct_from_parser): Don't do any of the - auto-detection we used to do here anymore. Just read the content - into a memory buffer and record the encoding type. - (camel_mime_part_construct_content_from_parser): Don't mangle the - Content-Type struct here anymore. - - * camel-data-wrapper.c (camel_data_wrapper_init): Init encoding to - DEFAULT. - (write_to_stream): If the stream needs to be decoded, decode it. - -2003-07-15 Jeffrey Stedfast <fejj@ximian.com> - - * camel-stream-fs.c (stream_read): If we read 0 bytes, then set - eos to TRUE. - -2003-07-09 Jeffrey Stedfast <fejj@ximian.com> - - Get rid of the #ifdef ENABLE_THREADS since we no longer plan to - support/maintain this. - - * providers/nntp/camel-nntp-store.c: Here. - - * providers/nntp/camel-nntp-newsrc.c: And here. - - * providers/nntp/camel-nntp-folder.c: Same. - - * providers/local/camel-local-folder.c: And here. - - * camel-block-file.c: Here too. - - * camel.c: Same. - - * camel-certdb.c: Here too. - - * camel-charset-map.c: And here. - - * camel-cipher-context.c: " - - * camel-data-wrapper.c: " - - * camel-digest-folder.c: " - - * camel-exception.c: " - - * camel-folder.c: " - - * camel-folder-summary.c: " - - * camel-lock-client.c: " - - * camel-mime-utils.c: " - - * camel-object.c: " - - * camel-operation.c: " - - * camel-partition-table.c: " - - * camel-sasl-popb4smtp.c: " - - * camel-service.c: " - - * camel-session.c: " - - * camel-store.c: " - - * camel-store-summary.c: " - - * camel-text-index.c: " - - * camel-transport.c: " - - * camel-vee-folder.c: " - - * camel-tcp-stream-openssl.c: Removed pthread.h, it isn't needed. - -2003-07-09 Larry Ewing <lewing@ximian.com> - - * camel.h: remove reference to camel-pgp-mime.h - -2003-07-08 Jeffrey Stedfast <fejj@ximian.com> - - * camel-pgp-mime.[c,h]: Removed. - - * camel-iconv.c: Updated (new copy/paste from e-iconv). - - * camel-block-file.c (camel_block_file_get_block): Use - camel_read() rather than libc read. - - * camel-tcp-stream-raw.c (stream_read): Use camel_read(). - (stream_write): Use camel_write(). - - * camel-stream-fs.c (stream_read): Use camel_read(). - (stream_write): Use camel_write(). - -2003-07-07 Jeffrey Stedfast <fejj@ximian.com> - - * providers/nntp/camel-nntp-folder.c (camel_nntp_folder_new): Use - camel_mkdir(). - - * providers/imap/camel-imap-folder.c (camel_imap_folder_new): Use - camel_mkdir(). - - * camel-session.c (get_storage_path): Use camel_mkdir(). - - * camel-store.c (camel_mkdir_hier): Removed. - - * camel-data-cache.c (camel_data_cache_new): Updated to use - camel_mkdir(). - (data_cache_path): Same. - - * camel-file-utils.c (camel_mkdir): Renamed and documented. - (camel_file_util_safe_filename): Documented. - (camel_read): Moved here from camel-io.c - (camel_write): Same. - - * camel-io.[c,h]: Removed. - - * camel-uid-cache.c (camel_uid_cache_new): Use the - camel-file-utils.c version of mkdir. - -2003-07-07 Jeffrey Stedfast <fejj@ximian.com> - - * camel-session.c (camel_session_init): Updated for string-utils - namespace changes. - - * camel-provider.c: Updated for string-utils namespace changes. - - * camel-mime-part.c (init_header_name_table): Updated for - string-utils namespace changes. - - * camel-mime-message.c (camel_mime_message_class_init): Updated - for string-utils namespace changes. - (camel_mime_message_init): Same. - - * camel-mime-filter-enriched.c - (camel_mime_filter_enriched_class_init): Updated for string-utils - namespace changes. - - * camel-folder-summary.c (camel_folder_summary_init): Updated for - string-utils namespace changes. - - * camel-string-utils.[c,h]: Renamed from string-utils.[c,h] and - also namespaced all functions. - 2003-07-01 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-digest-md5.c (digest_response): Don't quote the @@ -219,7 +27,6 @@ * camel-mime-utils.c (header_format_date): Put day of week into outgoing email. - 2003-06-25 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-summary.h: Added prototype for diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index fee38ab9c3..8ea952a042 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -35,6 +35,7 @@ #include <glib.h> #include "camel-folder-search.h" +#include "string-utils.h" #include "camel-exception.h" #include "camel-medium.h" diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index ff2c0bb5fd..2b71ec3866 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2000-2003 Ximian Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: Michael Zucchi <notzed@ximian.com> * Jeffrey Stedfast <fejj@ximian.com> @@ -27,23 +27,24 @@ #endif #include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <sys/types.h> -#include <sys/param.h> /* for MAXHOSTNAMELEN */ #include <sys/stat.h> -#include <pthread.h> -#include <unistd.h> -#include <regex.h> +#include <sys/param.h> /* for MAXHOSTNAMELEN */ #include <fcntl.h> -#include <errno.h> -#include <ctype.h> -#include <time.h> +#include <stdlib.h> +#include <string.h> +#include <unistd.h> #ifndef MAXHOSTNAMELEN #define MAXHOSTNAMELEN 1024 #endif +#include <time.h> + +#include <ctype.h> +#include <errno.h> +#include <regex.h> + #include <glib.h> #include <gal/util/e-iconv.h> #include <e-util/e-time-utils.h> @@ -52,6 +53,10 @@ #include "camel-charset-map.h" #include "camel-service.h" /* for camel_gethostbyname() */ +#ifdef ENABLE_THREADS +#include <pthread.h> +#endif + #ifndef CLEAN_DATE #include "broken-date-parser.h" #endif @@ -3775,9 +3780,14 @@ header_raw_clear(struct _header_raw **list) char * header_msgid_generate (void) { +#ifdef ENABLE_THREADS static pthread_mutex_t count_lock = PTHREAD_MUTEX_INITIALIZER; #define COUNT_LOCK() pthread_mutex_lock (&count_lock) #define COUNT_UNLOCK() pthread_mutex_unlock (&count_lock) +#else +#define COUNT_LOCK() +#define COUNT_UNLOCK() +#endif /* ENABLE_THREADS */ char host[MAXHOSTNAMELEN]; struct hostent *h = NULL; static int count = 0; diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 4a4fb85ecb..f0ed2b06f3 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -66,9 +66,8 @@ #include "camel-stream-filter.h" #include "camel-stream-mem.h" #include "camel-stream.h" +#include "string-utils.h" #include "camel-private.h" -#include "camel-string-utils.h" -#include "camel-file-utils.h" #define d(x) @@ -218,7 +217,7 @@ camel_imap_folder_new (CamelStore *parent, const char *folder_name, const char *short_name; char *summary_file; - if (camel_mkdir (folder_dir, S_IRWXU) != 0) { + if (camel_mkdir_hier (folder_dir, S_IRWXU) != 0) { camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, _("Could not create directory %s: %s"), folder_dir, g_strerror (errno)); |