summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-04-14 12:33:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-04-14 12:33:08 +0000
commit14dc1d20c1c0e5a870f2f431e29ac4daf620a0ac (patch)
tree6f418b52a0c8af1fc39708f97ca5698839df36f5 /mail.remote
parentd5100899bf6208675f99fad0133437931442bcc9 (diff)
downloadmailutils-14dc1d20c1c0e5a870f2f431e29ac4daf620a0ac.tar.gz
mailutils-14dc1d20c1c0e5a870f2f431e29ac4daf620a0ac.tar.bz2
Use "auth" capability.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 3d69f69e3..dda1e82be 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -43,2 +43,3 @@
#include <mailutils/nls.h>
+#include <mailutils/mu_auth.h>
@@ -76,2 +77,4 @@ static struct argp_option options[] = {
{ NULL, 'o', N_("OPT"), 0, N_("Ignored for sendmail compatibility")},
+ { NULL, 'b', N_("OPT"), 0, N_("Ignored for sendmail compatibility")},
+ { NULL, 'i', NULL, 0, N_("Ignored for sendmail compatibility")},
{ NULL }
@@ -97,2 +100,4 @@ parse_opt (int key, char *arg, struct argp_state *state)
case 'o':
+ case 'b':
+ case 'i':
break;
@@ -117,2 +122,3 @@ static struct argp argp = {
static const char *capa[] = {
+ "auth",
"common",
@@ -160,2 +166,3 @@ main (int argc, char **argv)
+ MU_AUTH_REGISTER_ALL_MODULES();
mu_argp_init (program_version, NULL);

Return to:

Send suggestions and report system problems to the System administrator.