]> code.citadel.org Git - citadel.git/commit
Creating a mailbox room no longer automatically sets
authorArt Cancro <ajc@citadel.org>
Sun, 24 Jun 2007 04:23:52 +0000 (04:23 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 24 Jun 2007 04:23:52 +0000 (04:23 +0000)
commit1e2954195f205d1a2a1be50c1f145228ca4fe954
treed70293bdd17ff125677cb91503f3ff807f37ea67
parentd998d3601407d81916625728dd26287a1bce71f4
Creating a mailbox room no longer automatically sets
the 'subject required' bit.  Instead, the server recommends a subject at ENT0 time
if the 'subject required' bit is set *or* there is at least one Internet email
recipient.  This allows local citadel users to send mail to each other without
subjects, which is customary.
* Also made the ENT0 result for this function numeric instead of a string.
citadel/ipcdef.h
citadel/msgbase.c
citadel/room_ops.c