]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* Allow client to supply EID in "notes" rooms.
[citadel.git] / citadel / msgbase.c
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;