Commit Graph

15 Commits

Author SHA1 Message Date
Duncaen
c8ce6d220c magrep: fix use of uninitialized memory
found by -fsanitize=memory
2019-02-28 17:34:58 +01:00
Julian Rother
3cc1944877 magrep: fix memory leak in magrep message body search
Closes: #147 [via git-merge-pr]
2018-12-19 16:31:54 +01:00
Leah Neukirchen
1336ea5512 magrep: add -h, which is like -p but doesn't print the file name. 2018-09-10 15:22:02 +02:00
Duncaen
98918783aa magrep: add -l flag
Closes: #121 [via git-merge-pr]
2018-07-08 15:13:17 +02:00
Leah Neukirchen
80a74ddc98 magrep: add *:REGEX to search in any header 2018-02-04 20:10:49 +01:00
Duncaen
8b50a794b0 magrep: keep threading while matching body 2017-11-15 18:30:54 +01:00
Leah Neukirchen
66d0eff12f style 2017-08-31 17:30:17 +02:00
Duncaen
8cd560fd42 magrep: use printf string precision to print matches instead of strndup 2017-02-23 20:47:38 +01:00
Duncaen
24e3291723 magrep: continue matching mime parts in -p and or -o mode 2017-02-23 20:35:14 +01:00
Duncaen
10ed969f06 magrep: match body line by line if -p is specified without -c, -v and -o 2017-02-23 20:35:14 +01:00
Duncaen
11e62a17c5 magrep: add -p to print matches and the context and -o to only print matches 2017-02-23 20:34:31 +01:00
Christian Neukirchen
1c3b2019bd magrep: add -m 2016-08-02 17:03:32 +02:00
Christian Neukirchen
b451fe788b magrep: add search in body 2016-08-02 16:28:35 +02:00
Christian Neukirchen
56e89c9a55 magrep: search message flags if header is empty 2016-08-02 16:02:46 +02:00
Christian Neukirchen
612d1564cc add magrep 2016-08-02 15:50:30 +02:00