From 905c1fffa9f3b71c2dbeba821444c38d65e5326d Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 22 Apr 2019 11:02:28 -0700 Subject: [PATCH] Add note about $mailcap_path generation to the documentation. --- init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.h b/init.h index 0836bfda..a6b417c1 100644 --- a/init.h +++ b/init.h @@ -1687,7 +1687,8 @@ struct option_t MuttVars[] = { /* ** .pp ** This variable specifies which files to consult when attempting to - ** display MIME bodies not directly supported by Mutt. + ** display MIME bodies not directly supported by Mutt. The default value + ** is generated during startup: see the ``$mailcap'' section of the manual. */ { "mailcap_sanitize", DT_BOOL, R_NONE, OPTMAILCAPSANITIZE, 1 }, /* -- 2.50.1