From 25f419465f019feedb7266cb68232d1b32a66957 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 31 Mar 2020 14:30:42 -0400 Subject: Add /ignore message filtering patterns --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec838f5..4a610b7 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ OBJS += complete.o OBJS += config.o OBJS += edit.o OBJS += handle.o +OBJS += ignore.o OBJS += irc.o OBJS += log.o OBJS += ui.o -- cgit 1.4.1 e='e508617acee08836f3617e48470f591a36264fed'/> IMAP to mbox
about summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Collapse)Author
2019-12-22Use EXAMINE rather than SELECTJune McEnroe
This is a read-only operation.
2019-12-22Export To and CC headersJune McEnroe
2019-12-22Add missing includeJune McEnroe
2019-12-22Export In-Reply-To headersJune McEnroe
2019-12-21Add git-fetch-email to READMEJune McEnroe
2019-12-21Clarify purpose in READMEJune McEnroe
2019-12-21Add READMEJune McEnroe
2019-12-21Add copyright header to git-fetch-emailJune McEnroe
2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe
2019-12-21Add git-fetch-email wrapperJune McEnroe
2019-12-21Determine host by SRV lookupJune McEnroe
2019-12-21Clean up remaining codeJune McEnroe
2019-12-21Clean up mboxrd codeJune McEnroe
2019-12-21Convert CRLF to LFJune McEnroe
2019-12-21Implement -CFSTJune McEnroe
2019-12-21Rewrite aspirational manualJune McEnroe
2019-12-21Null-terminate read literalsJune McEnroe