Changeset 5435:49fe0292b503

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

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

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5433 r5435  
     12008-06-29 01:09 -0700  Brendan Cully  <brendan@kublai.com>  (677e7712d735) 
     2 
     3        * crypt-gpgme.c: Improve gpgme SMIME uid display: align each line by 
     4        the length of the first. 
     5 
     6        * crypt-gpgme.c: Show more information about problematic SMIME 
     7        signatures under gpgme. Also warn if the key is not known to be 
     8        good. For some reason expired keys in my environment are not 
     9        flagged as expired in sig->status or sig->summary. 
     10 
    1112008-06-28 20:33 -0700  Brendan Cully  <brendan@kublai.com>  (1492c24f2a4e) 
    212 
  • 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;