Push to the project "citadel.org ": The branch, master has been updated via 506107b8a35a33ebadb9aed260a19a4846b8d189 (commit) via 632d2ac4a3c102be5b7c4b3929224a18dcf18a36 (commit) from 5cfb955cf9661ac247b090e3c3e86466bb852a27 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=506107b8a35a33ebadb9aed260a19a4846b8d189 commit 506107b8a35a33ebadb9aed260a19a4846b8d189 Author: Wilfried Goesgens <dotheb...@citadel.org> Date: Fri Aug 12 15:51:14 2011 +0000 network_spool_msg() handle QP while appending the [roomname] to the mailsubject, we have to - de-qp the original subject - search for the roomname - possibly prepend '[roomame] ' - and re-qp everything. that way we solve... - multiple [roomname] additions in case of QP encoded subjects - non RFC-Conformant behaviour in case of roomnames with umlauts. http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=632d2ac4a3c102be5b7c4b3929224a18dcf18a36 commit 632d2ac4a3c102be5b7c4b3929224a18dcf18a36 Author: Wilfried Goesgens <dotheb...@citadel.org> Date: Fri Aug 12 15:49:45 2011 +0000 display_enter(): handle QP encodings - while loading several headers from the server we need to de-QP, else we will find gibberish in our... - Subject - recipients ----------------------------------------------------------------------- Summary of changes: citadel/modules/network/serv_network.c | 37 ++++++++++++++++++++----------- webcit/messages.c | 17 +++++++++++++- 2 files changed, 40 insertions(+), 14 deletions(-) hooks/post-receive -- citadel.org