diff --git a/include/class.config.php b/include/class.config.php
index 95a5204e389b55c161cf192c1af9511793732e70..e4183779f4db2da35eea349b252512df97af2baf 100644
--- a/include/class.config.php
+++ b/include/class.config.php
@@ -313,7 +313,7 @@ class Config {
     }
         
     function canFetchMail() {
-        return ($this->config['enable_mail_fetch']);
+        return ($this->config['enable_mail_polling']);
     }
 
     function enableStaffIPBinding() {