projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b0798
)
Removed personal flavor for ISI.
author
markus schnalke
<meillo@marmaro.de>
Sat, 24 Mar 2012 15:17:30 +0000
(16:17 +0100)
committer
markus 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
patch
|
blob
|
history
diff --git
a/uip/repl.c
b/uip/repl.c
index
3c9e483
..
07ec48c
100644
(file)
--- 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;
}