Let's try to get my email address a bit less easy to get by spammers.
This commit is contained in:
parent
ca6933b50f
commit
7187dd8f6f
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ sdist: clobber doc
|
||||||
rm archivemail
|
rm archivemail
|
||||||
tag:
|
tag:
|
||||||
cvs tag -F current
|
cvs tag -F current
|
||||||
cvs tag $(VERSION_TAG)
|
cvs tag -F $(VERSION_TAG)
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
(cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)')
|
(cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)')
|
||||||
|
|
2
README
2
README
|
@ -75,4 +75,4 @@ If you have any feedback or bug reports about archivemail, you are very
|
||||||
welcome to email me.
|
welcome to email me.
|
||||||
|
|
||||||
|
|
||||||
-- Paul Rodger <paul@paulrodger.com>
|
-- Paul Rodger <paul at paulrodger dot com>
|
||||||
|
|
|
@ -476,7 +476,7 @@ removal.
|
||||||
|
|
||||||
<RefSect1>
|
<RefSect1>
|
||||||
<Title>Author</Title>
|
<Title>Author</Title>
|
||||||
<SimPara>Paul Rodger <Email/paul@paulrodger.com/</SimPara>
|
<SimPara>Paul Rodger <paul at paulrodger dot com></SimPara>
|
||||||
</RefSect1>
|
</RefSect1>
|
||||||
|
|
||||||
</RefEntry>
|
</RefEntry>
|
||||||
|
|
Loading…
Reference in New Issue