From 377519c27b1e6973205ae800177ab544122c0255 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Tue, 20 Aug 2019 18:52:01 +0100 Subject: [PATCH] Fixed a few typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a61b5..c7171c8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ certain treats (e.g., phishing). For various reasons, one might to rewrite these `"safelinks" back into their original form. The script [unsantize-safelinks](./unsantize-safelinks) does exactly this. This can, for example, be used for -displaying mails with mails nicely in [mutt](https://www.mutt.org). In your "muttrc" you need to -add/edit the following configuration: +displaying mails nicely in [mutt](https://www.mutt.org) or other text-based mail programs. In your +".muttrc" you need to add/edit the following configuration: ```muttrc set display_filter="unsanitize-safelinks"