From c089061f4df4c64ecbdc3e7628a28e9a65de6fc2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 5 Sep 2000 20:44:36 +0000 Subject: Re-rename "Sent". * component-factory.c (owner_set_cb): Re-rename "Sent". svn path=/trunk/; revision=5207 --- mail/ChangeLog | 2 ++ mail/component-factory.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 + * 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 (); -- cgit