From: markus schnalke Date: Sat, 24 Mar 2012 15:17:30 +0000 (+0100) Subject: Removed personal flavor for ISI. X-Git-Tag: mmh-thesis-end~202 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=bca1c9b36980c74f4dcc66a2d23e5d09083e0201 Removed personal flavor for ISI. Logically: Don't add myself more than once with `repl -cc me' and the like. --- 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; }