about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add $MBLAZE environment variable to set profile locationIvy Foster2016-09-0114-30/+63
* seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOMEChristian Neukirchen2016-09-011-1/+8
* seq: blaze822_seq_cur: use void prototypeChristian Neukirchen2016-09-012-2/+2
* mdate: style tweakChristian Neukirchen2016-09-011-1/+2
* blaze822: blaze822_addr: add bounds check when extracting display nameChristian Neukirchen2016-09-011-1/+1
* Makefile: use static rule, simplifyChristian Neukirchen2016-08-231-19/+9
* add mexportChristian Neukirchen2016-08-196-1/+211
* mdeliver: parse both Status: and X-Status:, then drop themChristian Neukirchen2016-08-191-12/+27
* mdeliver: deliver to new/ by default, use -c for cur/ nowChristian Neukirchen2016-08-192-12/+11
* add contrib/mpeekChristian Neukirchen2016-08-171-0/+11
* mhdr: -H to print file nameChristian Neukirchen2016-08-172-3/+20
* mscan.1: sort formatting codesChristian Neukirchen2016-08-111-46/+45
* mscan: add %I for message-idChristian Neukirchen2016-08-112-1/+16
* mscan: make negative width in %f, %s mean "rest minus N"Christian Neukirchen2016-08-101-2/+4
* mcom: simplify subject generationChristian Neukirchen2016-08-101-10/+1
* mscan: add %S for stripped subjectChristian Neukirchen2016-08-102-3/+30
* mscan.1: mention %R for filenameChristian Neukirchen2016-08-091-1/+3
* mscan: better width for %FChristian Neukirchen2016-08-091-2/+14
* mscan: add width to %bChristian Neukirchen2016-08-091-9/+8
* mscan: u8putstr: force left-alignmentChristian Neukirchen2016-08-091-0/+2
* mscan: fix formatting of %f without width, and for %s with widthChristian Neukirchen2016-08-091-6/+19
* mshow: ensure plain text output ends with a newlineChristian Neukirchen2016-08-091-4/+8
* mseq: setcur: unset MAILDOT, because with -C we really want to force setting curChristian Neukirchen2016-08-091-0/+1
* mseq: allow message syntax in -cChristian Neukirchen2016-08-092-6/+18
* mseq: add -c to override .Christian Neukirchen2016-08-092-6/+17
* seq: add $MAILDOT to override the value of .Christian Neukirchen2016-08-091-0/+8
* blaze822: blaze822_addr: make a bit more robustChristian Neukirchen2016-08-091-2/+15
* maddr: -a to only print address partChristian Neukirchen2016-08-092-3/+13
* mless: add ^ to go to parentChristian Neukirchen2016-08-082-0/+4
* import and use timegm from muslChristian Neukirchen2016-08-085-15/+107
* mscan: oneline: fix flag fiddlingChristian Neukirchen2016-08-081-2/+4
* mcom: simplify To:Christian Neukirchen2016-08-081-6/+2
* mcom: add deleteChristian Neukirchen2016-08-082-1/+12
* rename mcomp -> mcom, mrepl -> mrepChristian Neukirchen2016-08-088-23/+24
* mless.1: extend a bitChristian Neukirchen2016-08-081-1/+6
* seq: exit with 2 on fatal parsing errorChristian Neukirchen2016-08-081-1/+1
* mhdr: set exit status to 1 when no header was foundChristian Neukirchen2016-08-082-3/+15
* Makefile: add install ruleChristian Neukirchen2016-08-081-0/+14
* msed: drop date generation (use mdate)Christian Neukirchen2016-08-081-13/+3
* mcomp: use mdateChristian Neukirchen2016-08-081-1/+7
* mcomp: cleanupChristian Neukirchen2016-08-081-1/+2
* mrepl: check message has a message-idChristian Neukirchen2016-08-081-6/+9
* add mdate, a portable version of GNU date --rfc-2822Christian Neukirchen2016-08-082-1/+17
* mquote: needs := for empty stringsChristian Neukirchen2016-08-081-3/+3
* seq: parse_parent: bump previndent sizeChristian Neukirchen2016-08-071-3/+3
* add contrib/mverify to verify a OpenPGP or SMIME messageChristian Neukirchen2016-08-061-0/+33
* mshow: rather, use -r -O to print the part rawChristian Neukirchen2016-08-062-6/+16
* mshow: extract headers with -H -OChristian Neukirchen2016-08-062-1/+16
* mshow: simplify -H with orig_headerChristian Neukirchen2016-08-061-12/+3
* blaze822: keep a pointer to the original header, if we have it anywayChristian Neukirchen2016-08-063-1/+12