aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-05 13:33:55 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-05 13:33:55 +0800
commitf4b7a4632573de34280e904bfb03a410a1fa1dbf (patch)
treeb7b45a3424645a6836587c214dc5dfb2737239ef /camel/providers
parent1208f96fe41fa87dfab2ee0a3b67a822380aeb27 (diff)
downloadgsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.gz
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.zst
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.zip
Tons of fixes to fix things
svn path=/trunk/; revision=2057
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/mbox/camel-mbox-folder.c2
-rw-r--r--camel/providers/mbox/camel-mbox-parser.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.c b/camel/providers/mbox/camel-mbox-folder.c
index cc3839abb6..34d3a5783a 100644
--- a/camel/providers/mbox/camel-mbox-folder.c
+++ b/camel/providers/mbox/camel-mbox-folder.c
@@ -1022,7 +1022,7 @@ _get_message_by_uid (CamelFolder *folder, const gchar *uid, CamelException *ex)
CamelMimeMessage *message = NULL;
CamelStore *parent_store;
- CAMEL_LOG_FULL_DEBUG ("Entering CamelMboxFolder::get_uid_list\n");
+ CAMEL_LOG_FULL_DEBUG ("Entering CamelMboxFolder::get_message_by_uid\n");
searched_uid = strtoul(uid, (char **)NULL, 10);
diff --git a/camel/providers/mbox/camel-mbox-parser.c b/camel/providers/mbox/camel-mbox-parser.c
index d730c07aa6..b17c5c1e95 100644
--- a/camel/providers/mbox/camel-mbox-parser.c
+++ b/camel/providers/mbox/camel-mbox-parser.c
@@ -380,7 +380,7 @@ new_message_detected (CamelMboxPreParser *parser)
/* if we were filling a message information
save it in the message information array */
-
+ CAMEL_LOG_FULL_DEBUG (" Message position : %d\n", parser->real_position);
if (parser->is_pending_message) {
parser->current_message_info.size =
parser->real_position - parser->current_message_info.message_position;
deletions'>-37/+89 * More OPTIONS change of UCS2->UCS4 which is missed in previous commit.perky2004-06-281-1/+1 * Test lack of non-default options for CONFIG-unaware environmentsperky2004-06-281-3/+3 * Use OPTIONS.perky2004-05-071-12/+13 * Reduce configure warning.perky2004-04-181-0/+1 * Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1 * Update to Python development snapshot as of 040311.perky2004-03-113-6/+133 * Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-092-1/+3 * Build and install a shared library and its frontend besides static oneperky2004-03-082-19/+51 * Fix plist.perky2004-01-091-0/+1 * Add missed deltas on 2.4 040106 update.perky2004-01-092-7/+23 * Update python-devel to 2.4 20040106 snapshot.perky2004-01-091-2/+5 * Add WWW.demon2003-12-041-0/+2 * Ignore syntax errors on compiling 3rd party packages.perky2003-11-161-0/+16 * - Include pyexpat module in python base ports because python incorporatedperky2003-11-053-1/+3 * - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-306-35/+68 * Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-221-2/+2 * BUILD_STATIC by default as lang/python does.perky2003-08-231-1/+2 * Update to 2.4a0 snapshot of 1 Aug 2003perky2003-08-013-10/+10 * Update to 2.3c1perky2003-07-195-21/+13 * o Utilize MASTER_SITE_PYTHON.perky2003-07-043-19/+33 * Update new python-devel port to 2.3.b2.perky2003-07-034-445/+864 * Take maintainerships from alane's python ports.perky2003-06-091-1/+1 * REST IN PEACEwill2003-06-091-1/+1 * Update to 2.2.3perky2003-06-043-4/+62 * Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-072-1/+1 * PORTREVSION => 2.alane2002-11-222-170/+2 * PORTREVISION => 1alane2002-11-221-0/+12 * PORTREVISION => 1alane2002-11-222-2/+168 * Simplified threads configuration.alane2002-11-211-3/+5 * Take over as maintainer since tg is taking a leave of absence from portalane2002-11-161-1/+1 * Upgrade to Python-2.2.2.perky2002-10-175-30/+44 * Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-6/+6 * Fix building on the Alpha.tg2002-05-162-4/+10 * Add patch from SF PR #541980. This fixes 4suite.tg2002-04-171-0/+14 * Upgrade to Python-2.2.tg2002-04-124-64/+6 * Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-021-0/+2 * Explicitly enable IPv6 support.tg2002-04-021-2/+8 * Fix sizeof(wchar_t) calculation.tg2002-01-211-0/+10 * Implement PyObject_DelItemString(), which was obviously forgotten fortg2002-01-162-0/+57 * Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.tg2002-01-074-134/+346 * Re-add fpectl.so to the plist to fix packaging. Re-enable supporttg2001-11-202-2/+2 * Don't build mpz extension, it's moved to a separate port.tg2001-10-193-10/+3 * Depend on math/libgmp when running a recent -current.tg2001-09-251-0/+6