diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <ettore@ximian.com> + + * 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 <toshok@ximian.com> * 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 |