diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-18 21:20:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-18 21:20:41 +0800 |
commit | 50822889bc546a1be8ca4f568b848cec79c99237 (patch) | |
tree | 6e8f20f96d5589cab8fd33992d874fa905b03722 /mail/mail-config.h | |
parent | dfade5600534026595bd1f9819077e4d401cbf63 (diff) | |
download | gsoc2013-evolution-50822889bc546a1be8ca4f568b848cec79c99237.tar.gz gsoc2013-evolution-50822889bc546a1be8ca4f568b848cec79c99237.tar.zst gsoc2013-evolution-50822889bc546a1be8ca4f568b848cec79c99237.zip |
save the source and transport vbox's to enable/disable the whole lot
2004-03-18 Not Zed <NotZed@Ximian.com>
* mail-account-gui.c (mail_account_gui_new): save the source and
transport vbox's to enable/disable the whole lot easier.
(mail_account_gui_setup): enable above based on perms.
(mail_account_gui_build_extra_conf): also disable extra page, as
above.
* em-account-prefs.c (account_cursor_change): disable the whole
account editor if accounts are ro.
svn path=/trunk/; revision=25114
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 34b9d12498..36891eccb4 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -179,28 +179,6 @@ void mail_config_signature_emit_event (MailConfigSigEvent event, MailConfigSigna void mail_config_write_account_sig (EAccount *account, int i); char *mail_config_signature_run_script (char *script); -typedef enum _mail_config_item_t { - MAIL_CONFIG_ACCOUNTS, /* should this be on e-account-list? */ - MAIL_CONFIG_COMPOSER_CHARSET, - MAIL_CONFIG_COMPOSER_SEND_HTML, - MAIL_CONFIG_COMPOSER_MAGIC_SMILEYS, - MAIL_CONFIG_COMPOSER_SPELL_CHECK, - MAIL_CONFIG_FORMAT_FORWARD_STYLE, - MAIL_CONFIG_FORMAT_REPLY_STYLE, - MAIL_CONFIG_TRASH_EMPTY_ON_EXIT, - MAIL_CONFIG_TRASH_EMPTY_ON_EXIT_DAYS, - MAIL_CONFIG_DISPLAY_CHARSET, - MAIL_CONFIG_DISPLAY_HEADERS, - MAIL_CONFIG_DISPLAY_LABELS, - MAIL_CONFIG_DISPLAY_FONT_MONO, - MAIL_CONFIG_DISPLAY_FONT_PROP, - MAIL_CONFIG_DISPLAY_LOAD_HTTP, - - MAIL_CONFIG_ITEM_LAST -} mail_config_item_t; - -gboolean mail_config_writable(mail_config_item_t item); - #ifdef __cplusplus } #endif /* __cplusplus */ |