diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-01 04:53:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-01 04:53:32 +0800 |
commit | 483d4847364b887974668b846b94e3408dae2c63 (patch) | |
tree | 18ade9837f45ce614315ea1346ed1f0846911c20 /composer/e-msg-composer-hdrs.c | |
parent | dc5bdac612b34a0b39b8b0c9680f8f62d034afd4 (diff) | |
download | gsoc2013-evolution-483d4847364b887974668b846b94e3408dae2c63.tar.gz gsoc2013-evolution-483d4847364b887974668b846b94e3408dae2c63.tar.zst gsoc2013-evolution-483d4847364b887974668b846b94e3408dae2c63.zip |
(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
Diffstat (limited to 'composer/e-msg-composer-hdrs.c')
-rw-r--r-- | composer/e-msg-composer-hdrs.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |