diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-vtrash.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ab05173d79..5094dca416 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-02-20 Not Zed <NotZed@Ximian.com> + + * mail-vtrash.c: Include the camel-vee-store.h header from the + uninstalled copy. + 2001-02-19 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (mail_load_storages): Create vTrash folders diff --git a/mail/mail-vtrash.c b/mail/mail-vtrash.c index f48be207eb..15f9c54605 100644 --- a/mail/mail-vtrash.c +++ b/mail/mail-vtrash.c @@ -36,7 +36,7 @@ #include "mail-mt.h" #include "camel/camel.h" -#include "camel/camel-vee-store.h" +#include "camel/providers/vee/camel-vee-store.h" #include "filter/vfolder-rule.h" #include "filter/filter-part.h" |