]> granicus.if.org Git - mutt/commitdiff
Remove $imap_cachedir synonym, and update some docs.
authorBrendan Cully <brendan@kublai.com>
Tue, 4 Jul 2006 18:15:52 +0000 (18:15 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 4 Jul 2006 18:15:52 +0000 (18:15 +0000)
UPDATING
init.h

index 3d6ad1bc85b38107d4b2ad15339ab3514ba9463f..4fcab17984c56aaeb7c5aafef97cebfe5169e96b 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,8 @@ The keys used are:
 
 CVS HEAD:
 
+  - $imap_cachedir replaced with $message_cachedir (2006-07-04)
+  + Header/body caching for POP ($message_cachedir) (2006-07-04)
   + Header caching for MH folders (2006-05-06)
   ! $record now defaults to ~/sent (2006-04-03)
   ! $imap_idle now defaults to "yes" instead of "no" (2006-03-13)
@@ -30,6 +32,7 @@ CVS HEAD:
   ! $envelope_from_address has been added, $envelope_from has been renamed
     to $use_envelope_from
   + Progress bar via $net_inc
+  + IMAP server-side simple string search
   + Simple string matches instead of full regex matches for '=' instead
     of '~' with pattern modifiers
   ! ~l matches all known lists, ~u only subscribed
diff --git a/init.h b/init.h
index 12a521d59e427a9114b74353b82f4be60842e1b9..eeb494d7e5f0622651e7c35d371ca135f89a6db7 100644 (file)
--- a/init.h
+++ b/init.h
@@ -822,9 +822,6 @@ struct option_t MuttVars[] = {
   ** the previous methods are unavailable. If a method is available but
   ** authentication fails, mutt will not connect to the IMAP server.
   */
-  { "imap_cachedir", DT_SYN, R_NONE, UL "message_cachedir", 0 },
-  /*
-   */
   { "imap_check_subscribed",  DT_BOOL, R_NONE, OPTIMAPCHECKSUBSCRIBED, 0 },
   /*
    ** .pp
@@ -1282,8 +1279,9 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** Set this to a directory and mutt will cache copies of messages from
-  ** your IMAP and POP servers here. You are free to remove entries at any time
-  ** if space becomes an issue.
+  ** your IMAP and POP servers here. You are free to remove entries at any
+  ** time, for instance if stale entries accumulate because you have
+  ** deleted messages with another mail client.
   */
 #endif
   { "message_format",  DT_STR,  R_NONE, UL &MsgFmt, UL "%s" },