mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 05:34:58 +00:00
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
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ sdist: clobber doc
|
|||
rm archivemail
|
||||
tag:
|
||||
cvs tag -F current
|
||||
cvs tag $(VERSION_TAG)
|
||||
cvs tag -F $(VERSION_TAG)
|
||||
|
||||
upload:
|
||||
(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.
|
||||
|
||||
|
||||
-- Paul Rodger <paul@paulrodger.com>
|
||||
-- Paul Rodger <paul at paulrodger dot com>
|
||||
|
|
|
@ -476,7 +476,7 @@ removal.
|
|||
|
||||
<RefSect1>
|
||||
<Title>Author</Title>
|
||||
<SimPara>Paul Rodger <Email/paul@paulrodger.com/</SimPara>
|
||||
<SimPara>Paul Rodger <paul at paulrodger dot com></SimPara>
|
||||
</RefSect1>
|
||||
|
||||
</RefEntry>
|
||||
|
|
Loading…
Reference in a new issue