index
:
mblaze
this commit
master
wip
Unix utilities to deal with Maildir
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
README: update
Leah Neukirchen
2020-09-12
1
-4
/
+5
*
NEWS.md: update for 1.0
v1.0
Leah Neukirchen
2020-09-12
2
-2
/
+8
*
mgenmid: fix pledge, needs dns
Leah Neukirchen
2020-09-07
1
-1
/
+1
*
mpick: relax pledge for redirects
Leah Neukirchen
2020-09-06
1
-1
/
+1
*
pledge(2) all programs
Tim Kuijsten
2020-09-06
21
-1
/
+100
*
mmime: allow ; and =, for ";charset="
Leah Neukirchen
2020-08-22
1
-1
/
+2
*
t/7000-mseq.t: add test for 74857db19
Leah Neukirchen
2020-08-14
1
-1
/
+2
*
t/5000-mscan.t: typo
Leah Neukirchen
2020-08-11
1
-1
/
+1
*
mseq: reinitialize iter for each command line argument
Leah Neukirchen
2020-08-11
1
-1
/
+1
*
t/5000-mscan.t: add test for b41d2ef
Leah Neukirchen
2020-08-11
1
-1
/
+3
*
seq: blaze822_loop: reinitialize iter for each command line argument
Leah Neukirchen
2020-08-11
1
-1
/
+1
*
msort: order: remove dead assignment
Leah Neukirchen
2020-08-10
1
-3
/
+3
*
seq: blaze822_seq_load: remove dead assignment
Leah Neukirchen
2020-08-10
1
-2
/
+2
*
seq: fix infinite loop when selecting thread of orphaned message
Jeremy Bobbin
2020-08-10
1
-1
/
+1
*
mshow: refactor, use charset logic in reply_mime too
Leah Neukirchen
2020-08-08
1
-11
/
+14
*
contrib/mrecode: assume UTF-8 for unknown-8bit or x-unknown charsets
Leah Neukirchen
2020-08-08
1
-5
/
+5
*
mshow: assume UTF-8 for unknown-8bit or x-unknown charsets
Leah Neukirchen
2020-08-08
1
-1
/
+4
*
mmime: be more strict when detecting content types for the include syntax
Leah Neukirchen
2020-08-05
1
-1
/
+18
*
mshow: print encoding error message to stderr
Leah Neukirchen
2020-08-02
1
-1
/
+1
*
mshow: only set cur when there is a new current message
Leah Neukirchen
2020-08-02
1
-1
/
+2
*
mpick: breaking cmdline options
Duncan Overbruck
2020-07-30
3
-201
/
+44
*
t: use - instead of /dev/stdin
Leah Neukirchen
2020-07-03
1
-1
/
+1
*
contrib/malternative: use - instead of /dev/stdin
Leah Neukirchen
2020-07-03
1
-1
/
+1
*
mcom: use - instead of /dev/stdin
Leah Neukirchen
2020-07-03
1
-19
/
+19
*
seq: - now refers to the message on stdin, use .- for previous message
Leah Neukirchen
2020-07-03
5
-7
/
+33
*
seq: cleanup
Leah Neukirchen
2020-07-03
1
-2
/
+0
*
mpick: fixed freeing pointer returned from getenv
Julian Rother
2020-06-07
1
-1
/
+2
*
t/2000-mpick.t: test environment variables in expressions
Julian Rother
2020-06-07
1
-1
/
+3
*
mrep: use Reply-From configuration to find From header
Leah Neukirchen
2020-05-23
2
-2
/
+26
*
mrep: don't add another From: when -from is used already
Leah Neukirchen
2020-05-23
1
-2
/
+5
*
add contrib/mcount, a tool to count mails (possibly between pipes)
Leah Neukirchen
2020-05-16
1
-0
/
+10
*
mthread: remove count output
Leah Neukirchen
2020-05-16
1
-5
/
+2
*
t/lib.sh: work around a OpenBSD bug
Leah Neukirchen
2020-05-16
1
-2
/
+2
*
NEWS.md: update for 0.7
v0.7
Leah Neukirchen
2020-05-15
2
-1
/
+13
*
mlist: fix dangling else warning
Leah Neukirchen
2020-05-15
1
-1
/
+2
*
mpick: improve unknown binding error and add test case
Duncan Overbruck
2020-05-15
2
-4
/
+7
*
t/2000-mpick.t: check for double free with bindings
Duncan Overbruck
2020-05-15
1
-1
/
+10
*
mpick: fix memory leaks
Duncan Overbruck
2020-05-15
1
-8
/
+24
*
mpick: use slurp instead of mmaping files
Duncaen
2020-05-15
1
-14
/
+7
*
mpick: fix memory leak in parse_dur
Duncaen
2020-05-15
1
-14
/
+15
*
mpick: always point to malloc memory in parse_string
Duncaen
2020-05-15
1
-2
/
+2
*
t/2000-mpick.t: add tests for all the new features
Duncaen
2020-05-15
1
-1
/
+50
*
mpick: add header decodeop for better address matching
Duncaen
2020-05-15
3
-75
/
+115
*
mpick: add let expressions
Duncaen
2020-05-15
2
-4
/
+121
*
mpick: better error for missing ) over multiple lines
Duncaen
2020-05-15
1
-6
/
+7
*
mpick: allow reading expressions from files i.e. using #!/bin/mpick
Duncaen
2020-05-15
1
-5
/
+40
*
mpick: minor cleanups/memleak fixes for parse_msglist
Duncaen
2020-05-15
1
-8
/
+6
*
mpick: refactor mailfile handling
Duncaen
2020-05-15
1
-65
/
+66
*
mpick: add support for multiline expressions and comments
Duncaen
2020-05-15
1
-12
/
+57
*
mpick: add xcalloc and xstrdup
Duncaen
2020-05-15
1
-28
/
+38
[next]