diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-08-27 00:20:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-08-27 00:20:17 +0800 |
commit | 180282f2014da13d762831a04fab51ff7b63b039 (patch) | |
tree | 9f19df474a10b830aa4d284291ea3aebc060f1da /mail/component-factory.c | |
parent | cd393b796468bf62fc9e9a75eba9f25c60efc5fe (diff) | |
download | gsoc2013-evolution-180282f2014da13d762831a04fab51ff7b63b039.tar.gz gsoc2013-evolution-180282f2014da13d762831a04fab51ff7b63b039.tar.zst gsoc2013-evolution-180282f2014da13d762831a04fab51ff7b63b039.zip |
Updated for camel namespace changes.
2003-08-26 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c: Updated for camel namespace changes.
* folder-browser.c: Same.
* mail-autofilter.c: Here too.
* mail-callbacks.c: And here.
* importers/evolution-mbox-importer.c: And finally here.
svn path=/trunk/; revision=22367
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 8789bcde8a..4f193e8d9d 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -531,7 +531,7 @@ message_rfc822_dnd (CamelFolder *dest, CamelStream *stream, CamelException *ex) camel_mime_parser_scan_from (mp, TRUE); camel_mime_parser_init_with_stream (mp, stream); - while (camel_mime_parser_step (mp, 0, 0) == HSCAN_FROM) { + while (camel_mime_parser_step (mp, 0, 0) == CAMEL_MIME_PARSER_STATE_FROM) { CamelMessageInfo *info; CamelMimeMessage *msg; |