| | 1 | 2008-07-10 09:38 -0400 Aron Griffis <agriffis@n01se.net> (7729b1ad530c) |
| | 2 | |
| | 3 | * copy.c, protos.h, sendlib.c: Unify mutt_write_references |
| | 4 | |
| | 5 | copy.c and sendlib.c have independent and different implementations |
| | 6 | of writing references to a file. Choose the one in sendlib since |
| | 7 | it's conservative with mallocs and supports trimming the list. |
| | 8 | |
| | 9 | Signed-off-by: Aron Griffis <agriffis@n01se.net> |
| | 10 | |
| | 11 | 2008-07-10 09:38 -0400 Aron Griffis <agriffis@n01se.net> (651ffe277dfd) |
| | 12 | |
| | 13 | * copy.c: Clean up error handling in mutt_copy_header |
| | 14 | |
| | 15 | mutt_copy_header unnecessarily tests the result of each fputc/fputs |
| | 16 | (well, most of them anyway, it's not consistent). This obfuscates |
| | 17 | the code and hides bugs. Remove these extraneous checks since |
| | 18 | ferror/feof are checked at the bottom of the function, and get rid |
| | 19 | of all the early returns. |
| | 20 | |
| | 21 | Signed-off-by: Aron Griffis <agriffis@n01se.net> |
| | 22 | |
| | 23 | 2008-07-17 19:48 +0200 Rocco Rutte <pdmef@gmx.net> (f135d64e0082) |
| | 24 | |
| | 25 | * ChangeLog, query.c: Cleanup unused vars changeset ba0d96408425 |
| | 26 | didn't remove |
| | 27 | |