* Re-introduced the ability to enter IGnet mail into the system.
[citadel.git] / citadel / citadel.h
index 74f088a06aff2b39945e804ec846b20000a9a422..df0c9363937d34dd383e66594ea76c3d3d0d8966 100644 (file)
@@ -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  */
 
 /****************************************************************************/