Beginning support for mh-format support in comp(1). Includes changes to
[mmh] / uip / whom.c
index d6bb32a..33a6d97 100644 (file)
@@ -89,7 +89,7 @@ main (int argc, char **argv)
     vec[vecp++] = getcpy (m_maildir (""));
 
     /* Don't need to feed fileproc or mhlproc to post because
-       it doesn't used them when used for whom. */
+       it doesn't use them when used for whom. */
 
     while ((cp = *argp++)) {
        if (*cp == '-') {
@@ -112,6 +112,7 @@ main (int argc, char **argv)
                case NOCHKSW: 
                case SNOOPSW:
                case SASLSW:
+               case TLSSW:
                    vec[vecp++] = --cp;
                    continue;