masqmail
diff Makefile.am @ 192:89f951be358f
REMOVED POP3 SUPPORT
masqmail will not include a POP3 client anymore from 0.3.0 on
maybe the POP3 code will be reworked into a standalone program
some day
if you rely on the POP3 client, use fetchmail or something similar
instead
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 14:24:40 +0200 |
parents | 1db6e1b91ead |
children | 7b70bf4f1f42 |
line diff
1.1 --- a/Makefile.am Thu Jul 15 11:48:33 2010 +0200 1.2 +++ b/Makefile.am Thu Jul 15 14:24:40 2010 +0200 1.3 @@ -55,14 +55,12 @@ 1.4 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ 1.5 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock 1.6 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input 1.7 - install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl 1.8 1.9 rm-spool_dir: 1.10 : # removal fails if the dirs are non-empty 1.11 : # this prevents losing spooled files 1.12 rmdir $(DESTDIR)@with_spooldir@/lock 1.13 rmdir $(DESTDIR)@with_spooldir@/input 1.14 - rmdir $(DESTDIR)@with_spooldir@/popuidl 1.15 rmdir $(DESTDIR)@with_spooldir@ 1.16 1.17 rmail: