Current condition: In the email list page from admin panel, there is a checkbox located at left side of the record. This checkbox state will always disabled at the first record/item in the list
After modification: The checkbox state will disable in the record/item which is the default email item in the preference setting.
Open \include\class.config.php, FIND:
function getDefaultEmailId(){
return $this->config;
}
REPLACE WITH:
function getDefaultEmailId(){
return $this->config;
}
Best regards,
Masino Sinaga