summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/search.py')
-rw-r--r--alot/widgets/search.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index 12cf84e8..43a71434 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -212,9 +212,7 @@ def prepare_string(partname, thread, query, maxw):
# get string
s = content(thread, query)
- # sanitize
- s = s.replace('\n', ' ')
- s = s.replace('\r', '')
+ s = s.translate(settings.sanitize_header_table)
# shorten if max width is requested
if maxw: