X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fipcdef.h;h=85372f0ffd67c18735fbb48fdbef68cdd1d1237c;hb=44bdabdda4dc6e9823e0464c37157c960abac9f7;hp=998255ca85de9ef12f2adabbcc4b0d7c35009f4e;hpb=f8636d15911015f991c7407ffef3908de54520b1;p=citadel.git diff --git a/citadel/ipcdef.h b/citadel/ipcdef.h index 998255ca8..85372f0ff 100644 --- a/citadel/ipcdef.h +++ b/citadel/ipcdef.h @@ -57,6 +57,7 @@ extern "C" { #define QR2_SELFLIST 2 /* Self-service mailing list mgmt */ #define US_NEEDVALID 1 /* User needs to be validated */ +#define US_EXTEDIT 2 /* Always use external editor */ #define US_PERM 4 /* Permanent user */ #define US_LASTOLD 16 /* Print last old message with new */ #define US_EXPERT 32 /* Experienced user */ @@ -71,7 +72,7 @@ extern "C" { #define US_COLOR 16384 /* User wants ANSI color support */ #define US_USER_SET (US_LASTOLD | US_EXPERT | US_UNLISTED | \ US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \ - US_FLOORS | US_COLOR | US_PROMPTCTL ) + US_FLOORS | US_COLOR | US_PROMPTCTL | US_EXTEDIT) #define UA_KNOWN 2 #define UA_GOTOALLOWED 4