summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index db7ba4c6..4325dfd7 100644
--- a/mutt.h
+++ b/mutt.h
@@ -199,6 +199,7 @@ enum
M_PGP_ENCRYPT,
M_PGP_KEY,
#endif
+ M_XLABEL,
/* Options for Mailcap lookup */
M_EDIT,
@@ -462,6 +463,7 @@ typedef struct envelope
char *message_id;
char *supersedes;
char *date;
+ char *x_label;
LIST *references; /* message references (in reverse order) */
LIST *userhdrs; /* user defined headers */
} ENVELOPE;