Hi, your plugin did what I wanted thanks, just one thing- the icon in the settings does not show up so I replaced:
<h2><img src="<?php bloginfo('url'); ?>/wp-content/plugins/comment-emailer/images/email-icon.png"/> Commented Emailer</h2>
with:
<div id="icon-options-general" class="icon32">
</div><h2>Commented Emailer</h2>
in comment-emailer.php