aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-format.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Do not leak attachments in a mail viewMilan Crha2011-03-021-0/+10
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-4/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-6/+18
* Adapt to Camel API changes.Matthew Barnes2011-01-241-2/+1
* Bug #630518 - Hides calendar parts from multipart/alternativeMilan Crha2010-10-181-0/+2
* Bug #630375 - Character encoding of GPG encrypted message not honoredMilan Crha2010-10-131-0/+19
* Adapt to Camel API changes.Matthew Barnes2010-09-281-51/+66
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-50/+115
* Coding style cleanups.Matthew Barnes2010-09-131-164/+164
* Bug #629046 - Empty reply quotation for HTML messagesMilan Crha2010-09-091-2/+3
* Various memory leaksMilan Crha2010-09-081-3/+0
* Bug 628660 - em_format_part_as() memory leakMatthew Barnes2010-09-031-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-4/+11
* Bug 628154 - Ignore paths in MIME part filenamesMatthew Barnes2010-08-281-6/+13
* Bug 627852 - Memory leak in em_format_push_level()Matthew Barnes2010-08-271-21/+33
* Bug 627598 - Memory leak in emf_format_clone()David Woodhouse2010-08-241-0/+1
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-25/+52
* More EMFormat cleanups.Matthew Barnes2010-08-111-9/+11
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-7/+39
* EMFormat cleanups.Matthew Barnes2010-08-101-180/+235
* Bug 626453 - Show attachments inline when printingMatthew Barnes2010-08-101-18/+42
* em-format: Guard entry point to em_format_set_mode with g_return_if_failRob Bradford2010-08-021-0/+2
* Fix two memory leaks when replyingDavid Woodhouse2010-07-151-0/+3
* Bug 623947 - Error handling issues in em-format.cMatthew Barnes2010-07-101-4/+10
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-53/+72
* Camel is now GObject-based.Matthew Barnes2010-04-241-39/+39
* Adapt to Camel API changes.Matthew Barnes2010-04-131-8/+17
* Adapt to Camel API changes.Matthew Barnes2010-04-041-26/+32
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-17/+0
* Bug #613261 - application/mbox not shown properlyMilan Crha2010-04-011-1/+1
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-19/+52
* 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