]> granicus.if.org Git - mutt/commitdiff
Add note about $mailcap_path generation to the documentation.
authorKevin McCarthy <kevin@8t8.us>
Mon, 22 Apr 2019 18:02:28 +0000 (11:02 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 22 Apr 2019 18:02:28 +0000 (11:02 -0700)
init.h

diff --git a/init.h b/init.h
index 0836bfda0d1de5db9bb072d069f2d86aaf6a5dd8..a6b417c1fb9ca32641c2b76d3e22437b5d6983cc 100644 (file)
--- 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 },
   /*