Skip to content

Commit

Permalink
Fix missing HTML message
Browse files Browse the repository at this point in the history
Fixes the missing HTML message, displayed when an HTML body can't be
rendered because there is no functional mailcap entry. The message
refers to the online FAQ, but the item was the wrong one.

Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
  • Loading branch information
atenart authored and pazz committed Mar 11, 2020
1 parent 28a4296 commit ee919c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alot/db/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def remove_cte(part, as_string=False):

MISSING_HTML_MSG = ("This message contains a text/html part that was not "
"rendered due to a missing mailcap entry. "
"Please refer to item 5 in our FAQ: "
"Please refer to item 1 in our FAQ: "
"http://alot.rtfd.io/en/latest/faq.html")


Expand Down

0 comments on commit ee919c3

Please sign in to comment.