Bugs item #2834441, was opened at 2009-08-09 15:57
Message generated for change (Tracker Item Submitted) made by miandr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2834441&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andrey Miheev (miandr)
Assigned to: Nobody/Anonymous (nobody)
Summary: setting create_mailbox_subdirs doesn't send welcome mail
Initial Comment:
Setting create_mailbox_subdirs does not set checkbox "Send Welcome mail" checked. This is because of error in create-mailbox.php:
string <?php print (isset($CONF['create_mailbox_subdirs'])) ? '' : 'checked'; ?>
should be <?php print (isset($CONF['create_mailbox_subdirs'])) ? 'checked' : ''; ?>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2834441&group_id=191583
|