Added a system of weighted preferences to the
[citadel.git] / citadel / msgbase.h
index 88c58ecaccf319ab46d7876400d27e8d07fb97fd..6cfa6e481cdbea75ce3207aa0e28583238d76679 100644 (file)
@@ -38,6 +38,7 @@ struct ma_info {
                                 * digging through a subsection */
        int did_print;          /* One alternative has been displayed */
        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 */
 };