summaryrefslogtreecommitdiff
path: root/lib/feed2imap/channel.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/feed2imap/channel.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/feed2imap/channel.rb b/lib/feed2imap/channel.rb
index a325420..d59b47b 100644
--- a/lib/feed2imap/channel.rb
+++ b/lib/feed2imap/channel.rb
@@ -247,7 +247,6 @@ class Item
message.header['X-Feed2Imap-Version'] = F2I_VERSION if defined?(F2I_VERSION)
message.header['X-CacheIndex'] = "-#{@cacheditem.index}-"
message.header['X-F2IStatus'] = "Updated" if @cacheditem.updated
- message.header['Content-Type'] = 'text/plain; charset=iso-8859-1;'
# TODO encode in ISO ?
if @title
message.header['Subject'] = @title.toISO_8859_1('utf-8')