aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-inline-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewriteDan Vrátil2012-06-061-463/+0
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-21/+37
|
* Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-07-051-1/+1
| | | | | | | | | When a stream is obviously a file or memory stream (both of which implement the GSeekable interface), use g_seekable_seek() instead of camel_stream_reset(). This is helping me discover if it's safe to remove camel_stream_reset(). We want to eventually move to GIO streams, which have no reset method.
* Coding style cleanups.Matthew Barnes2011-05-091-7/+7
|
* Bug #640829 - Can drop text/plain message lines in message previewMilan Crha2011-02-211-2/+5
|
* Bug #436914 - Reply to inline GPG quotes raw GPG messageMilan Crha2010-12-131-0/+444