From ee9757de78385963d633ee80551252f466f72d46 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Wed, 17 Apr 2002 06:26:31 +0000 Subject: Added an option '--no-compress' if you don't want gzipped archives. Added an option '--preserve-unread' to always preserved (don't archive) unread messages. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45a39f3..d0464d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.3.2 +VERSION=0.4.0 VERSION_TAG=v$(subst .,_,$(VERSION)) @@ -9,10 +9,13 @@ default: clean: rm -f *.pyc manpage.links manpage.refs manpage.log +test: + python test_archivemail.py + clobber: clean rm -rf build dist -sdist: clobber +sdist: clobber doc cp archivemail.py archivemail fakeroot python setup.py sdist rm archivemail -- cgit v1.2.3