URI:
       t+ is not a valid tag (Lou Kamenov) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b99162de123fd5f99613cfc721982b3400b92f80
   DIR parent df5d363ddd45a834d2b9d4df8e240760d054abf7
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  3 Mar 2006 17:49:38 +0000
       
       + is not a valid tag (Lou Kamenov)
       
       Diffstat:
         M src/cmd/upas/nfs/imap.c             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c
       t@@ -55,7 +55,7 @@ static struct {
        
        int                        chattyimap;
        
       -static char        *tag = "+";
       +static char        *tag = "#";
        
        static void        checkbox(Imap*, Box*);
        static char*        copyaddrs(Sx*);