Changeset 5435:49fe0292b503 for copy.c

Show
Ignore:
Timestamp:
2008-07-01 01:10:24 (5 months ago)
Author:
rtc@…
Branch:
HEAD
Message:

When deleting attachments, always print newline separating header from body.
Closes #3085.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • copy.c

    r5422 r5435  
    573573        new_lines = 0; 
    574574      else 
    575         fprintf (fpout, "Lines: %d\n\n", new_lines); 
     575        fprintf (fpout, "Lines: %d\n", new_lines); 
     576 
     577      putc ('\n', fpout); 
    576578      if (ferror (fpout) || feof (fpout)) 
    577579        return -1;