summaryrefslogtreecommitdiff
path: root/readmsg
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-08-28 19:43:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-08-28 19:43:03 +0000
commit057471f6debcf726ac515f029e71bf8af819a671 (patch)
tree18044d0bebe032964a920eeb64d33e83ca26cb2e /readmsg
parentc255ceba0afb0830fa679c8849fbf6cf96ab81a7 (diff)
downloadmailutils-057471f6debcf726ac515f029e71bf8af819a671.tar.gz
mailutils-057471f6debcf726ac515f029e71bf8af819a671.tar.bz2
Use "tls" command line capability.
Diffstat (limited to 'readmsg')
-rw-r--r--readmsg/readmsg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index 4baa746cb..ae126bfc2 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -59,6 +59,9 @@ static struct argp argp = {
static const char *readmsg_argp_capa[] = {
"common",
"mailbox",
+#ifdef WITH_TLS
+ "tls",
+#endif
NULL
};
@@ -229,6 +232,9 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
+#ifdef WITH_TLS
+ mu_tls_init_client_argp ();
+#endif
mu_argp_parse (&argp, &argc, &argv, 0, readmsg_argp_capa, &index, NULL);
/* Registration. */

Return to:

Send suggestions and report system problems to the System administrator.