Reported by rclemings in #2078663: Modules disabled after upgrade:
On both admin/build/mailhandler/import/settings and admin/build/mailhandler/list/[mailboxname]/edit, the "more settings" link at the bottom of the page does not open the appropriate section. It doesn't do anything, in fact, except add "#fieldset" to the URL.
If I remove line 36 from sites/all/modules/contrib/mailhandler/plugins/ctools/export_ui/mailhandler_mailbox_ui.class.php:
'#after_build' => array('_mailhandler_include_js'),
... then the "more settings" section opens as it should.
Hope that helps. FWIW I'm using Chrome Version 29.0.1547.57 m on Windows 7. Haven't tried it in other browsers yet.
Maintainer: I've confirmed that this exists in 6.x, but not 7.x
Comments
Comment #1
danepowell commentedOkay, I think I fixed it. Try this patch or wait for a new development release to roll.
http://drupalcode.org/project/mailhandler.git/commit/9d19983
Comment #2
rclemings commentedLooks good, thanks.