Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
PRINTMAIL(1L)							   PRINTMAIL(1L)

NAME
     printmail - format mail in a readable fashion for printing

SYNOPSIS
     printmail {-p} {filename}

DESCRIPTION
     Printmail copies all messages from either the file specified or the default
     user  mailbox with each message separated by a line of dashes.  With the -p
     option, the messages are separated by a form feed instead.

     In fact, this command is actually just  a	slightly  differently  formatted
     call to readmsg:
	  readmsg {-p} {-f filename} *
     which does all the work here.

EXAMPLE
     A typical usage of this command is;

	  printmail | lpr

AUTHOR
     Elm Development Group

SEE ALSO
     readmsg(1L)

BUG REPORTS TO
     Bill Pemberton  flash@virginia.edu Copyright 1988-1995 by The USENET Commu-
     nity Trust
     Derived from Elm 2.0,  Copyright 1986, 1987 by Dave Taylor

USENET Community Trust		 Elm Version 2.5		   PRINTMAIL(1L)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=printmail&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help