about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* mscan: fmt_from: first decode RFC2047, then parse addressLeah Neukirchen2017-01-211-10/+10
* LeahizeLeah Neukirchen2017-01-2124-25/+24
* mlist: don't use blaze822_loop for the case when arguments are givenLeah Neukirchen2017-01-211-4/+8
* seq: avoid infinite loop in "mscan -n ."Christian Neukirchen2016-12-311-1/+1
* mlist: read directory names from stdin when used non-interactivelyChristian Neukirchen2016-12-133-54/+63
* mmime: don't truncate a #type line when it has invalid syntaxChristian Neukirchen2016-11-081-0/+2
* mmime: ensure a new token in qp header generationChristian Neukirchen2016-11-081-2/+2
* rfc2047: only decode _ as spaces when decoding headersChristian Neukirchen2016-11-083-5/+5
* rfc2047: blaze822_decode_qp: don't waste 75% memoryChristian Neukirchen2016-11-021-1/+1
* msuck: pad pids to 5 decimalsChristian Neukirchen2016-10-181-1/+1
* mcolor: recognize new mail headers after ^LChristian Neukirchen2016-10-181-1/+3
* rfc2047: detect partial multibyte sequences and decode them correctlyChristian Neukirchen2016-10-141-9/+49
* slurp: zero-terminate bufferChristian Neukirchen2016-10-061-1/+3
* mman: gen_file: slurp the file instead of mmapChristian Neukirchen2016-10-051-18/+14
* seq: slurp the file instead of mmapChristian Neukirchen2016-10-054-14/+66
* mmime: gen_build: don't crash on #-line without spaceChristian Neukirchen2016-10-051-8/+10
* msuck: off by oneChristian Neukirchen2016-09-251-1/+1
* mcom: very elementary NNTP posting supportChristian Neukirchen2016-09-251-5/+17
* mblow: print POST reponse on success (e.g. to show moderation)Christian Neukirchen2016-09-251-0/+1
* contrib: add msuck and mblow for NNTP supportChristian Neukirchen2016-09-252-0/+173
* INSTALL.md: cygwinChristian Neukirchen2016-09-081-0/+1
* mlist: include <sys/syscall.h> only when requiredChristian Neukirchen2016-09-081-1/+2
* mscan: styleChristian Neukirchen2016-09-071-2/+2
* mblaze822: blaze822_addr: add simple group parsingChristian Neukirchen2016-09-071-1/+6
* INSTALL.md: mention GNU makeChristian Neukirchen2016-09-051-0/+2
* add INSTALL.mdChristian Neukirchen2016-09-051-0/+13
* Makefile: bail out on bmakeChristian Neukirchen2016-09-051-0/+2
* use getdelim instead of getlineChristian Neukirchen2016-09-054-5/+5
* mcolor: use awk in shebangChristian Neukirchen2016-09-051-4/+1
* Makefile: define OPENBSD to use libiconvChristian Neukirchen2016-09-051-0/+4
* mpick: shuffle for OpenBSD/FreeBSDChristian Neukirchen2016-09-051-2/+4
* Makefile: add -lrt for oldish glibc (e.g. 2.13) to find clock_gettimeChristian Neukirchen2016-09-051-0/+1
* README: updateChristian Neukirchen2016-09-051-9/+9
* mblaze.7: clarify a bitChristian Neukirchen2016-09-051-2/+2
* mcom: allow user to specify sendmail, sendmail-args in $MBLAZE/profileIvy Foster2016-09-041-4/+9
* mcom: draft messages in $outbox/cur/, not $outbox/new/Ivy Foster2016-09-041-1/+1
* Makefile: link mrep to mcom, not vice versaIvy Foster2016-09-031-1/+1
* Makefile: install .7 manuals to $MANDIR/man7Ivy Foster2016-09-031-2/+5
* Makefile: allow user to add CFLAGS on the command lineIvy Foster2016-09-031-1/+1
* README: updateChristian Neukirchen2016-09-021-2/+2
* Merge pull request #3 from escondida/profilesChristian Neukirchen2016-09-0213-26/+56
|\
| * Style cleanup on previous commitIvy Foster2016-09-024-18/+15
| * 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