aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-06 04:44:36 +0800
committerDan Winship <danw@src.gnome.org>2000-09-06 04:44:36 +0800
commitc089061f4df4c64ecbdc3e7628a28e9a65de6fc2 (patch)
tree1affcc84296f64037ebc0896d9060b135aac3726
parent7a21e4e9044d17d340e6e3ba2fbc4b110123d9f3 (diff)
downloadgsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar.gz
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar.bz2
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar.lz
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar.xz
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.tar.zst
gsoc2013-evolution-c089061f4df4c64ecbdc3e7628a28e9a65de6fc2.zip
Re-rename "Sent".
* component-factory.c (owner_set_cb): Re-rename "Sent". svn path=/trunk/; revision=5207
-rw-r--r--mail/ChangeLog2
-rw-r--r--mail/component-factory.c2
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 ();