Index: webform.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/includes/webform.admin.inc,v
retrieving revision 1.4.2.4
diff -u -r1.4.2.4 webform.admin.inc
--- webform.admin.inc	30 Aug 2010 20:22:15 -0000	1.4.2.4
+++ webform.admin.inc	23 Feb 2011 00:49:10 -0000
@@ -79,6 +79,7 @@
     ),
     '#default_value' => variable_get('webform_default_format', 0),
     '#description' => t('The default format for new e-mail settings. Webform e-mail options take precedence over the settings for system-wide e-mails configured in MIME mail.'),
+    '#access' => module_exists('mimemail'),
   );
 
   $form['email']['webform_format_override']  = array(
@@ -90,6 +91,7 @@
     ),
     '#default_value' => variable_get('webform_format_override', 0),
     '#description' => t('Force all webform e-mails to be sent in the default format.'),
+    '#access' => module_exists('mimemail'),
   );
 
   $form['advanced'] = array(
