projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf5272
)
Removed the one remaining unused #ifdef ISI.
author
David Levine
<levinedl@acm.org>
Fri, 29 Jun 2012 02:12:13 +0000
(21:12 -0500)
committer
David Levine
<levinedl@acm.org>
Fri, 29 Jun 2012 02:12:13 +0000
(21:12 -0500)
uip/replsbr.c
patch
|
blob
|
history
diff --git
a/uip/replsbr.c
b/uip/replsbr.c
index
8bf765e
..
a6d0f23
100644
(file)
--- a/
uip/replsbr.c
+++ b/
uip/replsbr.c
@@
-430,11
+430,6
@@
insert (struct mailname *np)
}
mp->m_next = np;
-#ifdef ISI
- if (ismymbox (np))
- ccme = 0;
-#endif
-
return 1;
}