emailler
emailler copied to clipboard
EMAIL: Integrate PRINT65
OA-P print function should use get_email_body()
to format a message for printing, save to a file and invoke PRINT65.
Started playing with this but right now I think it takes more bytes than it is worth in terms of utility.
The only way this is worth doing is if we can refactor the code to eliminate the duplication between email_pager()
and get_email_body()
but that will be a radical reworking that will probably break things.