Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add INSTALL.md | Christian Neukirchen | 2016-09-05 | 1 | -0/+13 |
* | Makefile: bail out on bmake | Christian Neukirchen | 2016-09-05 | 1 | -0/+2 |
* | use getdelim instead of getline | Christian Neukirchen | 2016-09-05 | 4 | -5/+5 |
* | mcolor: use awk in shebang | Christian Neukirchen | 2016-09-05 | 1 | -4/+1 |
* | Makefile: define OPENBSD to use libiconv | Christian Neukirchen | 2016-09-05 | 1 | -0/+4 |
* | mpick: shuffle for OpenBSD/FreeBSD | Christian Neukirchen | 2016-09-05 | 1 | -2/+4 |
* | Makefile: add -lrt for oldish glibc (e.g. 2.13) to find clock_gettime | Christian Neukirchen | 2016-09-05 | 1 | -0/+1 |
* | README: update | Christian Neukirchen | 2016-09-05 | 1 | -9/+9 |
* | mblaze.7: clarify a bit | Christian Neukirchen | 2016-09-05 | 1 | -2/+2 |
* | mcom: allow user to specify sendmail, sendmail-args in $MBLAZE/profile | Ivy Foster | 2016-09-04 | 1 | -4/+9 |
* | mcom: draft messages in $outbox/cur/, not $outbox/new/ | Ivy Foster | 2016-09-04 | 1 | -1/+1 |
* | Makefile: link mrep to mcom, not vice versa | Ivy Foster | 2016-09-03 | 1 | -1/+1 |
* | Makefile: install .7 manuals to $MANDIR/man7 | Ivy Foster | 2016-09-03 | 1 | -2/+5 |
* | Makefile: allow user to add CFLAGS on the command line | Ivy Foster | 2016-09-03 | 1 | -1/+1 |
* | README: update | Christian Neukirchen | 2016-09-02 | 1 | -2/+2 |
* | Merge pull request #3 from escondida/profiles | Christian Neukirchen | 2016-09-02 | 13 | -26/+56 |
|\ | |||||
| * | Style cleanup on previous commit | Ivy Foster | 2016-09-02 | 4 | -18/+15 |
| * | Add $MBLAZE environment variable to set profile location | Ivy Foster | 2016-09-01 | 14 | -30/+63 |
|/ | |||||
* | 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 |