aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-29 06:38:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-29 06:38:08 +0800
commit61e47e195ea3084227b2a986e055bfdb7e18444b (patch)
treeaf5198b907c8cfaed97945b370e5b41ae467fedf /camel/providers/nntp
parente77919dfff8b7e026cb259572589b46d4a3a6e25 (diff)
downloadgsoc2013-evolution-61e47e195ea3084227b2a986e055bfdb7e18444b.tar.gz
gsoc2013-evolution-61e47e195ea3084227b2a986e055bfdb7e18444b.tar.zst
gsoc2013-evolution-61e47e195ea3084227b2a986e055bfdb7e18444b.zip
Init the nntp url hash and url_equal functions.
2001-09-28 Jeffrey Stedfast <fejj@ximian.com> * providers/nntp/camel-nntp-provider.c (camel_provider_module_init): Init the nntp url hash and url_equal functions. * providers/sendmail/camel-sendmail-provider.c (camel_provider_module_init): Init the sendmail url hash and url_equal functions. * providers/smtp/camel-smtp-provider.c (camel_provider_module_init): Init the smtp url hash and url_equal functions. * providers/pop3/camel-pop3-provider.c (camel_provider_module_init): Init the pop3 url hash and url_equal functions. * providers/imap/camel-imap-provider.c (camel_provider_module_init): Init the imap url hash and url_equal functions. * providers/local/camel-local-provider.c (camel_provider_module_init): Init the local url hash and url_equal functions. * camel-session.c (camel_session_class_init): Init the vfolder url hash and url_equal functions. * camel-provider.h: Added url_hash and url_equal function pointers to the structure. * camel-vtrash-folder.c (vtrash_move_messages_to): Oops, a CamelFolder is not a CamelFolderClass. svn path=/trunk/; revision=13237
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r--camel/providers/nntp/camel-nntp-provider.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c
index cb08912b83..a8afe48c02 100644
--- a/camel/providers/nntp/camel-nntp-provider.c
+++ b/camel/providers/nntp/camel-nntp-provider.c
@@ -61,7 +61,9 @@ camel_provider_module_init (CamelSession *session)
camel_nntp_store_get_type();
news_provider.service_cache = g_hash_table_new (nntp_url_hash, nntp_url_equal);
-
+ news_provider.url_hash = nntp_url_hash;
+ news_provider.url_equal = nntp_url_equal;
+
camel_session_register_provider (session, &news_provider);
}
2a'>Building rsync against zlib from base is NOT broken but leads to an unexpectedehaupt2014-07-041-1/+1 * Bump revision after r359812 introduced a runtime fixbdrewery2014-07-031-1/+1 * <OPT>_CONFIGURE_ARGS does not exists, fixbapt2014-06-301-1/+1 * Unbreak build: Fix typo in popt library dependency (missing p character),mandree2014-06-291-1/+1 * Use OPTIONS helpers.adamw2014-06-281-50/+20 * After the update from 3.1.0 to 3.1.1 the zlib from our base does not workehaupt2014-06-271-2/+3 * - Update to 3.1.1ehaupt2014-06-273-126/+7 * - Turn file system flags support patch option on by default. FreeBSD has hadehaupt2014-04-154-11/+21 * - Bump PORTREVISION after the latest change to converters/libiconv becausetijl2014-03-251-23/+18 * Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-2/+0 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook.ehaupt2013-11-051-1/+1 * Since the last update the RENAMED and FLAGS patch do not apply together anymore.ehaupt2013-10-242-2/+120 * Support staging.ehaupt2013-10-232-11/+6 * Re-add ICONV to OPTIONS_DEFINE. This went missing during theehaupt2013-10-041-1/+1 * The previously introduced "fix" for the supposedly ignored --with-rsyncd-confehaupt2013-10-041-4/+1 * Provide a patch to workaround a problem with the configure script ignoringehaupt2013-10-031-0/+4 * Actually remove files/extrapatch-detect-renamed.diffehaupt2013-10-021-759/+0 * - Update to 3.1.0ehaupt2013-10-024-44/+36 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1 * Remove indefinite article from COMMENTehaupt2013-03-081-1/+1 * - Use DOC instead of NOPORTDOCSehaupt2013-01-151-4/+2 * Provide an extra patch to for rsync to support overwriting files with schg set.ehaupt2013-01-112-1/+23 * Restore 'Created by' header information. This has been removed during theehaupt2012-11-041-0/+1 * Fix a condition to correctly check whether the SSH option is used. This errorehaupt2012-09-121-1/+3 * - Use OPTIONSngehaupt2012-09-111-29/+26 * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1 * Provide an improved version of the "renamed file detection" patch.ehaupt2012-07-182-1/+762 * Turn off non standard patch (RENAMED) by default. This slipped in on accidentehaupt2012-04-051-1/+1 * Introduce an option that builds rsync with the "detect-renamed" patch. Itehaupt2012-04-041-2/+8 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * Update to 3.0.9ehaupt2011-09-242-7/+7 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3 * Update to 3.0.8ehaupt2011-03-272-5/+5 * Add LICENSE and remove MD5 sums.ehaupt2011-01-262-2/+2 * Remove dead mirrorehaupt2010-10-141-1/+0 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * Update to 3.0.7ehaupt2010-01-012-7/+7 * Prevent the unnecessary usage of perl (if present) during configure.ehaupt2009-09-151-1/+3 * Remove USE_PERL5_BUILD, since perl is not needed anymore to build.ehaupt2009-09-071-1/+0 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+3 * Update to 3.0.6ehaupt2009-05-112-7/+7 * Mark MAKE_JOBS_SAFEehaupt2009-03-271-1/+2 * Update to 3.0.5ehaupt2008-12-292-7/+7 * Update to 3.0.4ehaupt2008-09-072-7/+8 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Add support for --atimes patch, which preserves access times.koitsu2008-07-091-1/+13 * Update to 3.0.3ehaupt2008-07-023-19/+7 * Provide an optional "Time limit patch"ehaupt2008-06-261-2/+11 * All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.ehaupt2008-06-021-2/+1 * Merge a patch from cvs which fixes a file-globbing bug in the daemon when chrootehaupt2008-05-312-0/+12 * Rework WITHOUT_ICONV build optionehaupt2008-05-071-6/+3 * Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined.ehaupt2008-04-092-7/+14 * - Update to 3.0.1ehaupt2008-04-042-8/+9 * Only download patchset if needed.ehaupt2008-03-261-1/+4 * Add optional iconv supportehaupt2008-03-121-1/+9 * Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls supportehaupt2008-03-071-1/+1 * - Provide two additional build OPTIONS:ehaupt2008-03-072-2/+21 * - Update to 3.0.0pav2008-03-045-472/+4 * - Add a knob to apply atimes patch from vendor distributionpav2008-02-221-0/+20 * - Add a vendor patch that adds a new option "munge symlinks".pav2007-12-032-1/+341 * - Fix off-by-one buffer overflow in f_name() function. It is not clear if thispav2007-08-232-0/+61 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-7/+7 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * - Respect CFLAGS with POPT optionpav2007-04-271-1/+1 * - Fix --acls with --deletepav2007-04-092-3/+27 * - Fix IGNORE conditional (typo)pav2006-12-171-1/+1 * - Update to 2.6.9pav2006-11-223-108/+13 * - Allow build with custom CFLAGSpav2006-09-021-0/+4 * - Rid the tree of double slashes in URL pathssat2006-07-281-1/+1 * - Remove dead master sitepav2006-06-011-2/+1 * - Patch strip for everyone!pav2006-05-312-9/+7 * - Apply vendor patch to fix 'unexpected tag 3' errorspav2006-05-302-1/+99 * - Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSDpav2006-05-101-0/+2 * - Fix typopav2006-05-101-1/+1 * - Convert to OPTIONSpav2006-05-101-31/+28 * - Update to 2.6.8pav2006-04-253-25/+4 * - Fix logging of "connect from" messagepav2006-04-042-0/+21 * - Update to 2.6.7pav2006-03-153-7/+5 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1 * - Add some SHA256spav2005-11-241-0/+1 * - Update to 2.6.6pav2005-07-303-24/+3 * - Update to 2.6.5, make fetchable againpav2005-06-063-16/+4 * - Fix incompatibility with older version when used with --exclude optionpav2005-05-212-0/+12 * - Update to 2.6.4pav2005-05-178-508/+5 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-11