| | 1 | 2007-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 | |
| | 7 | 2007-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 | |