]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Added a fourth color mode in the client: "user" which turns color
[citadel.git] / citadel / citadel.h
index ef8cf236f3883affe88e2d56f298000250793036..8bd90561888d08dea694f322d6b53b47b83f444a 100644 (file)
@@ -110,10 +110,6 @@ struct usersupp {                  /* User record                      */
        };
 
 
-/* this is a mask for all of the bits the user is allowed to change */
-#define US_USER_SET    (US_LASTOLD | US_EXPERT | US_UNLISTED | \
-                       US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | US_FLOORS)
-
 /****************************************************************************
  * This is the control record for the message base... 
  */