From a3d3ec4a319212f72b9e8310db61b451a0d0c92a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 5 Jul 2000 01:23:05 +0000 Subject: [PATCH] Fix thinko in previous change. --- v7/src/imail/imap-syntax.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imap-syntax.scm b/v7/src/imail/imap-syntax.scm index 2e4de48e3..4667ba444 100644 --- a/v7/src/imail/imap-syntax.scm +++ b/v7/src/imail/imap-syntax.scm @@ -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 ;;; @@ -284,7 +284,10 @@ (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 -- 2.25.1