diff options
author | rsc <devnull@localhost> | 2006-03-03 17:49:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-03-03 17:49:38 +0000 |
commit | b99162de123fd5f99613cfc721982b3400b92f80 (patch) | |
tree | c53b332a205823a4e8e984cef3daa053d63589d8 /src/cmd/upas | |
parent | df5d363ddd45a834d2b9d4df8e240760d054abf7 (diff) | |
download | plan9port-b99162de123fd5f99613cfc721982b3400b92f80.tar.gz plan9port-b99162de123fd5f99613cfc721982b3400b92f80.tar.bz2 plan9port-b99162de123fd5f99613cfc721982b3400b92f80.zip |
+ is not a valid tag (Lou Kamenov)
Diffstat (limited to 'src/cmd/upas')
-rw-r--r-- | src/cmd/upas/nfs/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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*); |