Fixup ignores.
authorJoe Marshall <jmarshall@alum.mit.edu>
Wed, 24 Feb 2010 19:51:50 +0000 (11:51 -0800)
committerJoe Marshall <jmarshall@alum.mit.edu>
Wed, 24 Feb 2010 19:51:50 +0000 (11:51 -0800)
src/imail/imail-top.scm

index cf6cb470875ecdad30802cd20d7e685f23a0088e..b54359eeaacc20e233bcddd38aea7867b2734807 100644 (file)
@@ -2567,7 +2567,7 @@ WARNING: With a prefix argument, this command may take a very long
 
 (define-method insert-mime-body-inline*
     (entity (body <mime-body>) selector context mark)
-  entity body selector context         ;ignore
+  entity selector                      ;ignore
   (call-with-auto-wrapped-output-mark
    mark
    (walk-mime-context-left-margin context)
@@ -2618,7 +2618,6 @@ WARNING: With a prefix argument, this command may take a very long
 
 (define-method compute-mime-body-outline
     ((body <mime-body-one-part>) name context)
-  context
   (append (call-next-method body name context)
          (list (let ((encoding (mime-body-one-part-encoding body)))
                  (and (not (known-mime-encoding? encoding))