1.1 --- a/src/org/sonews/storage/Channel.java Sun Aug 29 23:23:15 2010 +0200
1.2 +++ b/src/org/sonews/storage/Channel.java Mon Aug 30 00:20:06 2010 +0200
1.3 @@ -39,12 +39,14 @@
1.4 * the mailing list gateway.
1.5 */
1.6 public static final int MAILINGLIST = 0x1;
1.7 +
1.8 /**
1.9 * If this flag is set the Group is marked as readonly and the posting
1.10 * is prohibited. This can be useful for groups that are synced only in
1.11 * one direction.
1.12 */
1.13 public static final int READONLY = 0x2;
1.14 +
1.15 /**
1.16 * If this flag is set the Group is marked as deleted and must not occur
1.17 * in any output. The deletion is done lazily by a low priority daemon.