about summary refs log tree commit diff
path: root/magrep.c
Commit message (Expand)AuthorAgeFilesLines
* include strings.h for str(n)casecmpMichael Forney2020-09-251-0/+1
* pledge(2) all programsTim Kuijsten2020-09-061-0/+3
* magrep: fix use of uninitialized memoryDuncaen2019-02-281-1/+1
* magrep: fix memory leak in magrep message body searchJulian Rother2018-12-191-0/+1
* magrep: add -h, which is like -p but doesn't print the file name.Leah Neukirchen2018-09-101-4/+11
* magrep: add -l flagDuncaen2018-07-081-9/+13
* magrep: add *:REGEX to search in any headerLeah Neukirchen2018-02-041-13/+30
* magrep: keep threading while matching bodyDuncaen2017-11-151-4/+5
* styleLeah Neukirchen2017-08-311-4/+4
* magrep: use printf string precision to print matches instead of strndupDuncaen2017-02-231-8/+5
* magrep: continue matching mime parts in -p and or -o modeDuncaen2017-02-231-2/+2
* magrep: match body line by line if -p is specified without -c, -v and -oDuncaen2017-02-231-2/+12
* magrep: add -p to print matches and the context and -o to only print matchesDuncaen2017-02-231-11/+39
* magrep: add -mChristian Neukirchen2016-08-021-14/+18
* magrep: add search in bodyChristian Neukirchen2016-08-021-0/+47
* magrep: search message flags if header is emptyChristian Neukirchen2016-08-021-0/+7
* add magrepChristian Neukirchen2016-08-021-0/+116