wmcbrine / MultiMail

Offline reader for QWK, Blue Wave, etc. Multi-platform, curses-based.
https://wmcbrine.com/MultiMail
34 stars 7 forks source link

Support for printing #23

Open danclough60 opened 5 years ago

danclough60 commented 5 years ago

Hello, wondering if we could get basic printing support added to MM. Doesn't need to be anything fancy, just to print a letter/message to the default printer in plain text. Something like 'lp' or 'lpr' does in Linux. Or perhaps using CUPS. Thanks for considering this request, and for a great product.

ftoledo commented 1 month ago

I like something that "external command" so you can setup multiple commands at mmailrc, pipping the message to external OS tool. example, press X on message view and open popup for select cmd, then mmail save the text as temporary file and pass this file as exceution string linke:

external.print "cat %msgfile | lpr" external.sent_to_jabber "cat %msgfile |sendxmpp -f /etc/sendxmpprc -t -v user@to_send"