diff options
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/component-factory.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b94ace7e04..e5852981b5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2000-09-05 Dan Winship <danw@helixcode.com> + * component-factory.c (owner_set_cb): Re-rename "Sent". + * folder-browser.c (fb_resize_cb): Remove the "+ 90" here since it seems to break things for me, and it's not commented anyway and there's no excuse for adding 90 to a number with no explanation. diff --git a/mail/component-factory.c b/mail/component-factory.c index 636776692d..608328c133 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -119,7 +119,7 @@ owner_set_cb (EvolutionShellComponent *shell_component, mail_config_init (); mail_do_setup_folder ("Drafts", &drafts_folder); mail_do_setup_folder ("Outbox", &outbox_folder); - mail_do_setup_folder ("Sent Messages", &sent_folder); + mail_do_setup_folder ("Sent", &sent_folder); /* Don't proceed until those _folder variables are valid. */ mail_operation_wait_for_finish (); |