summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2006-01-09 19:43:58 +0000
committerThomas Roessler <roessler@does-not-exist.org>2006-01-09 19:43:58 +0000
commit6b77e38b8609303b7fa1fcf14a233afb59654a1a (patch)
treed733979ee7ffd2d5a5258e23fb1c334c7553f703 /Makefile.am
parent8b493288372d7496f851a12d3d8b4a30f948a031 (diff)
Adding pattern group support; see
http://does-not-exist.org/mail-archives/mutt-dev/msg05693.html for instructions. The ungroup command is not yet implemented, and documentation is lacking.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index efc98f8c..c13ce8ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,8 @@ mutt_SOURCES = $(BUILT_SOURCES) \
addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
crypt.c cryptglue.c \
commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
- edit.c enter.c flags.c init.c filter.c from.c getdomain.c \
+ edit.c enter.c flags.c init.c filter.c from.c \
+ getdomain.c group.c \
handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \
postpone.c query.c recvattach.c recvcmd.c \