* typedef wcsession, so we don't always need to say gcc again its a struct.
[citadel.git] / webcit / msg_renderers.c
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* rename RFCA Conditional so it matches the naming...
2008-12-13 Wilfried Göesgens* remove last remains of the separate attachment struct
2008-12-13 Wilfried Göesgens* add matts iterator
2008-12-11 Wilfried Göesgens* fix attachments forwarding
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* ignore path/suff/pref headers.
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-29 Wilfried Göesgens* upsie, don't leak.
2008-11-29 Wilfried Göesgens* br's in quotes so you can write before / after them
2008-11-25 Wilfried Göesgens* add missing hint to -Z
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-11 Wilfried Göesgens* first trick to avoid double-rendering of mime-subparts
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-11 Wilfried Göesgens* render submessages.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-09 Wilfried Göesgens* don't choke on empty html messages
2008-11-09 Wilfried Göesgens* chop messages.c into handy pieces