From 7e17d9d631f9d47e9a03901c97a54649cd3542eb Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 17 Jul 2016 21:52:04 +0200 Subject: scan: look up mails in map instead of line numbers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6760978..c23e443 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ALL = scan thread hdr show list unmime mseq all: $(ALL) -scan: blaze822.o scan.o rfc2047.o +scan: blaze822.o scan.o seq.o rfc2047.o thread: blaze822.o thread.o hdr: blaze822.o hdr.o rfc2047.o show: blaze822.o show.o rfc2045.o rfc2047.c -- cgit 1.4.1