I use neomutt. I created a macro to bounce an email message to my wife and then delete the original from my email inbox. Here is the macro from my muttrc:
macro index,pager K "<bounce-message> [email protected]<return><delete-message><sync-mailbox>"
This keybind successfully runs my macro, bounces the email to my wife, and then deletes the original message. However, the bounced emails have this line prepended just before the body of the email:
[-- Autoview using lynx -assume_charset='utf-8' -display_charset=utf-8 -dump '/tmp/neomutt.html' --]
So, in my inbox, a message looks like this:
Date: January 7, 2021
From: [email protected]
To: [email protected]
Subject: Hi
Hi there,
This is my message to you.
Bye
But, the bounced mail looks like this in my wife's inbox:
Date: January 7, 2021
From: [email protected]
To: [email protected]
Subject: Hi
[-- Autoview using lynx -assume_charset='utf-8' -display_charset=utf-8 -dump '/tmp/neomutt.html' --]
Hi there,
This is my message to you.
Bye
QUESTION: How do I remove the annoying Autoview
line from the bounced emails?
question from:
https://stackoverflow.com/questions/65649126/how-to-remove-autoview-line-from-bounced-emails 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…