about summary refs log tree commit diff
path: root/mflow.c
Commit message (Expand)AuthorAgeFilesLines
* mflow: fixed lines were not wrapped, add test suiteLeah Neukirchen2022-01-011-22/+14
* include strings.h for str(n)casecmpMichael Forney2020-09-251-0/+1
* pledge(2) all programsTim Kuijsten2020-09-061-0/+5
* mflow: avoid adding a space after the leading quotes if there already is oneLeah Neukirchen2019-01-101-2/+2
* mflow: flowed: ensure progress by printing at least one word each timeLeah Neukirchen2017-11-091-1/+2
* mflow: flowed: reevaluate termination after line break.Leah Neukirchen2017-11-091-0/+1
* mflow: only accept flowed line with final space when reflowingLeah Neukirchen2017-09-191-1/+1
* mflow: fix argument parsingLeah Neukirchen2017-09-061-2/+2
* mflow: only space stuff when really reflowingLeah Neukirchen2017-09-061-1/+1
* mflow: add wrapping of long lines, add argument parsing, add quotingLeah Neukirchen2017-09-061-6/+24
* mflow: assume no reflow by default, when content-type existsLeah Neukirchen2017-09-021-0/+1
* mflow: flowed: add case where the word is too long for a lineLeah Neukirchen2017-09-021-1/+2
* styleLeah Neukirchen2017-08-311-3/+3
* mflow: use blaze822_mime_parameter properlyLeah Neukirchen2017-08-211-4/+4
* add mflowLeah Neukirchen2017-07-261-0/+187