From bca1c9b36980c74f4dcc66a2d23e5d09083e0201 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 24 Mar 2012 16:17:30 +0100 Subject: [PATCH] Removed personal flavor for ISI. Logically: Don't add myself more than once with `repl -cc me' and the like. --- uip/repl.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/uip/repl.c b/uip/repl.c index 3c9e483..07ec48c 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -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; } -- 1.7.10.4