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 | |
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')
-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 |