Tagged Questions
4
votes
1answer
127 views
Modify an incoming mail from text/plain to text/html
I'm using mutt to process my mail. There is one sender which declares the wrong content type. The mail arrives with
Content-Type: multipart/alternative;
boundary=--…
and has two parts. They are ...
2
votes
1answer
142 views
How to use whitespace in procmailrc recipe destination path?
I use Mutt Maildir for storage mails.
I created one mailbox like this Stack Exchange/. (whitespace between Stack and Exchange here)
procmailrc recipe:
:0
* From: .*Stack\ Exchange
Stack Exchange/
...
1
vote
1answer
165 views
Customized Work Emails and Signatures with Each Firm, perhaps with Mutt and Procmail to look Professional?
CompanyA sends mail, I want to respond to them with me@companyA.com and signatureA. When CompanyB sends mail, I want to respond to them with me@companyB.com and signature B. Etc.
1. How can I do a ...