summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-09 15:32:49 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-09 15:32:49 +0000
commit4ffc088a7de0b626bdaa5970552cfae16fcbea07 (patch)
tree043b6a8fc76112fe6f8f03341e0ddf009cf45fcc /mutt.h
parent075421945c823aecac239d07d44ae8286cfe8793 (diff)
X-Label header support from David Champion <dgc@uchicago.edu>.
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;