summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-11-13 20:02:33 -0800
committerKevin McCarthy <kevin@8t8.us>2016-11-13 20:02:33 -0800
commit9bf6d74e9cc5a7b6b7a62fdefd6d953d60a422db (patch)
tree52c3e9f8c6c89cc6f79ec27765c3bc5c3b4f4864 /init.h
parentb17cd67312913bc98269840652bc5c54eba9fc20 (diff)
Compress patch from the neomutt repository.
With the following changes: - po/de.po changes trimmed to just the compress additions. - Move the sample muttrc to contrib, and add it to the Makefile.am so it is distributed. Remove the sample vimrc. - Remove extra fluff from manual. Thanks to Roland Rosenfeld for the original patch, and to the NeoMutt team for their work cleaning up the patch.
Diffstat (limited to 'init.h')
-rw-r--r--init.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.h b/init.h
index 48cf915a..a0a399c1 100644
--- a/init.h
+++ b/init.h
@@ -3907,6 +3907,11 @@ const struct command_t Commands[] = {
{ "fcc-hook", mutt_parse_hook, MUTT_FCCHOOK },
{ "fcc-save-hook", mutt_parse_hook, MUTT_FCCHOOK | MUTT_SAVEHOOK },
{ "folder-hook", mutt_parse_hook, MUTT_FOLDERHOOK },
+#ifdef USE_COMPRESSED
+ { "open-hook", mutt_parse_hook, MUTT_OPENHOOK },
+ { "close-hook", mutt_parse_hook, MUTT_CLOSEHOOK },
+ { "append-hook", mutt_parse_hook, MUTT_APPENDHOOK },
+#endif
{ "group", parse_group, MUTT_GROUP },
{ "ungroup", parse_group, MUTT_UNGROUP },
{ "hdr_order", parse_list, UL &HeaderOrderList },