Files
pkgsrc-ng/mail/rss2email/patches/patch-aa
2013-09-26 17:14:40 +02:00

22 lines
822 B
Plaintext

$NetBSD: patch-aa,v 1.5 2011/06/09 06:21:58 schmonz Exp $
Missing sample config entries from the Debian package.
--- config.py.example.orig 2011-01-28 01:22:26.000000000 +0000
+++ config.py.example
@@ -92,3 +92,14 @@ PROXY=""
# To most correctly encode emails with international characters, we iterate through the list below and use the first character set that works
# Eventually (and theoretically) ISO-8859-1 and UTF-8 are our catch-all failsafes
CHARSET_LIST='US-ASCII', 'BIG5', 'ISO-2022-JP', 'ISO-8859-1', 'UTF-8'
+
+## html2text options ##
+
+# Use Unicode characters instead of their ascii psuedo-replacements
+UNICODE_SNOB = 0
+
+# Put the links after each paragraph instead of at the end.
+LINKS_EACH_PARAGRAPH = 0
+
+# Wrap long lines at position. 0 for no wrapping. (Requires Python 2.3.)
+BODY_WIDTH = 0