From bda650a7e5e72a9205112884cd7ba18198dff8f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 7 Jun 2018 19:39:32 +1200 Subject: Replace mail_mutt.vim with mim(1df) Way better, and more generally useful. --- man/man1/mim.1df | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/man1/mim.1df (limited to 'man') diff --git a/man/man1/mim.1df b/man/man1/mim.1df new file mode 100644 index 00000000..e70c7fa5 --- /dev/null +++ b/man/man1/mim.1df @@ -0,0 +1,20 @@ +.TH MIM 1df "June 2018" "Manual page for mim" +.SH NAME +.B mim +\- start a new Mutt message with the input +.SH SYNOPSIS +.B mim +file1 [file2 ...] +.br +curl http://example.net/ | +.B mim +.SH DESCRIPTION +.B mim +takes all its input and puts it into a temporary file for mutt(1) to read with +its -i option, redirecting the terminal input appropriately. This allows you to +concatenate or pipe input straight into a new Mutt message. +.P +The author wrote it so that he could use ! and :! commands in Vim with it, to +email sections of buffers to people conveniently. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3