Removed personal flavor for ISI.
authormarkus schnalke <meillo@marmaro.de>
Sat, 24 Mar 2012 15:17:30 +0000 (16:17 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 24 Mar 2012 15:17:30 +0000 (16:17 +0100)
Logically: Don't add myself more than once with `repl -cc me' and the like.

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;
 }