Show
Ignore:
Timestamp:
2008-07-21 00:11:40 (4 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Encode lines written to $alias_file in $config_charset if set. Closes #3095

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5455 r5458  
     12008-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 
     112008-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 
     232008-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 
    1282008-07-11 11:34 +0200  Rocco Rutte  <pdmef@gmx.net>  (cc67b008038c) 
    229