diff options
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 4f44b4edd6..bb9489ad4a 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -221,19 +221,6 @@ process_header(CamelMedium *medium, const char *header_name, const char *header_ return TRUE; } -/* Note: It is my understanding that we need to encode the values here as they are - not being encoded at the header_raw_* level. */ - -/* - NO: This is absolutely wrong. The medium interface is entirely raw. - You cannot just go blingingly encoding headers because it depends entirely - on the header being encoded. process_header decodes and mirrors the - known headers, appropriately, and we just add this raw header to our - list. - - Please read the comments, they explained it already!!!!!!! -*/ - static void set_header (CamelMedium *medium, const char *header_name, const void *header_value) { |