* use eUsrAxlvl all over the place
[citadel.git] / citadel / textclient / messages.c
index 0434cd36d9f0918820753fec617b1d1973fe8435..20ab408a060e8842f1e12e4405abb500fafa2ee1 100644 (file)
@@ -1147,7 +1147,7 @@ int entmsg(CtdlIPC *ipc,
        /* Handle the selection of a recipient, if necessary. */
        strcpy(buf, "");
        if (need_recp == 1) {
-               if (axlevel >= 2) {
+               if (axlevel >= AxProbU) {
                        if (is_reply) {
                                strcpy(buf, reply_to);
                        } else {