summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-04-30 11:11:04 -0700
committerKevin McCarthy <kevin@8t8.us>2022-04-30 11:15:18 -0700
commit7dec694f5e6583484f6b817e9461f68f487de455 (patch)
tree651a8516f71eb51b297574a9a044a53f0a6ba0f9 /doc
parenta20ed9b4cfc3c9ec5dce3abbc502127bca6ce949 (diff)
Document $header_cache behavior change wrt directories.
Although not documented, Mutt would previously intepret a $header_cache value ending in '/' as a directory even if it didn't exist. The new DT_PATH normalization prevents this possibility, so a directory will need to be created in advance. I'm not fond of "fixing" regressions with documentation, but I believe this is a small issue, easily worked around for first-time use, and the benefits of the normalization are worth this small change.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index d2a30c30..c35b63f4 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -9910,7 +9910,8 @@ If enabled, <link linkend="header-cache">$header_cache</link> can be
used to either point to a file or a directory. If set to point to a
file, one database file for all folders will be used (which may result
in lower performance), but one file per folder if it points to a
-directory.
+directory. When pointing to a directory, be sure to create the directory
+in advance, or Mutt will interpret it as a file to be created.
</para>
</sect2>