diff options
Diffstat (limited to 'src')
-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*); |