X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=df0c9363937d34dd383e66594ea76c3d3d0d8966;hb=4747f7076b243b679b41c262aeccdd4c9dfe6df1;hp=74f088a06aff2b39945e804ec846b20000a9a422;hpb=1f5e183c0f44238e59e78b1cbba783ac70bc5bc8;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 74f088a06..df0c93639 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -201,7 +201,7 @@ struct quickroom { #define MES_ERROR (-1) /* Can't send message due to bad address */ #define MES_LOCAL 0 /* Local message, do no network processing */ #define MES_INTERNET 1 /* Convert msg and send as Internet mail */ -#define MES_BINARY 2 /* Process recipient and send via Cit net */ +#define MES_IGNET 2 /* Process recipient and send via Cit net */ /****************************************************************************/