yeti yeti@tilde.institute writes:
Hmmm ... seems ok ... but the WWW ML thingy kills the layout.
How dare they?
The copy I got sent back looks ok in my MUAs. Sure I use a monospace font even in Evolution and I'll apply my openly carried superpower "senile stubbornness" to this question! :-P
So back to manipulating the sendmail command Gnus is using:
I'm using similar tricks as script already in Evolution for being able to send via Tildeverse or SDF nodes like Gnus can do with ssh+netcat tricks for news. That has to be possible too for mail via Gnus, I thought and indeed it looks like that.
It may be neat for other tricks too.
May the ideas fairies come in swarms!
Quite a nice idea :-)
I have something like this (modified for publishing) on my mu4e config:
(make-mu4e-context :name "insti" :match-func (lambda (msg) ...) :vars '((user-mail-address . "erxeto@tilde.institute") (message-signature . "erxeto, aka e1e0.") (smtpmail-smtp-server . "localhost") (smtpmail-smtp-service . 2526) (smtpmail-stream-type . plain)))
And I launch the tunnels if I need to. I have scripts for that which I can launch from Emacs too. Probably simpler (or dumber), but yours is more convenient.