From: Thomas Glanzmann Date: Tue, 1 Mar 2005 15:52:33 +0000 (+0000) Subject: This is a spelling fix supplied by Cameron Simpson. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa4ce66d77594a2c311e0adfd67ccbabb918cb73;p=neomutt This is a spelling fix supplied by Cameron Simpson. --- diff --git a/init.h b/init.h index 413103ad1..9241c1447 100644 --- a/init.h +++ b/init.h @@ -1026,11 +1026,11 @@ struct option_t MuttVars[] = { { "header_cache", DT_PATH, R_NONE, UL &HeaderCache, 0 }, /* ** .pp - ** The header_cache variable points to the header cache database. If - ** header_cache points to a directory there will be created one header cache - ** database per folder within this directory. If it doesn't point to a directory a - ** global header cache for all folders is used. Per default it is unset and so - ** no header caching will be used. + ** The header_cache variable points to the header cache database. + ** If header_cache points to a directory it will contain a header cache + ** database per folder. If header_cache points to a file that file will + ** be a single global header cache. By default it is unset and so no + ** header caching will be used. */ { "header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, UL "16384" }, /*