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)
! $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
** 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
/*
** .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" },