summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-16 05:57:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-16 05:57:22 +0000
commit8f97174d35873e1217ae7f2f12fd918a2bfbb6fc (patch)
treefcee31313e5a3adcf43e9dd5f28d4dfe8a0395a6 /mutt.h
parent9d0aea5fe2e4b6df4abd9966f834ac7006545762 (diff)
Introduce the OPTUSEHEADERDATE pseudo-option to control
mutt_write_rfc822_header()'s behaviour for the purposes of the edit_message feature.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt.h b/mutt.h
index 6e5d18cb..bc89caf8 100644
--- a/mutt.h
+++ b/mutt.h
@@ -331,7 +331,8 @@ enum
OPTSORTSUBTHREADS, /* (pseudo) used when $sort_aux changes */
OPTNEEDRESCORE, /* (pseudo) set when the `score' command is used */
OPTSORTCOLLAPSE, /* (pseudo) used by mutt_sort_headers() */
-
+ OPTUSEHEADERDATE, /* (pseudo) used by edit-message */
+
#ifdef _PGPPATH
OPTPGPCHECKTRUST, /* (pseudo) used by pgp_select_key () */
OPTDONTHANDLEPGPKEYS, /* (pseudo) used to extract PGP keys */
@@ -340,7 +341,6 @@ enum
-
OPTMAX
};