Fix thinko in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 01:23:05 +0000 (01:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 01:23:05 +0000 (01:23 +0000)
v7/src/imail/imap-syntax.scm

index 2e4de48e3d0330d7bd90678c8255d0aeb137199f..4667ba4443868c7c6226936a8d76ad6fbc0eba88 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imap-syntax.scm,v 1.14 2000/07/05 01:14:01 cph Exp $
+;;; $Id: imap-syntax.scm,v 1.15 2000/07/05 01:23:05 cph Exp $
 ;;;
 ;;; Copyright (c) 2000 Massachusetts Institute of Technology
 ;;;
 (define (url:decoding-parser match-encoded keyword)
   (decoding-parser match-encoded
                   url:decode-substring
-                  (simple-parser match-always keyword)))
+                  (simple-parser (lambda (string start end)
+                                   string start
+                                   end)
+                                 keyword)))
 
 (define (imap:server-parser allow-auth?)
   (sequence-parser