summaryrefslogtreecommitdiffstats
path: root/copy.h
diff options
context:
space:
mode:
authorDavid Champion <dgc@bikeshed.us>2017-01-28 18:47:15 -0800
committerDavid Champion <dgc@bikeshed.us>2017-01-28 18:47:15 -0800
commit8583edba96dc050315dba9bfa9dcad17996f2d9a (patch)
tree3fbd638ee46d8a23166615fe7728eaa6768e6d4f /copy.h
parent7989acf60ca1e6430571c63d11fa19d4d31372fc (diff)
Adds capability to edit x-labels inside mutt, and to sort by label.
Diffstat (limited to 'copy.h')
-rw-r--r--copy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/copy.h b/copy.h
index 4d6fc54a..2ba54143 100644
--- a/copy.h
+++ b/copy.h
@@ -53,6 +53,7 @@
#define CH_UPDATE_IRT (1<<16) /* update In-Reply-To: */
#define CH_UPDATE_REFS (1<<17) /* update References: */
#define CH_DISPLAY (1<<18) /* display result to user */
+#define CH_UPDATE_LABEL (1<<19) /* update X-Label: from hdr->env->x_label? */
int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *);