Index: commentmail.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/commentmail/commentmail.module,v
retrieving revision 1.12.2.2
diff -u -p -r1.12.2.2 commentmail.module
--- commentmail.module	18 Mar 2007 14:40:23 -0000	1.12.2.2
+++ commentmail.module	15 Jan 2008 13:00:43 -0000
@@ -13,7 +13,8 @@ approve/edit/delete/ban: @quick_approve
 Name: @user  | Email: @mail  | URL: @homepage  | IP: @host
 Comment:
 
-@subject:
+@subject
+
 @comment
 
 approve/edit/delete/ban: @quick_approve
@@ -27,7 +28,8 @@ THIS COMMENT DOES NOT REQUIRE APPROVAL
 Name: @user  | Email: @mail  | URL: @homepage  | IP: @host
 Comment:
 
-@subject:
+@subject
+
 @comment
 
 edit/delete/ban: @quick_approve
@@ -102,7 +104,7 @@ function commentmail_menu($may_cache) {
 
 
 /**
- * Settings page callback function
+ * Settings page callback function.
  */
 function commentmail_admin_settings() {
   $form['commentmail_to'] = array(
@@ -132,7 +134,7 @@ function commentmail_admin_settings() {
   <dd>The title of the post this comment was submitted for.</dd>
 
   <dt>@quick_approve</dt>
-  <dd>The address the recipient can visit to view/edit/delete the comment - recommended.</dd>
+  <dd>The address the recipient can visit to view/edit/delete/approve the comment - recommended.</dd>
   
   <dt>@approval_url</dt>
   <dd>The address the recipient can visit to publish the comment.</dd>
@@ -244,7 +246,7 @@ function commentmail_comment($comment, $
             '@delete_url' => url('comment/delete/'. $comment_obj->cid, NULL, NULL, TRUE),
             '@ban_url' => url('comment/deleteban/'. $comment_obj->cid, NULL, NULL, TRUE),
             '@edit_url' => url('comment/edit/'. $comment_obj->cid, NULL, NULL, TRUE),
-            '@queue_url' => url('admin/comment/list/approval', NULL, NULL, TRUE),
+            '@queue_url' => url('admin/content/comment/list/approval', NULL, NULL, TRUE),
             '@view_url' => url('node/'. $node->nid, NULL, 'comment-'. $comment_obj->cid, TRUE),
             '@admin_url' => url('admin/content/comment', NULL, NULL, TRUE),
             '@host' => $comment_obj->hostname,
