]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
off-by-one fix in siteconfig
[citadel.git] / citadel / msgbase.h
index 039a8a1bbd5da01ccb49050889a81a03eaa1c4c8..f28a2397a4a611212a984da3d1740f8cdf614d2d 100644 (file)
@@ -28,7 +28,8 @@ enum {
        om_ok,
        om_not_logged_in,
        om_no_such_msg,
-       om_mime_error
+       om_mime_error,
+       om_access_denied
 };
 
 /*
@@ -48,6 +49,7 @@ struct ma_info {
        char chosen_part[128];  /* Which part of a m/a did we choose? */
        int chosen_pref;        /* Chosen part preference level (lower is better) */
        int use_fo_hooks;       /* Use fixed output hooks */
+       int dont_decode;        /* should we call the decoder or not? */
 };