summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-24 10:30:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-24 10:30:35 +0000
commit97887ec6c94cf0770c0ba9072ab167552128a1b0 (patch)
treee6c850ebd9e9a8617829e439fc9ed96d0df3105e
parentf5eb58c97162a6ed8ba033b3a2a39c8b4926c793 (diff)
downloadmailutils-97887ec6c94cf0770c0ba9072ab167552128a1b0.tar.gz
mailutils-97887ec6c94cf0770c0ba9072ab167552128a1b0.tar.bz2
Added mailcap.c
-rw-r--r--examples/.cvsignore1
-rw-r--r--examples/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/.cvsignore b/examples/.cvsignore
index ebe3eff1b..92390d549 100644
--- a/examples/.cvsignore
+++ b/examples/.cvsignore
@@ -12,4 +12,5 @@ muemail
mta
http
decode2047
+mailcap
*.l[oa]
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4ee78c56a..5ef49bacd 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -27,7 +27,8 @@ noinst_PROGRAMS = \
msg-send\
http\
mta\
- decode2047
+ decode2047\
+ mailcap
moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la

Return to:

Send suggestions and report system problems to the System administrator.