** 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
** 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
libsys_a_SOURCES = exit.h unix.h mutt_signal.h \
exit.c unix.c mutt_signal.c filter.c \
- $(___networking_part____) \
mutt_socket.h mutt_tunnel.c \
- mutt_socket.c mutt_tunnel.h mutt_ssl_gnutls.c
+ mutt_socket.c mutt_tunnel.h mutt_ssl.c
noinst_HEADERS = exit.h unix.h \
mutt_socket.h mutt_tunnel.c
+include $(top_builddir)/tools/cpkg2c.mk
-include $(top_builddir)/tools/cflags.mk