X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.h;h=b2a8bccbdc721594f5c20a5f2b9f858b8b2ea09a;hp=039a8a1bbd5da01ccb49050889a81a03eaa1c4c8;hb=f56c54a0313a60d1a692dcae9fe3fbd9e25c4d8c;hpb=ad2c6bbcda0735abefb377d725ff808572e726a2 diff --git a/citadel/msgbase.h b/citadel/msgbase.h index 039a8a1bb..b2a8bccbd 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -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? */ };