From 1d360dbecc67068363ed4bb6f4faecea28744527 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 18 Apr 2003 16:21:23 +0000 Subject: [PATCH] . original commit: 93d1c4912fb18716677b07c6cc46f07caa725b0b --- collects/net/imap-unit.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/net/imap-unit.ss b/collects/net/imap-unit.ss index dff1295..25f549e 100644 --- a/collects/net/imap-unit.ss +++ b/collects/net/imap-unit.ss @@ -318,7 +318,8 @@ [(!) "FLAGS.SILENT"] [else (raise-type-error 'imap-store - "mode: '!, '+, or '-")]) + "mode: '!, '+, or '-" + mode)]) flags) void))))