Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mscan: make negative width in %f, %s mean "rest minus N" | Christian Neukirchen | 2016-08-10 | 1 | -2/+4 |
| | |||||
* | mcom: simplify subject generation | Christian Neukirchen | 2016-08-10 | 1 | -10/+1 |
| | |||||
* | mscan: add %S for stripped subject | Christian Neukirchen | 2016-08-10 | 2 | -3/+30 |
| | |||||
* | mscan.1: mention %R for filename | Christian Neukirchen | 2016-08-09 | 1 | -1/+3 |
| | |||||
* | mscan: better width for %F | Christian Neukirchen | 2016-08-09 | 1 | -2/+14 |
| | |||||
* | mscan: add width to %b | Christian Neukirchen | 2016-08-09 | 1 | -9/+8 |
| | |||||
* | mscan: u8putstr: force left-alignment | Christian Neukirchen | 2016-08-09 | 1 | -0/+2 |
| | |||||
* | mscan: fix formatting of %f without width, and for %s with width | Christian Neukirchen | 2016-08-09 | 1 | -6/+19 |
| | |||||
* | mshow: ensure plain text output ends with a newline | Christian Neukirchen | 2016-08-09 | 1 | -4/+8 |
| | |||||
* | mseq: setcur: unset MAILDOT, because with -C we really want to force setting cur | Christian Neukirchen | 2016-08-09 | 1 | -0/+1 |
| | |||||
* | mseq: allow message syntax in -c | Christian Neukirchen | 2016-08-09 | 2 | -6/+18 |
| | |||||
* | mseq: add -c to override . | Christian Neukirchen | 2016-08-09 | 2 | -6/+17 |
| | |||||
* | seq: add $MAILDOT to override the value of . | Christian Neukirchen | 2016-08-09 | 1 | -0/+8 |
| | |||||
* | blaze822: blaze822_addr: make a bit more robust | Christian Neukirchen | 2016-08-09 | 1 | -2/+15 |
| | | | | | | Start over when seeing another < in the address part. Support "..." in the address part. | ||||
* | maddr: -a to only print address part | Christian Neukirchen | 2016-08-09 | 2 | -3/+13 |
| | |||||
* | mless: add ^ to go to parent | Christian Neukirchen | 2016-08-08 | 2 | -0/+4 |
| | |||||
* | import and use timegm from musl | Christian Neukirchen | 2016-08-08 | 5 | -15/+107 |
| | | | | It's ridiculous this function is not in the standards. | ||||
* | mscan: oneline: fix flag fiddling | Christian Neukirchen | 2016-08-08 | 1 | -2/+4 |
| | |||||
* | mcom: simplify To: | Christian Neukirchen | 2016-08-08 | 1 | -6/+2 |
| | |||||
* | mcom: add delete | Christian Neukirchen | 2016-08-08 | 2 | -1/+12 |
| | |||||
* | rename mcomp -> mcom, mrepl -> mrep | Christian Neukirchen | 2016-08-08 | 8 | -23/+24 |
| | | | | | | mcomp is in mtools already. mfwd will be added in the future. | ||||
* | mless.1: extend a bit | Christian Neukirchen | 2016-08-08 | 1 | -1/+6 |
| | |||||
* | seq: exit with 2 on fatal parsing error | Christian Neukirchen | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | mhdr: set exit status to 1 when no header was found | Christian Neukirchen | 2016-08-08 | 2 | -3/+15 |
| | |||||
* | Makefile: add install rule | Christian Neukirchen | 2016-08-08 | 1 | -0/+14 |
| | |||||
* | msed: drop date generation (use mdate) | Christian Neukirchen | 2016-08-08 | 1 | -13/+3 |
| | |||||
* | mcomp: use mdate | Christian Neukirchen | 2016-08-08 | 1 | -1/+7 |
| | |||||
* | mcomp: cleanup | Christian Neukirchen | 2016-08-08 | 1 | -1/+2 |
| | |||||
* | mrepl: check message has a message-id | Christian Neukirchen | 2016-08-08 | 1 | -6/+9 |
| | |||||
* | add mdate, a portable version of GNU date --rfc-2822 | Christian Neukirchen | 2016-08-08 | 2 | -1/+17 |
| | |||||
* | mquote: needs := for empty strings | Christian Neukirchen | 2016-08-08 | 1 | -3/+3 |
| | |||||
* | seq: parse_parent: bump previndent size | Christian Neukirchen | 2016-08-07 | 1 | -3/+3 |
| | |||||
* | add contrib/mverify to verify a OpenPGP or SMIME message | Christian Neukirchen | 2016-08-06 | 1 | -0/+33 |
| | |||||
* | mshow: rather, use -r -O to print the part raw | Christian Neukirchen | 2016-08-06 | 2 | -6/+16 |
| | |||||
* | mshow: extract headers with -H -O | Christian Neukirchen | 2016-08-06 | 2 | -1/+16 |
| | |||||
* | mshow: simplify -H with orig_header | Christian Neukirchen | 2016-08-06 | 1 | -12/+3 |
| | |||||
* | blaze822: keep a pointer to the original header, if we have it anyway | Christian Neukirchen | 2016-08-06 | 3 | -1/+12 |
| | |||||
* | mmime: generate LF before MIME boundaries | Christian Neukirchen | 2016-08-06 | 1 | -4/+4 |
| | |||||
* | rfc2045: the (CR)LF before the boundary belongs to the boundary | Christian Neukirchen | 2016-08-06 | 1 | -0/+5 |
| | |||||
* | mshow: extract_mime: body is used | Christian Neukirchen | 2016-08-06 | 1 | -1/+0 |
| | |||||
* | mseq.1: double .Pp | Christian Neukirchen | 2016-08-06 | 1 | -1/+0 |
| | |||||
* | msort: add -U and -I to sort by flags | Christian Neukirchen | 2016-08-06 | 2 | -3/+39 |
| | |||||
* | mscan: oneline: don't show not existing messages as unseen | Christian Neukirchen | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | remove mthr, now obsolete | Christian Neukirchen | 2016-08-05 | 1 | -46/+0 |
| | |||||
* | seq: add thread selectors | Christian Neukirchen | 2016-08-05 | 2 | -7/+145 |
| | |||||
* | mscan: default %F left-aligned | Christian Neukirchen | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | mscan: silence a warning | Christian Neukirchen | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | mscan: actually show To: in TO: | Christian Neukirchen | 2016-08-04 | 1 | -3/+3 |
| | |||||
* | mscan: use Scan-Format from profile by default | Christian Neukirchen | 2016-08-04 | 1 | -0/+3 |
| | |||||
* | mscan: fmt_date: refactor, add 5-char %d | Christian Neukirchen | 2016-08-04 | 1 | -24/+32 |
| |