* put QP Decoder intoo its own file
authorWilfried Göesgens <willi@citadel.org>
Sun, 2 Nov 2008 09:51:11 +0000 (09:51 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 2 Nov 2008 09:51:11 +0000 (09:51 +0000)
commit3d6fea2eca29405b8a90d91ee862e5a30aebdd3b
tree0b736f372b699ac1be6f75a855b73f9970b653a6
parent68b90ad48010aa46265549f3ddd4534d7826184f
* put QP Decoder intoo its own file
* templatized message renderer
19 files changed:
webcit/Makefile.in
webcit/auth.c
webcit/calendar.c
webcit/context_loop.c
webcit/decode.c [new file with mode: 0644]
webcit/html2html.c
webcit/messages.c
webcit/notes.c
webcit/rss.c
webcit/serv_func.c
webcit/static/t/display_message.html [new file with mode: 0644]
webcit/static/t/msg_listview.html [new file with mode: 0644]
webcit/static/t/section_mailsummary.html [new file with mode: 0644]
webcit/static/t/section_mailsummary_m.html [new file with mode: 0644]
webcit/static/t/view_message.html [new file with mode: 0644]
webcit/summary.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c