~pmozil

Recent activity

[PATCH] Add --query option and remove heads on quit 1 year, 1 month ago

From Petro Mozil to ~emersion/public-inbox

---
 main.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/main.c b/main.c
index 87f94af..3f4b6c4 100644
--- a/main.c
+++ b/main.c
@@ -420,6 +420,7 @@ static const struct option long_options[] = {
	{"pos", required_argument, 0, 0},
	{"transform", required_argument, 0, 0},
	{"scale", required_argument, 0, 0},
    {"query", no_argument, 0, 0},
	{0},
[message trimmed]