diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-local.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ca384e1336..d490859326 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-13 Jason Leach <jleach@ximian.com> + + * mail-local.c (init_trash): Tell folder cache the path for our + Trash is /Trash, because that's what Shell needs to hear for + updating folders. + 2001-08-11 Jason Leach <jleach@ximian.com> * mail-offline-handler.c (impl_goOnline): Set the session as diff --git a/mail/mail-local.c b/mail/mail-local.c index e5cb0fb6d8..8602e4acb7 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -371,7 +371,7 @@ init_trash (CamelStore *store) mail_folder_cache_note_folder ("vtrash:file:/", store->vtrash); mail_folder_cache_set_update_lstorage ("vtrash:file:/", local_store->corba_storage, - "/local/Trash"); + "/Trash"); } } |