Remove OS-specific defines. Remove GECOS ampersand-magic, along with it.
[mmh] / uip / repl.c
index 3c9e483..07ec48c 100644 (file)
@@ -745,15 +745,9 @@ insert(struct mailname *np)
                snprintf(buffer, sizeof(buffer), "Reply to %s? ",
                                adrformat(np));
                if (!gans(buffer, anoyes))
-               return 0;
+                       return 0;
        }
        mp->m_next = np;
-
-#ifdef ISI
-       if (ismymbox(np))
-               ccme = 0;
-#endif
-
        return 1;
 }