| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-07-01 | White space: email.{cc,h} | Carl Hetherington | |
| 2025-02-18 | Add retry for email sending (#2963). | Carl Hetherington | |
| 2025-01-09 | Use rfc_2822_date for email headers to make them compliant (#2928). | Carl Hetherington | |
| 2024-10-14 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-10-13 | Give more details when failing to send emails. | Carl Hetherington | |
| 2024-06-23 | Remove sprintf() use to quell warning from macOS. | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-03-07 | Store attachment contents in the Email object. | Carl Hetherington | |
| 2024-03-07 | Rename Emailer -> Email. | Carl Hetherington | |
