Commit Graph

37 Commits (8c9e0aae050aeac8694fbcca23f2d82d459a3b48)

Author SHA1 Message Date
Duncaen cfba3e1c3b mpick: fix off-by-one in parse_string (expression parsing) 5 years ago
Duncaen 9d793b3662 mpick: add -v to usage 6 years ago
Duncaen d09efa6aa9 mpick: add -v flag
Closes: #137 [via git-merge-pr]
6 years ago
Marcin Niestroj 8274295d90 mpick: Increase buffer for decoded header field
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]
6 years ago
Duncaen 32144a2eaa mpick: don't allow EXPR_ANYSET with unmatched operator 6 years ago
Duncaen 4e7a5c5ab6 mpick: add negations 7 years ago
Leah Neukirchen 66d0eff12f style 7 years ago
Duncaen b57c2d9b09 mpick: make message numbers starting at one
fixes #29
7 years ago
Duncaen 9bec745dde mpick: allow string expressions on any header 7 years ago
Larry Hynes e7d9d3a922 mpick: prent -> parent
Closes: #23 [via git-merge-pr]
7 years ago
Duncaen 94448994ee mpick: fix subject caching 7 years ago
Duncaen 2ed0a0ea60 mpick: fix flags
fixes #21
7 years ago
Larry Hynes 0c7acf21bb mpick: fall-trough -> fall-through 7 years ago
Duncaen 914c0d744b mpick: add missing :R msglist type 7 years ago
Duncaen 79d5047cde mpick: open mail file only if necessary 7 years ago
Duncaen 5eea6f4efb mpick: fix warnings found by clang-analyze 7 years ago
Duncaen 12e504fa42 mpick: add msglist from address support
Fixes #9
7 years ago
Duncaen 0344e5a425 mpick: add kept expression 7 years ago
Duncaen afdfd07fe4 mpick: fix reuse of num 7 years ago
Christian Neukirchen dfcb53dc0f mpick: shuffle for OpenBSD/FreeBSD 8 years ago
Duncaen cfb490561a mpick: fix subject expression, broke while normalizing style 8 years ago
Duncaen 9ac7a2aeb7 mpick: fixes 8 years ago
Duncaen 610db14582 mpick: fix date expressions 8 years ago
Duncaen a2dc56cd0e mpick: add 'cur' variable to number expressions 8 years ago
Duncaen a3f4227c31 mpick: add to and from string expressions 8 years ago
Duncaen a37c401ad1 mpick: add info expression for message ids without files
and mark them seen by default
8 years ago
Christian Neukirchen d2e3b9411b mpick: drop const 8 years ago
Christian Neukirchen 48a1779efb mpick: add mmsg(7) style ranges to msglist 8 years ago
Christian Neukirchen c964e3dbc6 mpick: style 8 years ago
Christian Neukirchen 17976348d1 mpick: portability 8 years ago
Duncaen b2d8f56fa5 mpick: add man page and usage
Closes: #1 [via git-merge-pr]
8 years ago
Duncaen afd499696d mpick: add 'replies' filter expression 8 years ago
Duncaen 6fbe731671 mpick: add parent and child test 8 years ago
Duncaen 418555f53a mpick: add -T flag to pick whole thread if one message matches 8 years ago
Duncaen eaa6610506 mpick: use blaze822_loop{,1} 8 years ago
Duncaen ab75d14d62 mpick: fix new detection 8 years ago
Duncaen f86bb4d88f add mpick 8 years ago