git.fiddlerwoaroof.com
Browse code

2007-05-29 Kevin Layer <layer@gemini.franz.com>

layer authored on 29/05/2007 18:25:50
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2007-05-29  Kevin Layer  <layer@gemini.franz.com>
2
+
3
+	* mime-parse.cl: fix from dancy for parse-mime-structure
4
+
1 5
 2007-04-12  Ahmon Dancy  <dancy@dancy>
2 6
 
3 7
 	* rfe7016: Increased verbosity of smtp transaction failures.
... ...
@@ -14,7 +14,7 @@
14 14
 ;; merchantability or fitness for a particular purpose.  See the GNU
15 15
 ;; Lesser General Public License for more details.
16 16
 ;;
17
-;; $Id: mime-parse.cl,v 1.4 2007/04/17 22:01:42 layer Exp $
17
+;; $Id: mime-parse.cl,v 1.5 2007/05/29 18:25:50 layer Exp $
18 18
 
19 19
 (defpackage :net.post-office
20 20
   (:use #:lisp #:excl)
... ...
@@ -67,10 +67,7 @@
67 67
   `(cdr (assoc ,name ,headers :test #'equalp)))
68 68
 
69 69
 (defun parse-mime-structure (stream &key mbox)
70
-  (multiple-value-bind (part stop newpos)
71
-      (parse-mime-structure-1 stream nil nil 0 mbox)
72
-    (declare (ignore stop))
73
-    (values part newpos)))
70
+  (parse-mime-structure-1 stream nil nil 0 mbox))
74 71
 
75 72
 ;; Returns values:
76 73
 ;; 1) The part