diff -r 74139325d305 -r 73b21e9f3958 src/org/sonews/storage/Channel.java --- a/src/org/sonews/storage/Channel.java Sun Aug 29 18:17:37 2010 +0200 +++ b/src/org/sonews/storage/Channel.java Mon Aug 30 00:20:06 2010 +0200 @@ -39,12 +39,14 @@ * the mailing list gateway. */ public static final int MAILINGLIST = 0x1; + /** * If this flag is set the Group is marked as readonly and the posting * is prohibited. This can be useful for groups that are synced only in * one direction. */ public static final int READONLY = 0x2; + /** * If this flag is set the Group is marked as deleted and must not occur * in any output. The deletion is done lazily by a low priority daemon.