Merge remote-tracking branch 'origin/master'
authormarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 08:47:56 +0000 (10:47 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 08:47:56 +0000 (10:47 +0200)
1  2 
uip/spost.c

diff --cc 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) {