From b99162de123fd5f99613cfc721982b3400b92f80 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 3 Mar 2006 17:49:38 +0000 Subject: + is not a valid tag (Lou Kamenov) --- src/cmd/upas/nfs/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/upas') diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c index 21c180ab..546193ba 100644 --- a/src/cmd/upas/nfs/imap.c +++ b/src/cmd/upas/nfs/imap.c @@ -55,7 +55,7 @@ static struct { int chattyimap; -static char *tag = "+"; +static char *tag = "#"; static void checkbox(Imap*, Box*); static char* copyaddrs(Sx*); -- cgit v1.2.3