diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-05-24 22:52:48 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-05-24 22:52:48 +0200 |
commit | b975dc5c1bf650f8f38f229bf6ee7916961ded9f (patch) | |
tree | 6b602dcda9b52deb083f90015e5acdfa696ebe01 /doc/man | |
parent | faa268d8e92bd8ac57e36564df7e1fd8886f199c (diff) |
sssh! sfeed_mail is a work-in-progress :)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sfeed_mail.1 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/man/sfeed_mail.1 b/doc/man/sfeed_mail.1 deleted file mode 100644 index df22124..0000000 --- a/doc/man/sfeed_mail.1 +++ /dev/null @@ -1,30 +0,0 @@ -.TH "SFEED_MAIL" "1" "May 17, 2015" "" "General Commands Manual" -.nh -.if n .ad l -.SH "NAME" -\fBsfeed_mail\fR -\- formats a feeds file to mail -.SH "SYNOPSIS" -.HP 11n -\fBsfeed_mail\fR -.SH "DESCRIPTION" -\fBsfeed_mail\fR -formats a feeds file (TSV) from -sfeed_update(1) -to mail. It reads TSV data from stdin and writes e-mails to stdout. These can -be further processed by tools like -procmail(1). -.SH "FORMAT" -Depending on the original content\-type the mail will be formatted as -plain-text (text/plain) or HTML (text/html). -.SH "CUSTOM HEADERS" -To make filtering simpler some custom headers are set: -.TP 8n -X-feedname -The feedname (set in sfeedrc). -.SH "SEE ALSO" -procmail(1), -sfeed(1), -sfeed_update(1) -.SH "AUTHORS" -Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> |