* BIG shuffle:
authorWilfried Göesgens <willi@citadel.org>
Sat, 13 Dec 2008 18:39:49 +0000 (18:39 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 13 Dec 2008 18:39:49 +0000 (18:39 +0000)
commitc881934110f3c99194fad96c923b7d0ecb24ecdc
tree3d567ec4b377106e4d18d48ef23f40e0893a2c9f
parent02d86f31f65a9964682e9e4ef2ac699cb0307702
* BIG shuffle:
  * move several mimepart handlers to messages.c
  * move utility string formating stuff into utils.c; hopefully we get rid of that one day because of everything using strbuf
  * moved vcard stuff out of messages.c into vcard_edit.c
  * did some late followups of the urlhash (how did they get through?)
  * move binary downloads / viewing function into downloads.c
->webcit.c is getting small ;)
webcit/Makefile.in
webcit/downloads.c
webcit/fmt_date.c
webcit/messages.c
webcit/paramhandling.c [new file with mode: 0644]
webcit/preferences.c
webcit/roomops.c
webcit/utils.c [new file with mode: 0644]
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h