]> granicus.if.org Git - neomutt/commitdiff
This is a spelling fix supplied by Cameron Simpson.
authorThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Tue, 1 Mar 2005 15:52:33 +0000 (15:52 +0000)
committerThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Tue, 1 Mar 2005 15:52:33 +0000 (15:52 +0000)
init.h

diff --git a/init.h b/init.h
index 413103ad1d5b0a157bc5916fc5417c9de2df1212..9241c144770d48d3d1c96f76ce440260a3078274 100644 (file)
--- 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" },
   /*