Changeset 5435:49fe0292b503
- Timestamp:
- 2008-07-01 01:10:24 (2 months ago)
- Author:
- rtc@…
- Branch:
- HEAD
- Message:
-
When deleting attachments, always print newline separating header from body.
Closes #3085.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5433
|
r5435
|
|
| | 1 | 2008-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 | |
| 1 | 11 | 2008-06-28 20:33 -0700 Brendan Cully <brendan@kublai.com> (1492c24f2a4e) |
| 2 | 12 | |
-
|
r5422
|
r5435
|
|
| 573 | 573 | new_lines = 0; |
| 574 | 574 | else |
| 575 | | fprintf (fpout, "Lines: %d\n\n", new_lines); |
| | 575 | fprintf (fpout, "Lines: %d\n", new_lines); |
| | 576 | |
| | 577 | putc ('\n', fpout); |
| 576 | 578 | if (ferror (fpout) || feof (fpout)) |
| 577 | 579 | return -1; |