Show
Ignore:
Timestamp:
2007-06-09 19:58:22 (19 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Make GPGME backend generate a RFC3156-compliant micalg parameter
(blush). Based on a patch by Stefan Haun. Closes #2901.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5163 r5166  
     12007-06-09 01:03 +0200  Thomas Roessler  <roessler@does-not-exist.org>  (53e5e1105fd2) 
     2 
     3        * sendlib.c: remove unnecessary dprints 
     4 
     5        * sendlib.c: Fix header encoding corner case. 
     6 
     72007-06-05 13:12 -0700  pywatson  <pywatson@gmail.com>  (9e90789518ad) 
     8 
     9        * ChangeLog, sort.c: Make sort by "To" stable (closes #2515). 
     10        compare_to() calls mutt_get_name(), which may return a static 
     11        pointer if it in turn calls mutt_addr_for_display(). If this static 
     12        pointer is used for a and b, the result is bad. The fix is to make a 
     13        copy of the first object. 
     14 
    1152007-05-17 14:40 +0200  Christoph Berg  <cb@df7cb.de>  (edefe5e1f2b4) 
    216