From 483d4847364b887974668b846b94e3408dae2c63 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 30 Nov 2003 20:53:32 +0000 Subject: (create_headers): #if 0 the "post to" stuff for now (it requires the global_shell_client and the evolution_folder_selector_button which we don't have anymore). svn path=/trunk/; revision=23504 --- composer/ChangeLog | 6 ++++++ composer/e-msg-composer-hdrs.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index f16791ccfb..158b0d0a2f 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2003-11-30 Ettore Perazzoli + + * e-msg-composer-hdrs.c (create_headers): #if 0 the "post to" + stuff for now (it requires the global_shell_client and the + evolution_folder_selector_button which we don't have anymore). + 2003-11-26 Chris Toshok * e-msg-composer.c (build_message): switch from just checking diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c index 23c24a339a..01fc90b5f2 100644 --- a/composer/e-msg-composer-hdrs.c +++ b/composer/e-msg-composer-hdrs.c @@ -52,8 +52,6 @@ #include "e-msg-composer-hdrs.h" #include "mail/mail-config.h" -extern EvolutionShellClient *global_shell_client; - /* Indexes in the GtkTable assigned to various items */ @@ -543,7 +541,8 @@ create_headers (EMsgComposerHdrs *hdrs) _("Enter the addresses that will receive a carbon copy of " "the message without appearing in the recipient list of " "the message.")); - + +#if 0 /* FIXME */ /* * Post-To */ @@ -551,6 +550,7 @@ create_headers (EMsgComposerHdrs *hdrs) priv->post_to.entry = evolution_folder_selector_button_new ( global_shell_client, _("Posting destination"), NULL, posting_types); +#endif } static void -- cgit v1.2.3