diff options
Diffstat (limited to 'camel/providers/mbox/camel-mbox-summary.h')
-rw-r--r-- | camel/providers/mbox/camel-mbox-summary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.h b/camel/providers/mbox/camel-mbox-summary.h index fb31002320..b4e59fa343 100644 --- a/camel/providers/mbox/camel-mbox-summary.h +++ b/camel/providers/mbox/camel-mbox-summary.h @@ -74,6 +74,8 @@ int camel_mbox_summary_load(CamelMboxSummary *mbs, int forceindex); int camel_mbox_summary_update(CamelMboxSummary *mbs, off_t offset); /* perform a folder sync or expunge, if needed */ int camel_mbox_summary_sync (CamelMboxSummary *mbs, gboolean expunge, CamelException *ex); +/* generate a From line from headers */ +char *camel_mbox_summary_build_from(struct _header_raw *header); #endif /* ! _CAMEL_MBOX_SUMMARY_H */ |