Mercurial > noffle
diff src/group.c @ 102:38b0a1532a37 noffle
[svn] Only track remote message no when subscribed
author | bears |
---|---|
date | Mon, 05 Jun 2000 09:57:05 +0100 |
parents | adf0af5152f7 |
children | 3c71e28c8eef |
line wrap: on
line diff
--- a/src/group.c Mon May 29 17:35:01 2000 +0100 +++ b/src/group.c Mon Jun 05 09:57:05 2000 +0100 @@ -7,7 +7,7 @@ loadGrp() and saveGrp(). This is done transparently. Access to the groups database is done by group name, by the functions defined in group.h. - $Id: group.c 67 2000-05-12 17:19:38Z enz $ + $Id: group.c 135 2000-06-05 08:57:05Z bears $ */ #if HAVE_CONFIG_H @@ -177,7 +177,7 @@ grp.dsc[ 0 ] = '\0'; grp.entry.first = 1; grp.entry.last = 0; - grp.entry.rmtNext = 0; + grp.entry.rmtNext = GRP_RMT_NEXT_NOT_SUBSCRIBED; grp.entry.created = 0; grp.entry.lastAccess = 0; grp.postAllow = 'y';