projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5ba9c2f
e2c8b0c
)
Merge remote-tracking branch 'origin/master'
author
markus schnalke
<meillo@marmaro.de>
Sat, 29 Aug 2015 08:47:56 +0000
(10:47 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Sat, 29 Aug 2015 08:47:56 +0000
(10:47 +0200)
1
2
uip/spost.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
uip/spost.c
index
b5fac12
,
ee70385
..
4d0b48a
---
1
/
uip/spost.c
---
2
/
uip/spost.c
+++ b/
uip/spost.c
@@@
-421,9
-410,12
+418,11
@@@
putfmt(char *name, char *str, FILE *out
*/
if (hdr->set & MFRM) {
-
struct mailname *mp = NULL;
+ struct mailname *my = NULL;
+ unsigned int fromcnt = 0;
- /* This is need because the addresse parser hold global state */
+ /* needed because the address parser holds global state */
ismymbox(NULL);
while ((cp = getname(str)) != NULL) {