aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-format.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+2
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Bug #601229 - Crashes when replying a mail.Chenthill Palanisamy2009-11-091-1/+1
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+2
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-94/+111
* Bug #585715 - Skip empty parts in multipart/alternative formattingMilan Crha2009-10-241-1/+1
* Bug #468736 - Prevent recursion in em-formatMilan Crha2009-10-161-1/+8
* Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mailMilan Crha2009-10-151-3/+37
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+68
* Bug #540269 - Do not crash in em_format_is_attachmentMilan Crha2009-06-021-0/+3
* More code cleanup.Matthew Barnes2009-06-021-4/+4
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-55/+55
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-19/+20
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-2/+2
* Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+1945