]> code.citadel.org Git - citadel.git/commitdiff
* Allow client to supply EID in "notes" rooms.
authorArt Cancro <ajc@citadel.org>
Thu, 26 Jan 2006 20:38:44 +0000 (20:38 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 26 Jan 2006 20:38:44 +0000 (20:38 +0000)
citadel/ChangeLog
citadel/msgbase.c

index 29142d9f16b8b3c6fc390b25444864adc84c3ce9..9a6b3d6b74057d2f7614f60ca221009be432a7ef 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Thu Jan 26 15:38:20 EST 2006 ajc
+* Allow client to supply EID in "notes" rooms.
+
 Mon Jan 23 22:22:18 EST 2006 ajc
 * In WIKI rooms, clients can supply a message EUID
 
index 8bc08b20113dc964fcff224c0d0ec659cc407469..ce743e39fdef71051ffd47907f7f987640befc46 100644 (file)
@@ -3008,6 +3008,7 @@ void cmd_ent0(char *entargs)
        extract_token(cc, entargs, 7, '|', sizeof cc);
        extract_token(bcc, entargs, 8, '|', sizeof bcc);
        switch(CC->room.QRdefaultview) {
+               case VIEW_NOTES:
                case VIEW_WIKI:
                        extract_token(supplied_euid, entargs, 9, '|', sizeof supplied_euid);
                        break;