prepare the ssl module.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index 9bb31f1..ddddcb8 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1044,7 +1044,7 @@ struct option_t MuttVars[] = {
    ** maximum line length is determined by the terminal width and $$wrapmargin.
    */
 #ifdef USE_HCACHE
-  {"header_cache", DT_PATH, R_NONE, UL &HeaderCache, "" },
+  {"header_cache", DT_PATH, R_NONE, UL &HeaderCache, "~/.cache/madmutt/" },
   /*
    ** .pp
    ** Availability: Header Cache
@@ -1772,7 +1772,7 @@ struct option_t MuttVars[] = {
    ** advertising the capability. When \fIunset\fP, Madmutt will not attempt to
    ** use STARTTLS regardless of the server's capabilities.
    */
-  {"certificate_file", DT_PATH, R_NONE, UL &SslCertFile, "~/.mutt_certificates"},
+  {"certificate_file", DT_PATH, R_NONE, UL &SslCertFile, "~/.cache/madmutt/certificates"},
   /*
    ** .pp
    ** Availability: SSL or GNUTLS