Koozali.org: home of the SME Server

horde message

jamson

horde message
« on: November 08, 2002, 03:18:39 PM »
Hi all,

I am getting plenty of log in /var/log/message as below when user check email via imap. Just wonder what this message mean and any major concern.

-------------------------------------------------------------------------------------
Nov  8 20:09:54 e-smith httpd: PHP Warning:  Undefined index:  allow_resume_all_in_drafts in /home/httpd/html/horde/imp/templates/message/navbar.inc on line 19
Nov  8 20:09:54 e-smith httpd: PHP Warning:  Undefined index:  allow_resume_all_in_drafts in /home/httpd/html/horde/imp/templates/message/navbar.inc on line 19
-------------------------------------------------------------------------------------------------

I cut and paste line 19 for home/httpd/html/horde/imp/templates/message/navbar.inc
------------------------------------------------------------------------------------------------
getValue('drafts_folder')) || (isset($h->Draft) && $h->Draft == 'X')): ?>
--------------------------------------------------------------------------------------