summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mdeliver: fix error stringDuncaen2017-05-261-1/+1
|
* mless: replace grep -m1 with sed for portabilityDuncaen2017-05-261-1/+1
|
* pipeto: check argv[0] is setLeah Neukirchen2017-05-231-1/+4
| | | | | This path couldn't so far be triggered, but can be useful if we reuse this code.
* mscan: spawn a pager for interactive useLeah Neukirchen2017-05-233-2/+33
|
* mshow: spawn a pager for interactive useLeah Neukirchen2017-05-235-2/+144
|
* mshow: no safe output for -RLeah Neukirchen2017-05-231-1/+1
|
* mshow: document -nLeah Neukirchen2017-05-232-2/+4
|
* mscan: use %H:%M timestamp for all mails newer than 24hLeah Neukirchen2017-05-211-5/+4
|
* mcom.1: tweakLeah Neukirchen2017-05-211-1/+1
|
* contrib/mvi: fix mktemp templateDuncaen2017-05-191-1/+1
|
* man: fix rendering with groffLeah Neukirchen2017-05-176-36/+36
| | | | Closes #32.
* mblaze-profile.5: fix lintLeah Neukirchen2017-05-151-2/+3
|
* mscan.1: fix lintLeah Neukirchen2017-05-151-1/+2
|
* mpick.1: fix lintLeah Neukirchen2017-05-151-2/+0
|
* magrep.1: fix lintLeah Neukirchen2017-05-151-2/+3
|
* mmime.1: closing > for <exprLarry Hynes2017-05-021-1/+1
| | | | Closes: #31 [via git-merge-pr]
* mmime: print_header: only force qp-encoding for overlong linesLeah Neukirchen2017-04-301-1/+1
| | | | | | Lines SHOULD not be longer than 78 chars, and we try to fold like that, but we only enforce qp-encoding for 7-bit safe lines if they would be longer than 998, which they MUST not be.
* mmime: check: allow up to 998 chars in header linesLeah Neukirchen2017-04-301-4/+24
|
* mpick: make message numbers starting at oneDuncaen2017-04-271-0/+1
| | | | fixes #29
* mscan: squeeze slashes for %FLeah Neukirchen2017-04-271-1/+4
| | | | Fixes #30.
* mgenmid: fix fallback random generation on 32bitleovilok2017-04-221-1/+1
| | | | | | lrand48 returns a long int, which is 32bits wide on 32bits systems Closes: #28 [via git-merge-pr]
* mpick: allow string expressions on any headerDuncaen2017-04-173-18/+28
|
* mcom: only generate multipart mime mails when using attachmentsLeah Neukirchen2017-04-161-7/+18
|
* filter: simplify clean up logicLeah Neukirchen2017-04-141-13/+9
|
* filter: use sigpending/sigismember/sigwait instead of sigtimedwaitLeah Neukirchen2017-04-141-3/+10
| | | | | sigtimedwait is just POSIX.1-2001, which lesser operating systems don't implement completely.
* filter: use sigtimedwait with zero wait timeLeah Neukirchen2017-04-141-2/+4
| | | | Else it will block until SIGPIPE comes.
* filter: block SIGPIPE during filteringLeah Neukirchen2017-04-141-1/+15
|
* mrep: don't put our own addresses into Cc:Leah Neukirchen2017-04-091-1/+7
| | | | Closes #26.
* rfc2047: blaze822_decode_rfc2047: ignore RFC 2231 language tagLeah Neukirchen2017-04-061-0/+3
|
* rfc2231: fix warningLeah Neukirchen2017-04-061-1/+1
|
* mshow: safely print filenamesLeah Neukirchen2017-04-061-6/+16
|
* Makefile: ensure to build object filesLeah Neukirchen2017-04-061-1/+1
|
* contrib/msendmail: add script to compose MIME mail noninteractivelyLeah Neukirchen2017-04-061-0/+67
|
* mshow: use blaze822_mime2231_parameter for filenamesLeah Neukirchen2017-04-062-13/+12
|
* rfc2231: add RFC 2231 mime parameter parsingLeah Neukirchen2017-04-062-0/+131
|
* mmime.1: cite RFC 2231Leah Neukirchen2017-04-061-0/+7
|
* mmime: use RFC2231 for Content-Disposition when neededLeah Neukirchen2017-04-061-3/+41
|
* mshow: render_mime: don't access invalid addresses when no output was generatedLeah Neukirchen2017-04-061-3/+5
|
* filter: free buffer on failureLeah Neukirchen2017-04-061-0/+1
|
* t: add maddr and minc testsDuncaen2017-04-022-0/+103
|
* seq: fix selecting subthreads at the end of sequences and add test casesDuncaen2017-04-012-2/+13
|
* t: add check_testDuncaen2017-03-316-18/+29
|
* mflag: check if curfile is set before using itDuncaen2017-03-311-1/+1
|
* t: add mseq and mflag testsDuncaen2017-03-312-0/+70
|
* t: minor fixes for mpick and mscan testsDuncaen2017-03-302-2/+2
|
* t: add mscan and msort testsDuncaen2017-03-302-0/+119
|
* mpick: prent -> parentLarry Hynes2017-03-301-1/+1
| | | | Closes: #23 [via git-merge-pr]
* mpick: fix subject cachingDuncaen2017-03-301-7/+12
|
* mpick: fix flagsDuncaen2017-03-301-6/+5
| | | | fixes #21
* t: add msed testsDuncaen2017-03-301-0/+35
|