aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-inline-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* 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