about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmime: generate LF before MIME boundariesChristian Neukirchen2016-08-061-4/+4
* rfc2045: the (CR)LF before the boundary belongs to the boundaryChristian Neukirchen2016-08-061-0/+5
* mshow: extract_mime: body is usedChristian Neukirchen2016-08-061-1/+0
* mseq.1: double .PpChristian Neukirchen2016-08-061-1/+0
* msort: add -U and -I to sort by flagsChristian Neukirchen2016-08-062-3/+39
* mscan: oneline: don't show not existing messages as unseenChristian Neukirchen2016-08-061-1/+1
* remove mthr, now obsoleteChristian Neukirchen2016-08-051-46/+0
* seq: add thread selectorsChristian Neukirchen2016-08-052-7/+145
* mscan: default %F left-alignedChristian Neukirchen2016-08-051-1/+1
* mscan: silence a warningChristian Neukirchen2016-08-041-1/+1
* mscan: actually show To: in TO:Christian Neukirchen2016-08-041-3/+3
* mscan: use Scan-Format from profile by defaultChristian Neukirchen2016-08-041-0/+3
* mscan: fmt_date: refactor, add 5-char %dChristian Neukirchen2016-08-041-24/+32
* seq: fix message number reporting when using iterdirChristian Neukirchen2016-08-041-4/+8
* contrib/mtwoscan: add exampleChristian Neukirchen2016-08-041-0/+4
* mscan: silence %b when !msgChristian Neukirchen2016-08-041-3/+7
* mscan: fix %MChristian Neukirchen2016-08-041-1/+3
* mscan.1: update for formatsChristian Neukirchen2016-08-041-5/+93
* mscan: adaptive iso dateChristian Neukirchen2016-08-041-0/+2
* mscan: look up message number when neededChristian Neukirchen2016-08-041-6/+9
* mscan: refactor, slight output changeChristian Neukirchen2016-08-041-93/+102
* mscan: support \n and \tChristian Neukirchen2016-08-041-1/+13