Add support for "to", "cc", "from", and "fcc" components via command-line
[mmh] / uip / popsbr.c
index fcdbd75..feb7aa0 100644 (file)
@@ -418,6 +418,11 @@ int
 pop_init (char *host, char *port, char *user, char *pass, char *proxy,
          int snoop, int sasl, char *mech)
 {
+#ifndef CYRUS_SASL
+    NMH_UNUSED (sasl);
+    NMH_UNUSED (mech);
+#endif /* ! CYRUS_SASL */
+
     int fd1, fd2;
     char buffer[BUFSIZ];