From e1da773d381915b4804b0472f8334fa002ea5581 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Feb 2024 00:10:34 +0000 Subject: [PATCH] mutt: ask to forward emails as attachement --- mutt/muttrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index 9134598..fcb0a7f 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -17,6 +17,9 @@ set use_envelope_from set forward_format = "Fwd: %s" set forward_quote = yes +# ask to forward email as attachement +set mime_forward = ask-no + set edit_headers = yes # more power set askcc = yes # ask until I have goobook completion in vim set editor = vim # d'uh -- 2.48.1