blob: 1a84059daa45add2ae4df8d7cadfe152806fb2e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Process this file with automake to produce Makefile.in
if ENABLE_NNTP
NNTP_DIR=nntp
endif
# SUBDIRS = mbox pop3 sendmail smtp vee
SUBDIRS = pop3 sendmail smtp vee imap $(NNTP_DIR) local
# these ones are disabled for the moment.
# maildir
# these ones are deprecated, and will no longer be maintained
# mbox mh
|