index
:
mblaze
this commit
master
wip
Unix utilities to deal with Maildir
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use appropriate integer types
Leah Neukirchen
2017-10-06
10
-21
/
+23
*
blaze822: blaze822_addr: quote local-part if needed
Leah Neukirchen
2017-10-03
1
-0
/
+26
*
rfc2047: blaze822_decode_qp: decode invalid qp-codes as literal
Leah Neukirchen
2017-09-27
1
-3
/
+3
*
mshow: add -F to disable MIME filters
Leah Neukirchen
2017-09-22
2
-4
/
+8
*
mcom: automatically run mmime when deemed necessary
Leah Neukirchen
2017-09-22
1
-16
/
+27
*
mmime: gen_qp: quote ^From and ^.$ to be safe
Leah Neukirchen
2017-09-21
1
-1
/
+5
*
mmime: gen_qp: encode trailing space and tab as =20/=09
Leah Neukirchen
2017-09-19
1
-1
/
+12
*
mflow: only accept flowed line with final space when reflowing
Leah Neukirchen
2017-09-19
1
-1
/
+1
*
GNUmakefile: fix OpenBSD build
Leah Neukirchen
2017-09-19
1
-1
/
+1
*
GNUmakefile: tweaks to make it easier for OpenBSD ports
Leah Neukirchen
2017-09-16
1
-3
/
+5
*
mflow: fix argument parsing
Leah Neukirchen
2017-09-06
1
-2
/
+2
*
mflow: only space stuff when really reflowing
Leah Neukirchen
2017-09-06
1
-1
/
+1
*
mflow: add wrapping of long lines, add argument parsing, add quoting
Leah Neukirchen
2017-09-06
2
-7
/
+41
*
mshow: show: treat non-mime mails as single-part text/plain mails
Leah Neukirchen
2017-09-06
1
-1
/
+1
*
contrib: add mrecode
Leah Neukirchen
2017-09-06
1
-0
/
+8
*
mhdr: add -p to extract MIME parameters
Leah Neukirchen
2017-09-06
3
-4
/
+27
*
mflow: assume no reflow by default, when content-type exists
Leah Neukirchen
2017-09-02
1
-0
/
+1
*
mflow: flowed: add case where the word is too long for a line
Leah Neukirchen
2017-09-02
1
-1
/
+2
*
mflag: fix behavior with no arguments and reading from not a tty
Leah Neukirchen
2017-09-01
1
-0
/
+5
*
style
Leah Neukirchen
2017-08-31
28
-185
/
+185
*
mquote: make sed expression to strip signature work with busybox sed
Sören Tempel
2017-08-22
1
-1
/
+1
*
mgenmid: printb36: fix off-by-one
Leah Neukirchen
2017-08-21
1
-1
/
+2
*
mshow: render_mime: avoid indexing into empty buffer
Leah Neukirchen
2017-08-21
1
-1
/
+1
*
mflow: use blaze822_mime_parameter properly
Leah Neukirchen
2017-08-21
1
-4
/
+4
*
squash more mandoc -Tlint warnings
Leah Neukirchen
2017-08-20
11
-42
/
+43
*
mshow: use return value 62 for raw output of filters
Leah Neukirchen
2017-08-20
1
-2
/
+5
*
mmime.1: reference makemime(1) and mhbuild(1)
Leah Neukirchen
2017-08-20
1
-0
/
+2
*
mshow: use "less -RFXe" when $PAGER is plain "less"
Leah Neukirchen
2017-08-17
1
-1
/
+6
*
filter: use a non-blocking write pipe
Leah Neukirchen
2017-08-06
1
-3
/
+10
*
filter: don't write more than PIPE_BUF at once
Leah Neukirchen
2017-08-06
1
-2
/
+5
*
mverify: use 0+x to force number
Leah Neukirchen
2017-08-05
1
-3
/
+3
*
mverify: Cant - > cannot
Larry Hynes
2017-08-05
1
-1
/
+1
*
mshow: fallback to text/plain when no content-type exists
Leah Neukirchen
2017-08-05
1
-3
/
+5
*
rfc2047: blaze822_decode_b64: ensure nul-termination of result
Leah Neukirchen
2017-07-30
1
-1
/
+3
*
mcom: dreaft -> draft
Larry Hynes
2017-07-27
1
-1
/
+1
*
filter.example: use mflow
Leah Neukirchen
2017-07-26
1
-0
/
+1
*
add mflow
Leah Neukirchen
2017-07-26
5
-4
/
+249
*
VERSION: 0.2
v0.2
Leah Neukirchen
2017-07-17
1
-1
/
+1
*
add NEWS.md
Leah Neukirchen
2017-07-17
1
-0
/
+17
*
mseq: use first message of range for -c and -C.
Leah Neukirchen
2017-07-17
1
-0
/
+6
*
minc: use squeeze_slash
Leah Neukirchen
2017-07-12
2
-2
/
+4
*
mlist: extract squeeze_slash
Leah Neukirchen
2017-07-12
4
-11
/
+20
*
mrep: avoid initial space for References:
Leah Neukirchen
2017-07-12
1
-1
/
+1
*
Changes to mthread.1
Larry Hynes
2017-07-12
1
-7
/
+8
*
Changes to msort.1
Larry Hynes
2017-07-11
1
-6
/
+4
*
mlist: squeeze squeezing code
Leah Neukirchen
2017-07-11
1
-3
/
+2
*
mlist: squeeze slashes from directory names
Leah Neukirchen
2017-07-11
1
-0
/
+13
*
Changes to msed.1
Larry Hynes
2017-07-11
1
-3
/
+3
*
Changes to mshow.1
Larry Hynes
2017-07-11
1
-8
/
+11
*
mymemmem: update with patch from musl mailing list
Leah Neukirchen
2017-07-11
1
-15
/
+10
[prev]
[next]