avoid decoding mime-parts unless we realy need to.
[citadel.git] / citadel / msgbase.h
index 039a8a1bbd5da01ccb49050889a81a03eaa1c4c8..b2a8bccbdc721594f5c20a5f2b9f858b8b2ea09a 100644 (file)
@@ -48,6 +48,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? */
 };