| Commit message (Expand) | Author | Age | Files | Lines |
* | seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOME | Christian Neukirchen | 2016-09-01 | 1 | -1/+8 |
* | seq: blaze822_seq_cur: use void prototype | Christian Neukirchen | 2016-09-01 | 2 | -2/+2 |
* | mdate: style tweak | Christian Neukirchen | 2016-09-01 | 1 | -1/+2 |
* | blaze822: blaze822_addr: add bounds check when extracting display name | Christian Neukirchen | 2016-09-01 | 1 | -1/+1 |
* | Makefile: use static rule, simplify | Christian Neukirchen | 2016-08-23 | 1 | -19/+9 |
* | add mexport | Christian Neukirchen | 2016-08-19 | 6 | -1/+211 |
* | mdeliver: parse both Status: and X-Status:, then drop them | Christian Neukirchen | 2016-08-19 | 1 | -12/+27 |
* | mdeliver: deliver to new/ by default, use -c for cur/ now | Christian Neukirchen | 2016-08-19 | 2 | -12/+11 |
* | add contrib/mpeek | Christian Neukirchen | 2016-08-17 | 1 | -0/+11 |
* | mhdr: -H to print file name | Christian Neukirchen | 2016-08-17 | 2 | -3/+20 |
* | mscan.1: sort formatting codes | Christian Neukirchen | 2016-08-11 | 1 | -46/+45 |
* | mscan: add %I for message-id | Christian Neukirchen | 2016-08-11 | 2 | -1/+16 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |