aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-summary.c
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-30 09:05:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-30 09:05:18 +0800
commit3cc160e17bf44a489cf9f3ed87ca035a39941215 (patch)
treeccb16bf9d9e4ae022a246620103fdbbf65cd3b01 /camel/providers/mbox/camel-mbox-summary.c
parent86b0250cb7e97b183638154b6bd530b1e95950fc (diff)
downloadgsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar.gz
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar.bz2
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar.lz
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar.xz
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.tar.zst
gsoc2013-evolution-3cc160e17bf44a489cf9f3ed87ca035a39941215.zip
diff -r1.206 ChangeLog
2a3,9 > * camel-store.c (camel_store_init): Move it to here. If this > level is going to maintain it, it should set it up. Lets see what > caching folders breaks :( > > * providers/pop3/camel-pop3-store.c (camel_pop3_store_init): Dont > init folder cache here. > 7a15,16 > (camel_mbox_summary_expunge): Remove some debug, and dont offset > frompos? svn path=/trunk/; revision=3274
Diffstat (limited to 'camel/providers/mbox/camel-mbox-summary.c')
-rw-r--r--camel/providers/mbox/camel-mbox-summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c
index 4ee38b24fc..a5cd61b596 100644
--- a/camel/providers/mbox/camel-mbox-summary.c
+++ b/camel/providers/mbox/camel-mbox-summary.c
@@ -683,13 +683,13 @@ camel_mbox_summary_expunge(CamelMboxSummary *mbs)
goto error;
}
/* update from pos here? */
- info->frompos += offset;
+ /*info->frompos += offset;*/
} else {
d(printf("Nothing to do for this message\n"));
}
}
if (!quick && info!=NULL && offset!=0) {
- printf("offsetting content: %d\n", offset);
+ d(printf("offsetting content: %d\n", offset));
camel_folder_summary_offset_content(info->info.content, offset);
d(printf("pos = %d, endpos = %d, bodypos = %d\n",
info->info.content->pos,