From 8811fea38e64a71a8020a3409b1403d1eff7ee49 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 5 Nov 2019 16:29:59 +0100 Subject: [PATCH] small config improvements --- astroid/config | 3 ++- vim/.vim/mail.vim | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/astroid/config b/astroid/config index 157ead2..802861a 100644 --- a/astroid/config +++ b/astroid/config @@ -61,7 +61,8 @@ "mail": { "reply": { "quote_line": "~ %1 [%Y-%m-%d %H:%M %z]:", - "mailinglist_reply_to_sender": "false" + "mailinglist_reply_to_sender": "false", + "quote_processor": "w3m -dump -T text/html" }, "forward": { "quote_line": "~ %1 [%Y-%m-%d %H:%M %z]:", diff --git a/vim/.vim/mail.vim b/vim/.vim/mail.vim index e832b86..7c4e99e 100644 --- a/vim/.vim/mail.vim +++ b/vim/.vim/mail.vim @@ -23,6 +23,9 @@ iab teh the iab Teh The iab MAx Max +" Shortcuts for long words +iab _fsfe Free Software Foundation Europe + "" Spell checking setlocal spell spelllang=en_gb " default: EN spellcheck