about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-01 23:07:38 +0000
committerEric Wong <normalperson@yhbt.net>2014-04-05 06:55:35 +0000
commit71abf270f5b11f147be839a9b057e106d0f8509f (patch)
treed0e4a24f103aa8ce7012f840a36a58ffd3cd0ac1 /MANIFEST
parentb949afc9edf89dd494cac6255c78b124d58e11a5 (diff)
downloadpublic-inbox-71abf270f5b11f147be839a9b057e106d0f8509f.tar.gz
We will be reusing the config parsing code for the CGI
script, too.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST14
1 files changed, 14 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index cddd320e..3dba6942 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,9 +1,16 @@
 .gitignore
 COPYING
 Documentation/design_notes.txt
+INSTALL
+MANIFEST
 Makefile.PL
 README
+examples/public-inbox-config
+lib/PublicInbox.pm
+lib/PublicInbox/Config.pm
+lib/PublicInbox/Feed.pm
 lib/PublicInbox/Filter.pm
+lib/PublicInbox/View.pm
 public-inbox-mda
 sa_config/Makefile
 sa_config/README
@@ -12,4 +19,11 @@ sa_config/user/.spamassassin/user_prefs
 scripts/dc-dlvr
 scripts/import_gmane_spool
 scripts/report-spam
+t/config.t
+t/fail-bin/spamc
+t/feed.t
 t/filter.t
+t/main-bin/spamc
+t/mda.t
+t/precheck.t
+t/view.t