summary refs log tree commit diff
path: root/mpick.c
Commit message (Collapse)AuthorAgeFilesLines
* mpick: fix off-by-one in parse_string (expression parsing) v0.5Duncaen2019-02-081-1/+1
|
* mpick: add -v to usageDuncaen2018-09-251-1/+1
|
* mpick: add -v flagDuncaen2018-09-251-2/+6
| | | | Closes: #137 [via git-merge-pr]
* mpick: Increase buffer for decoded header fieldMarcin Niestroj2018-08-301-1/+1
| | | | | | | | | | | | | | | When using: $ mlist maildir | mpick -t '"cc" ~~ "*vger.kernel.org*"' with a maildir containing mails from Linux Mailing List, not all messages were picked correctly. It turned out that the reason was small (100 bytes) buffer for header fields. Increase header field buffer to 4096, which is the most commonly used value. Closes: #133 [via git-merge-pr]
* mpick: don't allow EXPR_ANYSET with unmatched operatorDuncaen2018-02-051-2/+2
|
* mpick: add negationsDuncaen2017-10-261-0/+20
|
* styleLeah Neukirchen2017-08-311-13/+13
|
* mpick: make message numbers starting at oneDuncaen2017-04-271-0/+1
| | | | fixes #29
* mpick: allow string expressions on any headerDuncaen2017-04-171-17/+19
|
* 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
* mpick: fall-trough -> fall-throughLarry Hynes2017-03-301-4/+4
|
* mpick: add missing :R msglist typeDuncaen2017-03-301-0/+1
|
* mpick: open mail file only if necessaryDuncaen2017-03-301-4/+9
|
* mpick: fix warnings found by clang-analyzeDuncaen2017-02-231-11/+19
|
* mpick: add msglist from address supportDuncaen2017-01-201-1/+21
| | | | Fixes #9
* mpick: add kept expressionDuncaen2017-01-201-0/+4
|
* mpick: fix reuse of numDuncaen2017-01-201-13/+13
|
* mpick: shuffle for OpenBSD/FreeBSDChristian Neukirchen2016-09-051-2/+4
|
* mpick: fix subject expression, broke while normalizing styleDuncaen2016-07-301-2/+2
|
* mpick: fixesDuncaen2016-07-291-2/+2
|
* mpick: fix date expressionsDuncaen2016-07-291-1/+2
|
* mpick: add 'cur' variable to number expressionsDuncaen2016-07-291-14/+43
|
* mpick: add to and from string expressionsDuncaen2016-07-281-26/+56
|
* mpick: add info expression for message ids without filesDuncaen2016-07-281-0/+9
| | | | and mark them seen by default
* mpick: drop constChristian Neukirchen2016-07-281-9/+9
|
* mpick: add mmsg(7) style ranges to msglistChristian Neukirchen2016-07-281-2/+2
|
* mpick: styleChristian Neukirchen2016-07-281-7/+7
|
* mpick: portabilityChristian Neukirchen2016-07-281-0/+10
|
* mpick: add man page and usageDuncaen2016-07-281-0/+3
| | | | Closes: #1 [via git-merge-pr]
* mpick: add 'replies' filter expressionDuncaen2016-07-281-23/+37
|
* mpick: add parent and child testDuncaen2016-07-281-16/+24
|
* mpick: add -T flag to pick whole thread if one message matchesDuncaen2016-07-281-37/+185
|
* mpick: use blaze822_loop{,1}Duncaen2016-07-281-17/+7
|
* mpick: fix new detectionDuncaen2016-07-281-3/+3
|
* add mpickDuncaen2016-07-281-0/+865