Finalize vcard editing:
[citadel.git] / webcit / msg_renderers.c
2009-01-20 MattRestore mailbox view
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-11 Art Cancro* Updated render_MIME_ICS() to do the right thing if...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-06 Art Cancro* Restored the original date/time display behavior...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-14 Wilfried Göesgens* some tiny cleanups...
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